| Age | Commit message (Expand) | Author |
| 2004-04-25 | Tiny assorted fixes: correct a typo in a comment in vacuumlazy.c, remove | Neil Conway |
| 2004-04-22 | Make LocalRefCount and PrivateRefCount arrays of int32, rather than long. | Neil Conway |
| 2004-04-21 | Another round of code cleanup on bufmgr. Use BM_VALID flag to keep track | Tom Lane |
| 2004-04-19 | Code review for ARC patch. Eliminate static variables, improve handling | Tom Lane |
| 2004-04-19 | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian |
| 2004-03-23 | When changing select() calls for delays into pg_usleep(), two comments | Bruce Momjian |
| 2004-03-15 | * postmaster.c: cleanup pmdaemonize under win32; missed failure message | Bruce Momjian |
| 2004-02-25 | For application to HEAD, following community review. | Bruce Momjian |
| 2004-02-23 | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane |
| 2004-02-23 | Do a direct probe during postmaster startup to determine the maximum | Tom Lane |
| 2004-02-18 | Here is a patch that implements setitimer() on win32. With this patch | Bruce Momjian |
| 2004-02-12 | Avoid delaying postmaster shutdown by up to 10 seconds on platforms | Tom Lane |
| 2004-02-12 | Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer() | Jan Wieck |
| 2004-02-11 | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane |
| 2004-02-10 | Centralize implementation of delay code by creating a pg_usleep() | Tom Lane |
| 2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
| 2004-02-08 | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway |
| 2004-02-06 | Cost based vacuum delay feature. | Jan Wieck |
| 2004-02-04 | Backing out the background writer sync() option. | Jan Wieck |
| 2004-01-30 | Remove sleep() and use single PG_SLEEP call for Win32 signal handling | Bruce Momjian |
| 2004-01-27 | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian |
| 2004-01-26 | [all] Removed call to getppid in SendPostmasterSignal, replacing with a | Bruce Momjian |
| 2004-01-26 | Back out win32 patch so we can apply it separately. | Bruce Momjian |
| 2004-01-26 | Attached is a patch that fixes some trivial typos and alignment. Please | Bruce Momjian |
| 2004-01-26 | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane |
| 2004-01-24 | Added GUC variable bgwriter_flush_method controlling the action | Jan Wieck |
| 2004-01-15 | Adjusted calculation of shared memory requirements to new | Jan Wieck |
| 2004-01-11 | Drops in the CreateProcess calls for Win32 (essentially wrapping up the | Bruce Momjian |
| 2004-01-09 | Change PG_DELAY from msec to usec and use it consistenly rather than | Bruce Momjian |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2004-01-06 | Code cleanup, mostly in the smgr: | Neil Conway |
| 2003-12-30 | ShmemInitHash forgot to specify HASH_ALLOC flag bit in its hash_create | Tom Lane |
| 2003-12-27 | Improve spinlock code for recent x86 processors: insert a PAUSE | Tom Lane |
| 2003-12-25 | Continued rearrangement to permit pgstat + BootstrapMain processes to be | Bruce Momjian |
| 2003-12-23 | Use inlined TAS() on PA-RISC, if we are compiling with gcc. | Tom Lane |
| 2003-12-23 | Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms | Tom Lane |
| 2003-12-23 | Move slock_t typdefs into s_lock.h from include/port files for | Bruce Momjian |
| 2003-12-23 | Remove NEED_I386_TAS_ASM and just test for compiler defines. | Bruce Momjian |
| 2003-12-22 | This applied patch remove NEED_SPARC_TAS_ASM and instead uses __sparc || | Bruce Momjian |
| 2003-12-21 | [ This description should have been on the earlier fork/exec | Bruce Momjian |
| 2003-12-21 | The recent DUMMY_PROCS patch broke accounting for the number of semaphores | Tom Lane |
| 2003-12-20 | bufmgr.c failed to compile on Darwin, because it didn't include | Tom Lane |
| 2003-12-20 | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian |
| 2003-12-14 | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway |
| 2003-12-12 | This patch properly sets the prototype for the on_shmem_exit and | Peter Eisentraut |
| 2003-12-01 | Try to reduce confusion about what is a lock method identifier, a lock | Bruce Momjian |
| 2003-12-01 | Force zero_damaged_pages to be effectively ON during recovery from WAL, | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-27 | Conditionalize variable that is only used conditionally, to avoid warning. | Peter Eisentraut |
| 2003-11-26 | Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage. | Tom Lane |