| Age | Commit message (Expand) | Author |
| 2004-08-12 | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian |
| 2004-08-11 | Work around broken strtod() that's present in many Solaris releases. | Tom Lane |
| 2004-08-11 | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane |
| 2004-08-09 | Improve comment. | Bruce Momjian |
| 2004-08-08 | If these are ifdef WIN32 in the .c file, should be so in .h as well. | Tom Lane |
| 2004-08-08 | Allow libpgport to call memory allocation routines even though | Bruce Momjian |
| 2004-08-08 | Fix comment. | Bruce Momjian |
| 2004-08-07 | The attached patch implements a symlink for win32 using junctions, and | Bruce Momjian |
| 2004-08-06 | Use one, not zero, as the default lower bound for arrays of AclItems. | Tom Lane |
| 2004-08-06 | Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. | Bruce Momjian |
| 2004-08-05 | Create a built-in log rotation program, so that we no longer have to | Tom Lane |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-08-03 | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane |
| 2004-08-02 | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane |
| 2004-08-02 | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane |
| 2004-08-01 | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane |
| 2004-08-01 | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane |
| 2004-08-01 | Create a C version of pg_config. | Bruce Momjian |
| 2004-08-01 | Add docs for initdb --auth. | Bruce Momjian |
| 2004-07-31 | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane |
| 2004-07-31 | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane |
| 2004-07-31 | plpgsql does exceptions. | Tom Lane |
| 2004-07-31 | Restructure error handling as recently discussed. It is now really | Tom Lane |
| 2004-07-28 | Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR) | Tom Lane |
| 2004-07-28 | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane |
| 2004-07-27 | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane |
| 2004-07-23 | Move Win32 defines from port.h to win32.h. | Bruce Momjian |
| 2004-07-21 | Invent WAL timelines, as per recent discussion, to make point-in-time | 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-21 | Allow borland compiles. | Bruce Momjian |
| 2004-07-19 | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane |
| 2004-07-17 | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane |
| 2004-07-14 | Detect locale/encoding mismatch in initdb, or pick a suitable encoding | Peter Eisentraut |
| 2004-07-12 | Add has_tablespace_privilege(). | Bruce Momjian |
| 2004-07-12 | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane |
| 2004-07-12 | The outer #define was forgotten. Attached patch adds it; please apply. | Bruce Momjian |
| 2004-07-11 | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane |
| 2004-07-11 | Move TablespaceCreateDbspace() call into smgrcreate(), which is where it | Tom Lane |
| 2004-07-11 | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane |
| 2004-07-11 | Use standard macro for psql binary file open. Add comment explaining | Bruce Momjian |
| 2004-07-11 | Allow configuration files to be placed outside the data directory. | Bruce Momjian |
| 2004-07-06 | Add comment describing ereport() NOTICE/WARNING distinction. | Bruce Momjian |
| 2004-07-02 | Add missing operators of the form interval-plus-datetime, as required for | Tom Lane |
| 2004-07-02 | Andreas Pflug wrote: | Joe Conway |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-26 | Adjust pgstat message definitions so that the target message size is | Tom Lane |
| 2004-06-25 | Support renaming of tablespaces, and changing the owners of | Tom Lane |
| 2004-06-25 | Add pg_get_serial_sequence() function, and cause pg_dump to use it. | Tom Lane |