Commits

DateSubjectAuthorReleases
2012-04-19 Revise parameterized-path mechanism to fix assorted issues. Tom Lane 9.2.0
2012-03-16 Revisit handling of UNION ALL subqueries with non-Var output columns. Tom Lane 9.2.0
2012-03-16 Revisit handling of UNION ALL subqueries with non-Var output columns. Tom Lane 9.1.4
2012-01-28 Use parameterized paths to generate inner indexscans more flexibly. Tom Lane 9.2.0
2011-02-20 Implement an API to let foreign-data wrappers actually be functional. Tom Lane 9.1.0
2010-10-29 Avoid creation of useless EquivalenceClasses during planning. Tom Lane 9.1.0
2010-10-14 Support MergeAppend plans, to allow sorted output from append relations. Tom Lane 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-08-19 Remove extra newlines at end and beginning of files, add missing newlines Peter Eisentraut 9.1.0
2010-03-28 Rework join-removal logic as per recent discussion. In particular this Tom Lane 9.0.0
2009-09-29 Fix equivclass.c's not-quite-right strategy for handling X=X clauses. Tom Lane 8.3.9
2009-09-29 Fix equivclass.c's not-quite-right strategy for handling X=X clauses. Tom Lane 8.4.2
2009-09-29 Fix equivclass.c's not-quite-right strategy for handling X=X clauses. Tom Lane 9.0.0
2009-09-17 Implement "join removal" for cases where the inner side of a left join Tom Lane 9.0.0
2009-07-21 Fix another semijoin-ordering bug. We already knew that we couldn't Tom Lane 8.4.1
2009-07-21 Fix another semijoin-ordering bug. We already knew that we couldn't Tom Lane 9.0.0
2009-02-27 Tighten up join ordering rules to account for recent more-careful analysis Tom Lane 8.4.0
2008-08-14 Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace Tom Lane 8.4.0
2008-08-02 Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items Tom Lane 8.4.0
2008-04-09 Small wording improvements for source code READMEs. Bruce Momjian 8.4.0
2008-04-09 Revert README cleanups. Bruce Momjian 8.4.0
2008-04-09 Revert sentence removal from nickname in FAQ. Bruce Momjian 8.4.0
2008-03-21 More README src cleanups. Bruce Momjian 8.4.0
2008-03-20 Make source code READMEs more consistent. Add CVS tags to all README files. Bruce Momjian 8.4.0
2007-10-26 Change have_join_order_restriction() so that we do not force a clauseless join Tom Lane 8.2.6