aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/engines/sql/compilers/postgresql_compiler.rb
Commit message (Expand)AuthorAgeFilesLines
* PostgreSQLCompiler#select_sql fixedSantiago Pastorino2010-07-281-12/+20
* PERF: removing more method missingAaron Patterson2010-07-271-2/+2
* PERF: eliminating method_missingAaron Patterson2010-07-271-1/+1
* Added support for RETURNING primary key when available, only forEmilio Tagua2010-02-181-0/+4
* Removed blank lines, rename query to subquery.Emilio Tagua2010-02-161-4/+2
* Move using_distinct_on? to PostgreSQL compiler. Extract order tweakingEmilio Tagua2010-02-161-5/+12
* Extract SQL logic from Arel::Relation into compilers.Emilio Tagua2010-02-151-0/+33