| Age | Commit message (Expand) | Author |
| 2004-09-10 | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane |
| 2004-09-06 | Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup | Tom Lane |
| 2004-09-01 | Whack Wisconsin benchmark around until it actually works again. | Tom Lane |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-29 | Adjust regression expected file for new grant language hint. | Bruce Momjian |
| 2004-08-28 | Add regression tests for ALTER INDEX. | Bruce Momjian |
| 2004-08-28 | Further tightening of the array literal parser. Prevent junk | Joe Conway |
| 2004-08-20 | > After all that about numbering centuries and millenia correctly, | Bruce Momjian |
| 2004-08-12 | Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater | Tom Lane |
| 2004-08-10 | Set DYLD_LIBRARY_PATH so that 'make check' works without prior | Tom Lane |
| 2004-08-05 | Require that array literals produce "rectangular" arrays, i.e. all the | Joe Conway |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-08-04 | Update oidjoins regression test to match current catalog structure. | Tom Lane |
| 2004-08-02 | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane |
| 2004-07-31 | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane |
| 2004-07-31 | plpgsql does exceptions. | Tom Lane |
| 2004-07-27 | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane |
| 2004-07-21 | The attached patch shows the new column "tablespace" in the mentioned | Bruce Momjian |
| 2004-07-21 | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian |
| 2004-07-21 | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian |
| 2004-07-17 | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane |
| 2004-07-13 | Can't have blank lines in resultmap; some versions of expr complain. | Tom Lane |
| 2004-07-13 | Add new join file. | Bruce Momjian |
| 2004-07-13 | Rename join ordering named join_1.out | Bruce Momjian |
| 2004-07-12 | Add Win32-specific join ordering. | Bruce Momjian |
| 2004-07-11 | Cause the format of BC timestamptz output to be 'datetime zone BC' rather | Tom Lane |
| 2004-07-02 | Add missing operators of the form interval-plus-datetime, as required for | Tom Lane |
| 2004-07-01 | Further review of xact.c state machine for nested transactions. Fix | Tom Lane |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-06-16 | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane |
| 2004-06-13 | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane |
| 2004-06-10 | Clean up generation of default names for constraints, indexes, and serial | Tom Lane |
| 2004-06-09 | Add regression tests for CSV COPY format. | Bruce Momjian |
| 2004-06-09 | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane |
| 2004-06-06 | Add some regression tests for composite-type operations. | Tom Lane |
| 2004-06-06 | Minor catalog cleanups for composite-type stuff. Adjust signatures shown | Tom Lane |
| 2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |
| 2004-06-03 | Win32 regression fixes: | Bruce Momjian |
| 2004-06-02 | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian |
| 2004-06-01 | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane |
| 2004-05-26 | The added aggregates are: | Bruce Momjian |
| 2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |
| 2004-05-20 | Add $libdir to mingw and cygwin for installcheck too. | Bruce Momjian |
| 2004-05-19 | Add MinGW to cases where libdir should be used for regression tests: | Bruce Momjian |
| 2004-05-14 | Implement the width_bucket() function, per SQL2003. This commit only adds | Neil Conway |
| 2004-05-11 | Repair recalculation failure for nested sub-SELECTs, per bug report from | Tom Lane |
| 2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
| 2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
| 2004-05-03 | More PWD adjustments for win32. | Bruce Momjian |