Commits

DateSubjectAuthorReleases
2005-07-28 Fix a bunch of bad interactions between partial indexes and the new Tom Lane 8.1.0
2004-06-01 FastList is history, yay. Tom Lane 8.0.0
2004-05-26 A couple other cosmetic cleanups in new List stuff. Tom Lane 8.0.0
2003-08-22 Tweak grammar to use FastAppend rather than lappend when constructing Tom Lane 7.4.1
2003-06-15 Adjust nestloop-with-inner-indexscan plan generation so that we catch Tom Lane 7.4.1
2003-05-28 Fix some planner performance problems with large WHERE clauses, by Tom Lane 7.4.1
2003-02-09 Create a distinction between Lists of integers and Lists of OIDs, to get Tom Lane 7.4.1
2003-02-08 Replace planner's representation of relation sets, per pghackers discussion. Tom Lane 7.4.1
2003-01-27 Upgrade cost estimation for joins, per discussion with Bradley Baetz. Tom Lane 7.4.1
2003-01-24 Modify planner's implied-equality-deduction code so that when a set Tom Lane 7.4.1
2003-01-20 IN clauses appearing at top level of WHERE can now be handled as joins. Tom Lane 7.4.1
2002-11-24 Restructure planning of nestloop inner indexscans so that the set of usable Tom Lane 7.4.1
2002-08-19 Improve obsolete comment. Tom Lane 7.3.1
2002-04-09 Functions live in namespaces. Qualified function names work, eg Tom Lane 7.3.1
2000-10-05 Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the Tom Lane 7.1.1
2000-09-29 Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. Tom Lane 7.1.1
2000-09-12 First cut at full support for OUTER JOINs. There are still a few loose Tom Lane 7.1.1
2000-02-21 Change parse-time representation of float literals (which include oversize Tom Lane 7.1.1
2000-02-06 Rename same() to sameseti() to have a slightly less generic name. Move Tom Lane 7.1.1
1999-08-16 Major planner/optimizer revision: get rid of PathOrder node type, Tom Lane 7.1.1