| Age | Commit message (Expand) | Author |
| 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 |
| 2002-07-18 | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane |
| 2002-07-18 | The attached patch (against HEAD) implements | Bruce Momjian |
| 2002-07-18 | You made a tiny little type in a comment in parsenodes.h (abotu instead | Bruce Momjian |
| 2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
| 2002-07-16 | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane |
| 2002-07-14 | Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch). | Tom Lane |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-07-11 | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii |
| 2002-07-04 | Implement the IS DISTINCT FROM operator per SQL99. | Thomas G. Lockhart |
| 2002-07-01 | First phase of applying Rod Taylor's pg_depend patch. This just adds | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-20 | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian |
| 2002-06-18 | Change CREATE DATABASE to use DefElem instead of constructing structure | Bruce Momjian |
| 2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |
| 2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
| 2002-05-17 | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
| 2002-05-12 | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane |
| 2002-04-28 | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane |
| 2002-04-24 | Attached is a patch for ALTER TRIGGER RENAME per the above thread. I | Bruce Momjian |
| 2002-04-21 | Restructure AclItem representation so that we can have more than eight | Tom Lane |
| 2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
| 2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
| 2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
| 2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
| 2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
| 2002-04-05 | Add INSERT(..., DEFAULT, ). | Bruce Momjian |
| 2002-04-01 | ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. | Tom Lane |
| 2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |