summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas2010-09-151-4/+1
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-111-1/+4
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-161-1/+4
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-1/+7
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-311-1/+4
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-051-2/+3
* Create a "shmem_startup_hook" to be called at the end of shared memoryTom Lane2009-01-031-1/+9
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-8/+1
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Modify interactions between sinval.c and sinvaladt.c. The code that actuallyAlvaro Herrera2008-03-161-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+2
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-081-1/+4
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-151-1/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-151-21/+29
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-011-1/+21
* Put back some more not-so-unused-as-all-that #includes. This un-breaksTom Lane2006-07-151-1/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-8/+1
* Take the statistics collector out of the loop for monitoring backends'Tom Lane2006-06-191-1/+4
* Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane2006-05-081-1/+8
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-041-8/+8
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-091-3/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-10/+9
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-21/+29
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-13/+14
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-1/+4
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-1/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-291-13/+17
* Minor adjustments to improve the accuracy of our computation of requiredTom Lane2004-09-291-1/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-8/+9
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-3/+5
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-2/+5
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-281-5/+13
* Code review for ARC patch. Eliminate static variables, improve handlingTom Lane2004-04-191-2/+3
* For application to HEAD, following community review.Bruce Momjian2004-02-251-74/+57
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-4/+1
* [all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian2004-01-261-1/+11
* Back out win32 patch so we can apply it separately.Bruce Momjian2004-01-261-11/+1
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-261-1/+11
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-2/+26
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-011-3/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1