| Age | Commit message (Expand) | Author |
| 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 |
| 2004-05-02 | Use $build_platform for PWD flag test, per suggestion from Peter. | Bruce Momjian |
| 2004-05-02 | Revert patch --- needs more generalized solution. | Bruce Momjian |
| 2004-05-02 | Set PWDFLAGS based on test platform, not target platform. | Bruce Momjian |
| 2004-05-02 | this patch makes sure that: | Bruce Momjian |
| 2004-04-26 | Please find attached a small patch against current cvs head, so that | Bruce Momjian |
| 2004-04-26 | Please find a attached a small patch that adds accessor functions | Bruce Momjian |
| 2004-04-23 | Add ceiling() as an alias for ceil(), and power() as an alias for pow(). | Neil Conway |
| 2004-04-10 | Please find a small patch to fix the brain damage "century" and | Bruce Momjian |
| 2004-04-08 | Magnus says new Win32 timezone library will not need special horology: | Bruce Momjian |
| 2004-04-05 | Allow LIKE/ILIKE to appear in more places in a query. | Bruce Momjian |
| 2004-04-01 | Adjust expected regression outputs for plan changes caused by recent | Tom Lane |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-03-24 | Update the float8 regression tests: they should now pass on FreeBSD 4.x | Neil Conway |
| 2004-03-23 | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane |
| 2004-03-22 | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane |
| 2004-03-21 | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane |
| 2004-03-17 | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane |
| 2004-03-15 | float8-small-is-zero and float8-exp-three-digits will likely need | Bruce Momjian |
| 2004-03-15 | Improve random regression tests to fail less frequently. | Bruce Momjian |
| 2004-03-15 | Remove grotty special-case code in coerce_to_target_type() that | Tom Lane |
| 2004-03-14 | Teach psql to show the location of syntax errors visually, per recent | Tom Lane |
| 2004-03-14 | Arrange to emit a CONTEXT: SQL function "foo" entry in an error | Tom Lane |
| 2004-03-13 | Generate a WARNING when the column types in a foreign key constraint are | Tom Lane |