| Age | Commit message (Expand) | Author |
| 2004-07-21 | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane |
| 2004-07-20 | Fix unused variable when Assert() not used. | Bruce Momjian |
| 2004-07-19 | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane |
| 2004-07-17 | When renaming a column that participates in a foreign key, we must | Tom Lane |
| 2004-07-17 | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane |
| 2004-07-12 | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane |
| 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-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-25 | Support renaming of tablespaces, and changing the owners of | 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-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-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 | Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too. | Tom Lane |
| 2004-06-10 | Fix oversight in recent ALTER TABLE improvements. We now support | Tom Lane |
| 2004-06-10 | Clean up generation of default names for constraints, indexes, and serial | Tom Lane |
| 2004-06-08 | vacuum.c refactoring | Bruce Momjian |
| 2004-06-06 | Allow use of table rowtypes directly as column types of other tables. | 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-04 | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane |
| 2004-06-02 | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian |
| 2004-05-31 | Minor code rationalization: FlushRelationBuffers just returns void, | Tom Lane |
| 2004-05-26 | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian |
| 2004-05-26 | Reimplement the linked list data structure used throughout the backend. | Neil Conway |
| 2004-05-23 | Avoid calling select_default_timezone() when backing out an unwanted TZ | Tom Lane |
| 2004-05-23 | New two-stage sampling method for ANALYZE, as per discussions a few weeks | Tom Lane |
| 2004-05-23 | Handle impending sinval queue overflow by means of a separate signal | Tom Lane |
| 2004-05-22 | For multi-table ANALYZE, use per-table transactions when possible | Tom Lane |
| 2004-05-22 | Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLock | Tom Lane |
| 2004-05-21 | Put back #include <sys/time.h> in files that seem to need it on Linux. | Tom Lane |
| 2004-05-21 | Integrate src/timezone library for all platforms. There is more we can | Tom Lane |
| 2004-05-14 | Tighten parsing of boolean options to CREATE TYPE and related functions, | Tom Lane |
| 2004-05-08 | Fix a couple of oversights in new ALTER TABLE code that broke | Tom Lane |
| 2004-05-08 | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane |
| 2004-05-08 | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2004-05-06 | Erase MD5 user passwords when a user is renamed because the username is | Bruce Momjian |
| 2004-05-06 | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane |
| 2004-05-05 | Fix get_rels_with_domain to not do the wrong thing with views and | Tom Lane |
| 2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
| 2004-04-25 | Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove | Neil Conway |
| 2004-04-22 | This patch makes the EXECUTE command's completion tag return the | Bruce Momjian |
| 2004-04-21 | Change COPY CSV keyword to be: | Bruce Momjian |
| 2004-04-19 | Prevent doubling of escapes when not in quote mode for CSV. | Bruce Momjian |
| 2004-04-19 | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian |