| Age | Commit message (Expand) | Author |
| 2003-03-20 | Todo items: | Bruce Momjian |
| 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-16 | COALESCE() and NULLIF() are now first-class expressions, not macros | Tom Lane |
| 2003-02-10 | Get rid of last few vestiges of parsetree dependency on grammar token | Tom Lane |
| 2003-02-09 | Create a distinction between Lists of integers and Lists of OIDs, to get | Tom Lane |
| 2003-02-09 | Make further use of new bitmapset code: executor's chgParam, extParam, | 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-27 | Upgrade cost estimation for joins, per discussion with Bradley Baetz. | Tom Lane |
| 2003-01-24 | Modify planner's implied-equality-deduction code so that when a set | Tom Lane |
| 2003-01-23 | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut |
| 2003-01-22 | Improve print_expr() a little. It's still not very bright though. | Tom Lane |
| 2003-01-20 | IN clauses appearing at top level of WHERE can now be handled as joins. | Tom Lane |
| 2003-01-15 | Allow merge and hash joins to occur on arbitrary expressions (anything not | Tom Lane |
| 2003-01-10 | Further tweaking of parsetree & plantree representation of SubLinks. | Tom Lane |
| 2003-01-09 | Adjust parser so that 'x NOT IN (subselect)' is converted to | Tom Lane |
| 2002-12-17 | To suppress memory leakage in long-lived Lists, lremove() should pfree | Tom Lane |
| 2002-12-16 | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane |
| 2002-12-14 | Clean up plantree representation of SubPlan-s --- SubLink does not appear | Tom Lane |
| 2002-12-13 | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane |
| 2002-12-12 | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane |
| 2002-12-12 | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane |
| 2002-12-06 | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian |
| 2002-12-06 | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian |
| 2002-12-06 | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian |
| 2002-12-05 | Phase 1 of read-only-plans project: cause executor state nodes to point | Tom Lane |
| 2002-11-30 | Be more realistic about plans involving Materialize nodes: take their | Tom Lane |
| 2002-11-30 | Upgrade planner and executor to allow multiple hash keys for a hash join, | Tom Lane |
| 2002-11-25 | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane |
| 2002-11-25 | Restructure outfuncs and readfuncs to use macros in the same style as | Tom Lane |
| 2002-11-25 | Restructure the code in copyfuncs and equalfuncs to put much heavier | Tom Lane |
| 2002-11-24 | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane |
| 2002-11-23 | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian |
| 2002-11-19 | Add an at-least-marginally-plausible method of estimating the number | Tom Lane |
| 2002-11-15 | Add DOMAIN check constraints. | Bruce Momjian |
| 2002-11-11 | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane |
| 2002-11-10 | Add palloc0 function to inline MemSet for newNode call. | Bruce Momjian |
| 2002-11-06 | Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to do | Tom Lane |
| 2002-11-06 | First phase of implementing hash-based grouping/aggregation. An AGG plan | Tom Lane |
| 2002-10-14 | Adjust handling of command status strings in the presence of rules, | Tom Lane |
| 2002-10-11 | Oops, back out newNode changes. We are not ready for that yet. | Bruce Momjian |
| 2002-10-11 | Prevent tv_sec from becoming negative in connection timeout code. | Bruce Momjian |
| 2002-09-22 | Replace pg_attribute.attisinherited with attislocal and attinhcount | Tom Lane |
| 2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | 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-09-02 | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane |
| 2002-08-31 | Code review for domain-constraints patch. Use a new ConstraintTest node | Tom Lane |
| 2002-08-30 | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane |