| Age | Commit message (Expand) | Author |
| 2005-06-28 | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane |
| 2005-06-19 | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane |
| 2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-14 | Simplify shared-memory lock data structures as per recent discussion: | Tom Lane |
| 2005-06-13 | Adjust lo_open() so that specifying INV_READ without INV_WRITE creates | Tom Lane |
| 2005-06-06 | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane |
| 2005-05-29 | Improve LockAcquire API per my recent proposal. All error conditions | Tom Lane |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2005-05-20 | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian |
| 2005-05-19 | Factor out lock cleanup code that is needed in several places in lock.c. | Tom Lane |
| 2005-05-19 | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane |
| 2005-04-30 | Use the standard lock manager to establish priority order when there | Tom Lane |
| 2005-04-29 | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-03-22 | Create a routine PageIndexMultiDelete() that replaces a loop around | Tom Lane |
| 2005-03-20 | Remove unnecessary calls of FlushRelationBuffers: there is no need | Tom Lane |
| 2005-03-19 | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane |
| 2005-03-18 | Need to reset local buffer pin counts, not only shared buffer pins, | Tom Lane |
| 2005-03-10 | Add spinlock support for Itanium processor with Intel compiler. | Bruce Momjian |
| 2005-03-04 | Replace the BufMgrLock with separate locks on the lookup hashtable and | Tom Lane |
| 2005-02-03 | Ensure that all details of the ARC algorithm are hidden within freelist.c. | Tom Lane |
| 2005-01-10 | Separate the functions of relcache entry flush and smgr cache entry flush | Tom Lane |
| 2005-01-10 | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-29 | Refactor EXEC_BACKEND code so that postmaster child processes reattach | Tom Lane |
| 2004-11-09 | Put in place some defenses against being fooled by accidental match of | Tom Lane |
| 2004-10-16 | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane |
| 2004-10-16 | Remove BufferLocks[] array in favor of a single pointer to the buffer | Tom Lane |
| 2004-10-15 | Repair possible failure to update hint bits back to disk, per | Tom Lane |
| 2004-10-06 | Document what the "rep; nop" x86 assembler sequence is actually equivalent | Neil Conway |
| 2004-09-29 | Minor adjustments to improve the accuracy of our computation of required | Tom Lane |
| 2004-09-28 | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane |
| 2004-09-24 | Get rid of /*-inside-comment warning. My fault. | Tom Lane |
| 2004-09-24 | Fix TAS assembly stuff for Solaris/386. (I'm not in a position to | Tom Lane |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-09-02 | Add s_lock support for HPUX on IA64, per Shinji Teragaito. | Tom Lane |
| 2004-08-30 | slock_t must be int not char for MIPS. 7.4 got this right, but the | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-27 | Introduce local hash table for lock state, as per recent proposal. | Tom Lane |
| 2004-08-26 | Improve some comments. | Tom Lane |
| 2004-08-23 | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane |
| 2004-08-11 | Fix failure to guarantee that a checkpoint will write out pg_clog updates | Tom Lane |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-08-01 | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane |
| 2004-07-28 | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane |
| 2004-07-21 | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane |
| 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-19 | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane |