summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/select.sql
AgeCommit message (Expand)Author
2016-03-31Support using index-only scans with partial indexes in more cases.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2009-09-29Fix equivclass.c's not-quite-right strategy for handling X=X clauses.Tom Lane
2008-11-20TABLE commandPeter Eisentraut
2007-07-07Fix a couple of planner bugs introduced by the new ability to discardTom Lane
2007-03-21Fix some problems with selectivity estimation for partial indexes.Tom Lane
2007-01-09Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane
2006-08-03A few regression tests for VALUES, from Gavin Sherry.Tom Lane
2005-12-14Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2002-07-18Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian
2002-07-18Finished the Between patch Christopher started.Bruce Momjian
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-01-06Clean up header for uniform appearance throughout tests.Thomas G. Lockhart
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1997-09-20Change ORDER BY to get more consistant results.Thomas G. Lockhart
1997-04-06More splits and cleanups...Marc G. Fournier