Commits

DateSubjectAuthorReleases
2007-07-07 Fix a couple of planner bugs introduced by the new ability to discard Tom Lane 8.3.0
2007-03-21 Fix some problems with selectivity estimation for partial indexes. Tom Lane 8.3.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2006-08-03 A few regression tests for VALUES, from Gavin Sherry. Tom Lane 8.2.0
2005-12-14 Fix problem with whole-row Vars referencing sub-select outputs, per Tom Lane 8.1.2
2005-12-14 Fix problem with whole-row Vars referencing sub-select outputs, per Tom Lane 8.2.0
2005-04-07 Add a "USING" clause to DELETE, which is equivalent to the FROM clause Neil Conway 8.1.0
2002-07-18 New depend code auto-drops sequence, fix copy2.out. Bruce Momjian 7.3.1
2002-07-18 Finished the Between patch Christopher started. Bruce Momjian 7.3.1
2001-07-16 Partial indexes work again, courtesy of Martijn van Oosterhout. Tom Lane 7.2.1
2000-02-15 New cost model for planning, incorporating a penalty for random page Tom Lane 7.1.1
2000-01-06 Update for new psql formatting. Thomas G. Lockhart 7.1.1
1999-02-02 Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. Bruce Momjian 7.1.1
1997-09-20 Output changed for new ORDER BY to cope with new sorting routines. Thomas G. Lockhart 7.1.1
1997-09-18 QUERY: SELECT p.name, p.age FROM person* p ORDER BY age using >; Vadim B. Mikheev 7.1.1
1997-05-05 If SELECT uses index (btree) then ordered results are returned. Vadim B. Mikheev 7.1.1
1997-04-29 Added initial set of expected outputs for new regression testing. Thomas G. Lockhart 7.1.1
1997-04-27 Massive regression test patches from Thomas *woo hoo!* Marc G. Fournier 7.1.1
1997-04-06 More splits and cleanups... Marc G. Fournier 7.1.1