summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/select.sql
Commit message (Expand)AuthorAgeFilesLines
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-8/+8
* Fix equivclass.c's not-quite-right strategy for handling X=X clauses.Tom Lane2009-09-291-0/+5
* TABLE commandPeter Eisentraut2008-11-201-1/+1
* Fix a couple of planner bugs introduced by the new ability to discardTom Lane2007-07-071-0/+16
* Fix some problems with selectivity estimation for partial indexes.Tom Lane2007-03-211-1/+10
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-0/+39
* A few regression tests for VALUES, from Gavin Sherry.Tom Lane2006-08-031-0/+28
* Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane2005-12-141-0/+6
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-10/+11
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-181-28/+0
* Finished the Between patch Christopher started.Bruce Momjian2002-07-181-0/+28
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-10/+16
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-1/+2
* Clean up header for uniform appearance throughout tests.Thomas G. Lockhart2000-01-061-0/+3
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-1/+1
* Change ORDER BY to get more consistant results.Thomas G. Lockhart1997-09-201-1/+1
* More splits and cleanups...Marc G. Fournier1997-04-061-0/+95