| Age | Commit message (Expand) | Author |
| 2002-07-02 | >the extra level of struct naming for pd_opaque has no obvious | Bruce Momjian |
| 2002-07-02 | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian |
| 2002-07-02 | Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeated | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-15 | WriteBuffer return value: | Bruce Momjian |
| 2002-06-15 | Remove some pre-WAL relics: | Bruce Momjian |
| 2002-06-11 | Katherine Ward wrote: | Jan Wieck |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-04-15 | The patch I sent to -patches a little while ago wasn't applied: it | Bruce Momjian |
| 2002-03-03 | Catcaches can now store negative entries as well as positive ones, to | Tom Lane |
| 2002-02-19 | A bunch of changes aimed at reducing backend startup time... | Tom Lane |
| 2002-01-29 | Make S/390 TAS spell __inline__ the same way as the other eight GCC | Tom Lane |
| 2002-01-15 | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane |
| 2001-12-11 | Make sure that inlined S_UNLOCK is marked as an update of a 'volatile' | Tom Lane |
| 2001-11-10 | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane |
| 2001-11-06 | The extra semaphore that proc.c now allocates for checkpoint processes | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-04 | Merge three existing ways of signaling postmaster from child processes, | Tom Lane |
| 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 | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane |
| 2001-09-30 | Create a GUC parameter max_files_per_process that is a configurable | Tom Lane |
| 2001-09-30 | Back out change. Too many place to change too close to beta: | Bruce Momjian |
| 2001-09-29 | Do this TODO item: | Bruce Momjian |
| 2001-09-29 | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane |
| 2001-09-27 | Remove useless LockDisable() function and associated overhead, per my | Tom Lane |
| 2001-09-24 | Treat __s390x__ the same as __s390__. (taken from RPM patch set) | Peter Eisentraut |
| 2001-09-21 | Add an overall timeout on the client authentication cycle, so that | Tom Lane |
| 2001-09-07 | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane |
| 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-07-09 | Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. | Tom Lane |
| 2001-07-06 | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane |
| 2001-07-02 | First non-stub implementation of shared free space map. It's not super | Tom Lane |
| 2001-06-29 | Further work on connecting the free space map (which is still just a | Tom Lane |
| 2001-06-27 | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane |
| 2001-06-27 | Remove another unused include file with obsolete, useless, | Tom Lane |
| 2001-06-22 | Add support to lock manager for conditionally locking a lock (ie, | Tom Lane |
| 2001-06-21 | Remove unused include file for long-dead flavors of locking. | Tom Lane |
| 2001-06-19 | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane |
| 2001-06-18 | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian |
| 2001-06-16 | Tweak startup sequence so that running out of PROC array slots is | Tom Lane |
| 2001-06-11 | Move temporary files into 'pg_tempfiles' subdirectory of each database | Tom Lane |
| 2001-06-09 | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane |
| 2001-05-25 | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian |
| 2001-05-25 | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian |
| 2001-05-24 | I haven't tried building postgres with the Watcom compiler for 7.1 because | Bruce Momjian |
| 2001-05-14 | Small include file fix for pg_variabie.h | Bruce Momjian |
| 2001-05-12 | Modify RelationGetBufferForTuple() so that we only do lseek and lock | Tom Lane |