| Age | Commit message (Expand) | Author |
| 2005-06-02 | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane |
| 2005-05-31 | Add test to WAL replay to verify that xl_prev points back to the previous | Tom Lane |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
| 2005-05-20 | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian |
| 2005-05-19 | Make a comment pgindent-proof, per suggestion from Alvaro. | Tom Lane |
| 2005-05-19 | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane |
| 2005-05-17 | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway |
| 2005-05-10 | Back out check for unreferenced files. | Bruce Momjian |
| 2005-05-07 | Fix case in which a debug printout would print already-pfreed data. | Tom Lane |
| 2005-05-03 | Clean up MultiXactIdExpand's API by separating out the case where we | Tom Lane |
| 2005-05-02 | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-04-23 | Add comment about checkpoint panic behavior during shutdown, per | Tom Lane |
| 2005-04-17 | Fix comment typo. | Bruce Momjian |
| 2005-04-15 | Reduce PANIC to ERROR in several xlog routines that are used in both | Tom Lane |
| 2005-04-15 | Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behavior | Tom Lane |
| 2005-04-13 | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane |
| 2005-04-11 | Fix interaction between materializing holdable cursors and firing | Tom Lane |
| 2005-03-29 | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane |
| 2005-03-28 | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane |
| 2005-03-24 | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian |
| 2005-02-20 | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane |
| 2005-02-20 | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane |
| 2005-02-12 | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian |
| 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-22 | Awhile back I added some code to StartupCLOG() to forcibly zero out | Tom Lane |
| 2004-12-17 | Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can | Tom Lane |
| 2004-11-17 | Minor adjustment of message style. | Tom Lane |
| 2004-11-17 | Don't allow pg_start_backup() to be invoked if archive_command has not | Neil Conway |
| 2004-11-05 | Small message clarifications | Peter Eisentraut |
| 2004-10-30 | Change COMMIT back to the old behavior of emitting command tag COMMIT, | Tom Lane |
| 2004-10-29 | Rearrange order of pre-commit operations: must close cursors before doing | Tom Lane |
| 2004-10-29 | Add DEBUG1-level logging of checkpoint start and end. Also, reduce the | Tom Lane |
| 2004-10-16 | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane |
| 2004-10-14 | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian |
| 2004-10-12 | Message style revisions | Peter Eisentraut |
| 2004-10-09 | Make getpid() use %d consistently for printing. | Bruce Momjian |
| 2004-10-07 | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian |
| 2004-10-04 | PortalRun must guard against the possibility that the portal it's | Tom Lane |
| 2004-09-16 | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane |
| 2004-09-16 | RecentXmin is too recent to use as the cutoff point for accessing | 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-10 | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane |
| 2004-09-06 | Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup | Tom Lane |
| 2004-09-06 | Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog, | Tom Lane |
| 2004-08-30 | Ensure that the remainder of the current pg_clog page is zeroed during | Tom Lane |
| 2004-08-30 | Fix failure to advance nextXID beyond subtransactions whose XIDs appear | Tom Lane |