| Age | Commit message (Expand) | Author |
| 2001-12-28 | Ensure that all direct uses of spinlock-protected data structures use | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-05 | Remove ill-considered Assert. | Tom Lane |
| 2001-11-04 | Merge three existing ways of signaling postmaster from child processes, | Tom Lane |
| 2001-10-30 | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-05 | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane |
| 2001-10-01 | Revise shmget() and semget() failure messages to mention the possibility | Tom Lane |
| 2001-10-01 | Make inclusion logic for sys/sem.h and sys/ipc.h consistent across all | Tom Lane |
| 2001-10-01 | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane |
| 2001-09-29 | Whoops, I was a tad too enthusiastic about using shared lock mode for | Tom Lane |
| 2001-09-29 | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane |
| 2001-09-27 | Move s_lock.c and spin.c into lmgr subdirectory, which seems a much | Tom Lane |
| 2001-09-07 | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane |
| 2001-09-04 | Bring references to ipcclean in sync with reality. | Peter Eisentraut |
| 2001-08-26 | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane |
| 2001-08-25 | Replace implementation of pg_log as a relation accessed through the | Tom Lane |
| 2001-08-23 | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane |
| 2001-07-16 | Improve documentation about reasoning behind the order of operations | Tom Lane |
| 2001-07-12 | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane |
| 2001-07-06 | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane |
| 2001-06-27 | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane |
| 2001-06-19 | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane |
| 2001-06-16 | Tweak startup sequence so that running out of PROC array slots is | Tom Lane |
| 2001-06-01 | Guard against malloc failure. Also, don't examine segP->lastBackend | Tom Lane |
| 2001-05-18 | Small code cleanups,formatting. | Bruce Momjian |
| 2001-05-08 | Small cleanup. | Bruce Momjian |
| 2001-05-07 | > Occasionally and without warning I get this from my daily vacuum | Bruce Momjian |
| 2001-03-23 | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-18 | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane |
| 2001-03-13 | XLOG (and related) changes: | Tom Lane |
| 2001-02-26 | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-22 | Clean up lockmanager data structures some more, in preparation for planned | Tom Lane |
| 2001-01-19 | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane |
| 2001-01-14 | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane |
| 2001-01-12 | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane |
| 2001-01-07 | Clear QueryCancel and ProcDiePending at start of proc_exit, to ensure | Tom Lane |
| 2000-12-30 | Paranoia about possible values of errno after a shmget/semget failure. | Tom Lane |
| 2000-12-22 | Revise lock manager to support "session level" locks as well as "transaction | Tom Lane |
| 2000-12-11 | Darwin porting patches from Peter Bierman <bierman@apple.com> | Tom Lane |
| 2000-12-03 | Don't use 'private' as a parameter name in visible headers ... makes C++ | Tom Lane |
| 2000-11-30 | It seems some platforms declare kill(2) in signal.h not unistd.h. | Tom Lane |
| 2000-11-30 | Rearrange bufmgr header files so that buf_internals.h need not be | Tom Lane |
| 2000-11-28 | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane |
| 2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
| 2000-11-12 | Keep track of the last active slot in the shared ProcState array, so | Tom Lane |