| Age | Commit message (Expand) | Author |
| 2003-04-29 | Infrastructure for deducing Param types from context, in the same way | Tom Lane |
| 2003-04-24 | Adjust subquery qual pushdown rules so that we can push down a qual | Tom Lane |
| 2003-03-10 | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane |
| 2003-03-05 | Turns out new IN implementation has got some problems in an UPDATE or | Tom Lane |
| 2003-02-10 | Fix thinko in new logic about pushing down non-nullability constraints: | Tom Lane |
| 2003-02-09 | Detect case where an outer join can be reduced to a plain inner join | Tom Lane |
| 2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
| 2003-02-09 | Remove bogus comment (too freely copied & pasted). | Tom Lane |
| 2003-02-08 | Replace planner's representation of relation sets, per pghackers discussion. | Tom Lane |
| 2003-02-03 | Determine the set of constraints applied to a domain at executor | Tom Lane |
| 2003-01-25 | Allow the planner to collapse explicit inner JOINs together, rather than | Tom Lane |
| 2003-01-20 | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane |
| 2003-01-17 | Adjust API of expression_tree_mutator and query_tree_mutator to | Tom Lane |
| 2003-01-15 | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane |
| 2003-01-12 | Revise cost_qual_eval() to compute both startup (one-time) and per-tuple | Tom Lane |
| 2003-01-05 | Fix inherited UPDATE for cases where child column numbering doesn't | Tom Lane |
| 2002-12-14 | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane |
| 2002-12-12 | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane |
| 2002-11-25 | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane |
| 2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
| 2002-09-11 | Tweak querytree-dependency-extraction code so that columns of tables | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
| 2002-08-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |
| 2002-08-29 | Push down outer qualification clauses into UNION and INTERSECT subqueries. | Tom Lane |
| 2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
| 2002-07-30 | If we're cleaning out _deadcode, might as well zap this one too. | Tom Lane |
| 2002-06-26 | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian |
| 2002-06-25 | Back out cleanup patch. Got old version and needs work. | Bruce Momjian |
| 2002-06-25 | The attached patch fixes some spelling mistakes, makes the | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-16 | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian |
| 2002-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
| 2002-04-05 | Undo not-so-hot decision to postpone insertion of default values into | Tom Lane |
| 2002-04-02 | Removed obsolete DROP_COLUMN_HACK stuff. | Hiroshi Inoue |
| 2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
| 2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
| 2002-03-19 | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian |
| 2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
| 2002-03-07 | Back out domain patch until it works properly. | Bruce Momjian |
| 2002-03-06 | Ok. Updated patch attached. | Bruce Momjian |
| 2002-03-05 | Previous patch to mark UNION outputs with common typmod (if any) breaks | Tom Lane |
| 2002-03-01 | Second thoughts dept: arrange to cache mergejoin scan selectivity | Tom Lane |
| 2001-11-12 | If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on the | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-02 | Add default expressions to INSERTs during planning, not during parse | Tom Lane |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-09-06 | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane |
| 2001-08-14 | Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was being | Tom Lane |