| Age | Commit message (Expand) | Author |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-10-06 | During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-15 | Cause SHOW DATESTYLE to produce a string that will be accepted by SET | Tom Lane |
| 2003-06-27 | First batch of object rename commands. | Peter Eisentraut |
| 2003-05-06 | Add display of eventual result RowDescription (if any) to the output | Tom Lane |
| 2003-05-06 | Restructure command destination handling so that we pass around | Tom Lane |
| 2003-05-05 | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane |
| 2003-05-02 | Portal and memory management infrastructure for extended query protocol. | Tom Lane |
| 2003-04-29 | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane |
| 2003-04-25 | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane |
| 2003-04-24 | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane |
| 2003-03-27 | GetTupleForTrigger must use outer transaction's command counter for time | Tom Lane |
| 2003-03-20 | Add ALTER TABLE <tablename> CLUSTER ON <indexname> | Bruce Momjian |
| 2003-03-20 | Todo items: | Bruce Momjian |
| 2003-03-20 | > > - Move SEQ_MAXVALUE, SEQ_MINVALUE definitions to sequence.h | Bruce Momjian |
| 2003-03-11 | Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n options | Tom Lane |
| 2003-03-10 | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane |
| 2003-03-10 | Restructure parsetree representation of DECLARE CURSOR: now it's a | Tom Lane |
| 2003-02-13 | Code for WITHOUT OIDS. | Bruce Momjian |
| 2003-02-03 | Determine the set of constraints applied to a domain at executor | Tom Lane |
| 2003-02-02 | Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing from | Tom Lane |
| 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 |