| Age | Commit message (Expand) | Author |
| 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 | Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding | 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-27 | Improve some comments. | Tom Lane |
| 2002-11-26 | Use Params, rather than run-time-modified Const nodes, to handle | 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 | Un-break triggers declared for INSERT OR DELETE OR UPDATE. This worked | 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-22 | Redesign internal logic of nodeLimit so that it does not need to fetch | Tom Lane |
| 2002-11-19 | Add an at-least-marginally-plausible method of estimating the number | Tom Lane |
| 2002-11-15 | New version attached. The following is implemented: | Bruce Momjian |
| 2002-11-15 | Add DOMAIN check constraints. | Bruce Momjian |
| 2002-11-13 | Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to end | 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-09 | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | 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 | 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 expected tuple descriptor to ReturnSetInfo information for table | Tom Lane |
| 2002-08-30 | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane |
| 2002-08-30 | PL/pgSQL functions can return sets. Neil Conway's patch, modified so | Tom Lane |
| 2002-08-29 | Code review for standalone composite types, query-specified composite | Tom Lane |
| 2002-08-27 | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane |
| 2002-08-26 | Modify array operations to include array's element type OID in the | Tom Lane |
| 2002-08-19 | Remove Ident nodetype in favor of using String nodes; this fixes some | Tom Lane |
| 2002-08-19 | Clean up leftover bugs from recent COPY feature patch --- missed | Tom Lane |
| 2002-08-19 | Improve obsolete comment. | Tom Lane |
| 2002-08-15 | Tom Lane wrote: | Bruce Momjian |
| 2002-08-12 | Change memory-space accounting mechanism in tuplesort.c and tuplestore.c | Tom Lane |
| 2002-08-04 | Attached are two patches to implement and document anonymous composite | Bruce Momjian |
| 2002-08-04 | The attached patch implements START TRANSACTION, per SQL99. The | Bruce Momjian |
| 2002-07-30 | The attached patch removes the last remnants of support for | Bruce Momjian |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |