summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/sinvaladt.c
Commit message (Expand)AuthorAgeFilesLines
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-4/+14
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-311-6/+9
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-32/+32
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-091-20/+17
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-091-17/+20
* Fix a race condition that I introduced into sinvaladt.c during the recentTom Lane2008-07-181-11/+17
* Teach autovacuum how to determine whether a temp table belongs to a crashedTom Lane2008-07-011-1/+28
* Seems I was too optimistic in supposing that sinval's maxMsgNum could beTom Lane2008-06-201-15/+48
* Rewrite the sinval messaging mechanism to reduce contention and avoidTom Lane2008-06-191-176/+293
* Remove freeBackends counter from the sinval shared memory area. We used toTom Lane2008-06-171-9/+1
* Move elog(DEBUG4) call outside the locked area, per suggestion from Tom Lane.Alvaro Herrera2008-03-181-6/+5
* Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's notAlvaro Herrera2008-03-171-1/+8
* Modify interactions between sinval.c and sinvaladt.c. The code that actuallyAlvaro Herrera2008-03-161-43/+155
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-2/+3
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-051-3/+51
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-11/+11
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-15/+15
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-5/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+5
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Handle impending sinval queue overflow by means of a separate signalTom Lane2004-05-231-7/+3
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-2/+5
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/storage.Tom Lane2003-07-241-3/+3
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-3/+3
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-211-11/+13
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-291-13/+18
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-1/+2
* Some kibitzing about appropriate elog levels for sinval messages.Tom Lane2002-03-021-3/+3
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-4/+3
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-5/+5
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-041-10/+8
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-4/+8
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-191-7/+3
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-161-7/+7
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-76/+19
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-121-30/+35
* Mop up from caddr_t -> Datum conversion to make things extra type safePeter Eisentraut2000-10-021-4/+7
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-4/+4
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-3/+3
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1