summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/select.out
Commit message (Expand)AuthorAgeFilesLines
* Fix core dump in transformValuesClause when there are no columns.Tom Lane2022-05-091-0/+7
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-3/+0
* Make some subquery-using test cases a bit more robust.Tom Lane2018-10-141-3/+3
* Remove dead code for temporary relations in partition planningMichael Paquier2018-07-041-0/+13
* Expose explain's SUMMARY optionStephen Frost2017-03-081-0/+10
* Support using index-only scans with partial indexes in more cases.Tom Lane2016-03-311-0/+160
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-8/+5
* Fix equivclass.c's not-quite-right strategy for handling X=X clauses.Tom Lane2009-09-291-0/+16
* Avoid regression test cases that fail in locales that sort "v" and "w"Peter Eisentraut2009-01-191-2/+2
* TABLE commandPeter Eisentraut2008-11-201-1/+1
* Fix a couple of planner bugs introduced by the new ability to discardTom Lane2007-07-071-0/+32
* Fix some problems with selectivity estimation for partial indexes.Tom Lane2007-03-211-1/+8
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-0/+216
* A few regression tests for VALUES, from Gavin Sherry.Tom Lane2006-08-031-0/+61
* Fix problem with whole-row Vars referencing sub-select outputs, perTom Lane2005-12-141-0/+21
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-10/+11
* New depend code auto-drops sequence, fix copy2.out.Bruce Momjian2002-07-181-147/+0
* Finished the Between patch Christopher started.Bruce Momjian2002-07-181-0/+147
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-161-10/+74
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-1/+2
* Update for new psql formatting.Thomas G. Lockhart2000-01-061-275/+339
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-1/+1
* Output changed for new ORDER BY to cope with new sorting routines.Thomas G. Lockhart1997-09-201-24/+24
* QUERY: SELECT p.name, p.age FROM person* p ORDER BY age using >;Vadim B. Mikheev1997-09-181-18/+18
* If SELECT uses index (btree) then ordered results are returned.Vadim B. Mikheev1997-05-051-5/+5
* Added initial set of expected outputs for new regression testing.Thomas G. Lockhart1997-04-291-5/+5
* Massive regression test patches from Thomas *woo hoo!*Marc G. Fournier1997-04-271-2/+0
* More splits and cleanups...Marc G. Fournier1997-04-061-0/+305