| Age | Commit message (Expand) | Author |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-01-05 | Add support for doing FULL JOIN ON FALSE. While this is really a rather | Tom Lane |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-12-25 | Fix brain fade in join-removal patch: a pushed-down clause in the outer join's | Tom Lane |
| 2009-09-19 | Rename new subroutine, per discussion with Robert Haas. | Tom Lane |
| 2009-09-18 | Marginal code cleanup in joinpath.c: factor out clause variable-membership | Tom Lane |
| 2009-09-17 | Implement "join removal" for cases where the inner side of a left join | Tom Lane |
| 2009-09-12 | Rewrite the planner's handling of materialized plan types so that there is | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-02-05 | Fix an old corner-case error in match_unsorted_outer(): don't consider | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-11-22 | Switch the planner over to treating qualifications of a JOIN_SEMI join as | Tom Lane |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
| 2008-08-14 | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane |
| 2008-03-24 | When a relation has been proven empty by constraint exclusion, propagate that | Tom Lane |
| 2008-01-09 | Fix some planner issues found while investigating Kevin Grittner's report | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-05-22 | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane |
| 2007-01-20 | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane |
| 2007-01-10 | Change the planner-to-executor API so that the planner tells the executor | Tom Lane |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-08-17 | Fix an oversight in mergejoin planning: the planner would reject a | Tom Lane |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-06-06 | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-02-05 | Improve my initial, rather hacky implementation of joins to append | Tom Lane |
| 2006-02-04 | Fix constraint exclusion to work in inherited UPDATE/DELETE queries | Tom Lane |
| 2006-02-03 | Teach planner to convert simple UNION ALL subqueries into append relations, | Tom Lane |
| 2006-01-31 | Restructure planner's handling of inheritance. Rather than processing | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-10-25 | Fix longstanding bug that would sometimes let the planner generate a bad plan | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-06-05 | Remove planner's private fields from Query struct, and put them into | Tom Lane |
| 2005-05-24 | Previous fix for "x FULL JOIN y ON true" failed to handle the case | Tom Lane |
| 2005-04-19 | Create executor and planner-backend support for decoupled heap and index | Tom Lane |
| 2005-01-23 | The result of a FULL or RIGHT join can't be assumed to be sorted by the | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-04-06 | Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE. | Tom Lane |
| 2004-01-05 | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane |
| 2003-12-30 | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |