| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Simplify Windows implementation of latches. There's no need to keep a | Heikki Linnakangas | 2010-09-15 | 1 | -4/+1 |
| * | Introduce latches. A latch is a boolean variable, with the capability to | Heikki Linnakangas | 2010-09-11 | 1 | -1/+4 |
| * | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 | 1 | -1/+4 |
| * | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 | 1 | -1/+7 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Create a multiplexing structure for signals to Postgres child processes. | Tom Lane | 2009-07-31 | 1 | -1/+4 |
| * | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane | 2009-05-05 | 1 | -2/+3 |
| * | Create a "shmem_startup_hook" to be called at the end of shared memory | Tom Lane | 2009-01-03 | 1 | -1/+9 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 1 | -8/+1 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+2 |
| * | Modify interactions between sinval.c and sinvaladt.c. The code that actually | Alvaro Herrera | 2008-03-16 | 1 | -2/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -2/+2 |
| * | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane | 2007-06-08 | 1 | -1/+4 |
| * | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 | 1 | -1/+4 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 | 1 | -21/+29 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -5/+5 |
| * | Add support for loadable modules to allocated shared memory and | Bruce Momjian | 2006-08-01 | 1 | -1/+21 |
| * | Put back some more not-so-unused-as-all-that #includes. This un-breaks | Tom Lane | 2006-07-15 | 1 | -1/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -8/+1 |
| * | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 | 1 | -1/+4 |
| * | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 | 1 | -1/+8 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane | 2006-01-04 | 1 | -8/+8 |
| * | Simplify lock manager data structures by making a clear separation between | Tom Lane | 2005-12-09 | 1 | -3/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -10/+9 |
| * | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 | 1 | -21/+29 |
| * | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -13/+14 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 1 | -1/+4 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -1/+4 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Refactor EXEC_BACKEND code so that postmaster child processes reattach | Tom Lane | 2004-12-29 | 1 | -13/+17 |
| * | Minor adjustments to improve the accuracy of our computation of required | Tom Lane | 2004-09-29 | 1 | -1/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -8/+9 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -3/+5 |
| * | Separate out bgwriter code into a logically separate module, rather | Tom Lane | 2004-05-29 | 1 | -2/+5 |
| * | Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by | Tom Lane | 2004-05-28 | 1 | -5/+13 |
| * | Code review for ARC patch. Eliminate static variables, improve handling | Tom Lane | 2004-04-19 | 1 | -2/+3 |
| * | For application to HEAD, following community review. | Bruce Momjian | 2004-02-25 | 1 | -74/+57 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -4/+1 |
| * | [all] Removed call to getppid in SendPostmasterSignal, replacing with a | Bruce Momjian | 2004-01-26 | 1 | -1/+11 |
| * | Back out win32 patch so we can apply it separately. | Bruce Momjian | 2004-01-26 | 1 | -11/+1 |
| * | Attached is a patch that fixes some trivial typos and alignment. Please | Bruce Momjian | 2004-01-26 | 1 | -1/+11 |
| * | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 | 1 | -2/+26 |
| * | Try to reduce confusion about what is a lock method identifier, a lock | Bruce Momjian | 2003-12-01 | 1 | -3/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |