| Age | Commit message (Expand) | Author |
| 2003-01-09 | Move new typedef AclId into c.h, so as to avoid cluttering namespace | Tom Lane |
| 2003-01-06 | ALTER DOMAIN OWNER, from Rod Taylor. | Tom Lane |
| 2002-12-30 | Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transaction | Tom Lane |
| 2002-12-30 | Cause FETCH 1 to return the current cursor row, or zero if at | Bruce Momjian |
| 2002-12-10 | If typecmds is going to have its own header file, said header file | 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-11-23 | Transaction safe Truncate | Bruce Momjian |
| 2002-11-23 | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian |
| 2002-11-15 | New version attached. The following is implemented: | 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-09 | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian |
| 2002-10-21 | Fix ALTER TABLE ... ADD COLUMN for inheritance cases. | Bruce Momjian |
| 2002-10-21 | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane |
| 2002-10-14 | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane |
| 2002-09-21 | Provide an upgrade strategy for dump files containing functions declared | Tom Lane |
| 2002-09-05 | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane |
| 2002-08-30 | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane |
| 2002-08-27 | PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzing | Tom Lane |
| 2002-08-15 | Tom Lane wrote: | Bruce Momjian |
| 2002-08-10 | Update with newer version of CLUSTER patch posted August 8. | Bruce Momjian |
| 2002-08-09 | has_table_privilege spawns scions has_database_privilege, has_function_privil... | Tom Lane |
| 2002-07-31 | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | Implement DROP SCHEMA. It lacks support for dropping conversions and | 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-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 | Modify sequence state storage to eliminate dangling-pointer problem | 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-04-30 | Code review for ALTER TRIGGER RENAME patch: make better use of index, | Tom Lane |
| 2002-04-26 | Move renametrig() from tablecmds.c to trigger.c --- if we're going to | Tom Lane |
| 2002-04-24 | Attached is a patch for ALTER TRIGGER RENAME per the above thread. I | Bruce Momjian |
| 2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
| 2002-04-15 | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane |
| 2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-04-01 | Add tgconstrrelid to stored Trigger structures, make RI trigger functions | Tom Lane |
| 2002-04-01 | ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne. | Tom Lane |
| 2002-03-31 | Make renamerel take an OID, not a RangeVar, to identify the relation | Tom Lane |