| Age | Commit message (Expand) | Author |
| 2005-02-20 | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane |
| 2005-02-15 | Update comment on VACUUM FULL. | Bruce Momjian |
| 2005-02-14 | ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich. | Tom Lane |
| 2005-02-11 | Fix ANALYZE to accumulate some minimal statistics for an all-null column. | Tom Lane |
| 2005-02-09 | ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a | Neil Conway |
| 2005-02-06 | Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out | Tom Lane |
| 2005-02-02 | Add support for temporary views, including documentation and regression | Neil Conway |
| 2005-01-27 | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway |
| 2005-01-27 | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane |
| 2005-01-24 | Fix ALTER TABLE ADD COLUMN so that constraints of domain types are | Tom Lane |
| 2005-01-10 | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane |
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-23 | Avoid memory leakage during VACUUM FULL when an index expression or | Tom Lane |
| 2004-12-12 | PREPARE and EXPLAIN need to copy the source query just like we recently | Tom Lane |
| 2004-12-06 | ActiveSnapshot must be set to something valid while running deferred | Tom Lane |
| 2004-12-03 | Use StrNCpy not strncpy to fill hash key, to ensure the resulting key | Tom Lane |
| 2004-12-03 | > If it bothers you that much. I'd make a flag, cleared at the start of | Bruce Momjian |
| 2004-12-02 | Disallow the combination VACUUM FULL FREEZE for safety's sake, for the | Tom Lane |
| 2004-12-01 | Change planner to use the current true disk file size as its estimate of | Tom Lane |
| 2004-11-28 | Avoid scribbling on original parsetree during DECLARE CURSOR. This | Tom Lane |
| 2004-11-18 | Force pg_database updates out to disk immediately after ALTER DATABASE; | Tom Lane |
| 2004-11-16 | Prevent a backend crash when processing CREATE TABLE commands with | Neil Conway |
| 2004-11-14 | There is no need for ReadBuffer() call sites to check that the returned | Neil Conway |
| 2004-11-06 | When implementing a coercion to a domain type with a combined | Tom Lane |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-11-05 | Small message clarifications | Peter Eisentraut |
| 2004-10-30 | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane |
| 2004-10-29 | Fix failure to think clearly about encoding conversion errors in COPY. | Tom Lane |
| 2004-10-28 | On Windows, force a checkpoint just before dropping a database's physical | Tom Lane |
| 2004-10-26 | Make heap_fetch API more consistent by having the buffer remain pinned | Tom Lane |
| 2004-10-25 | In the new dispensation where REINDEX doesn't take exclusive lock on | Tom Lane |
| 2004-10-25 | Modify hash_create() to elog(ERROR) if an error occurs, rather than | Neil Conway |
| 2004-10-22 | In ALTER COLUMN TYPE, strip any implicit coercion operations appearing | Tom Lane |
| 2004-10-21 | Disallow referential integrity actions from being deferred; only the | Tom Lane |
| 2004-10-17 | Give a more user-friendly error message in situation where CREATE DATABASE | Tom Lane |
| 2004-10-16 | Give a more user-friendly error message in case where a table is created | Tom Lane |
| 2004-10-15 | Repair possible failure to update hint bits back to disk, per | Tom Lane |
| 2004-10-12 | Message style revisions | Peter Eisentraut |
| 2004-10-07 | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian |
| 2004-10-07 | Back out unindented modification to file. | Bruce Momjian |
| 2004-10-07 | Indent comment pushed to new line by else so it is indented by BSD | Bruce Momjian |
| 2004-09-30 | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane |
| 2004-09-30 | Remove unnecessary use of index_open just to get the index name. | Tom Lane |
| 2004-09-27 | Code cleanup: don't bother casting the argument to pfree() to void * | Neil Conway |
| 2004-09-24 | GUC assign hooks that look at external state in deciding whether a | Tom Lane |
| 2004-09-23 | Fix ALTER TABLE OWNER to adjust the ownership of dependent sequences, | Tom Lane |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
| 2004-09-11 | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane |