| Age | Commit message (Expand) | Author |
| 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 |
| 2004-06-24 | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane |
| 2004-06-24 | Avoid including <sys/time.h> on platforms that don't have it. | Tom Lane |
| 2004-06-21 | Rename the built-in tablespaces to pg_default and pg_global, and prohibit | Tom Lane |
| 2004-06-21 | Rename pg_tablespaces directory to pg_tblspc, so it is more unique from | Bruce Momjian |
| 2004-06-19 | Adjust TAS assembly as per recent discussions: use "+m"(*lock) everywhere | 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-14 | Arrange to explicitly stop the pgstat processes at the same time we | Tom Lane |
| 2004-06-13 | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane |
| 2004-06-13 | Code review for recently-added network functions. Get it to work when | Tom Lane |
| 2004-06-11 | Add some code to Assert that when we release pin on a buffer, we are | Tom Lane |
| 2004-06-11 | Add URL about Win32 quoting behavior. | Bruce Momjian |
| 2004-06-11 | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane |
| 2004-06-10 | Attached is a patch that takes care of the PATHSEP issue. I made a more | Bruce Momjian |
| 2004-06-10 | Clean up generation of default names for constraints, indexes, and serial | Tom Lane |
| 2004-06-10 | Handle multiple double-quoted strings using Win32's system() call. | Bruce Momjian |
| 2004-06-09 | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane |
| 2004-06-07 | Fix strerror_r by checking return type from configure. | Bruce Momjian |
| 2004-06-06 | Minor catalog cleanups for composite-type stuff. Adjust signatures shown | Tom Lane |
| 2004-06-06 | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane |
| 2004-06-05 | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane |
| 2004-06-05 | Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized | Tom Lane |
| 2004-06-05 | Make the world very nearly safe for composite-type columns in tables. | Tom Lane |
| 2004-06-04 | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane |
| 2004-06-03 | Remove typeTypeFlag(), which was not only unused but entirely redundant | Tom Lane |
| 2004-06-03 | Remove SYSCONFDIR from win32 include file. | Bruce Momjian |
| 2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |
| 2004-06-03 | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian |
| 2004-06-02 | Per previous discussions, here are two functions to send INT and TERM | Bruce Momjian |
| 2004-06-02 | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian |
| 2004-06-02 | Adjust btree index build to not use shared buffers, thereby avoiding the | Tom Lane |
| 2004-06-01 | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane |