summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-121-4/+4
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Error message editing in backend/storage.Tom Lane2003-07-241-8/+12
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-4/+4
* pgindent run.Bruce Momjian2002-09-041-2/+2
* 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-805/+7
* Patch against 7.2.1 sources. Uses Solaris Intimate Shared MemoryBruce Momjian2002-04-131-3/+15
* Change made to elog:Bruce Momjian2002-03-061-4/+4
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-7/+4
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-301-4/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-4/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-9/+6
* Revise shmget() and semget() failure messages to mention the possibilityTom Lane2001-10-011-19/+46
* Make inclusion logic for sys/sem.h and sys/ipc.h consistent across allTom Lane2001-10-011-7/+2
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-5/+4
* Bring references to ipcclean in sync with reality.Peter Eisentraut2001-09-041-4/+3
* Small cleanup.Bruce Momjian2001-05-081-2/+1
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-2/+2
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-56/+51
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-63/+90
* XLOG (and related) changes:Tom Lane2001-03-131-1/+39
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane2001-01-191-2/+3
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-4/+40
* Clear QueryCancel and ProcDiePending at start of proc_exit, to ensureTom Lane2001-01-071-1/+9
* Paranoia about possible values of errno after a shmget/semget failure.Tom Lane2000-12-301-5/+15
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-111-4/+9
* Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane2000-12-031-3/+3
* It seems some platforms declare kill(2) in signal.h not unistd.h.Tom Lane2000-11-301-1/+2
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-364/+466
* Put external declarations into header files.Peter Eisentraut2000-11-211-3/+1
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-071-138/+1
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-8/+156
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-13/+11
* Shed some light onto SysV IPC configuration.Peter Eisentraut2000-07-221-24/+56
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-32/+30
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-161-1/+5
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-10/+11
* Add:Bruce Momjian2000-01-261-2/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-221-59/+35
* exit recursion fix from MassimoBruce Momjian1999-11-061-4/+5
* Fix for recusive exit call from Massimo.Bruce Momjian1999-11-061-6/+5
* Re-add mention of FAQ's for shared memory/ipc errors.Bruce Momjian1999-10-101-6/+9
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-32/+7
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1