summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipc.c
AgeCommit message (Expand)Author
2008-04-16Repair two places where SIGTERM exit could leave shared memory stateTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-04Prevent continuing disk-space bloat when profiling (with PROFILE_PID_DIRTom Lane
2007-07-25Suppress warning when compiling with -DPROFILE_PID_DIR: sys/stat.h isTom Lane
2007-02-21Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2003-12-12This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-07-24Error message editing in backend/storage.Tom Lane
2003-05-27Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-04-13Patch against 7.2.1 sources. Uses Solaris Intimate Shared MemoryBruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-30Fix small problem Tom Lane found with pgindent run.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-01Revise shmget() and semget() failure messages to mention the possibilityTom Lane
2001-10-01Make inclusion logic for sys/sem.h and sys/ipc.h consistent across allTom Lane
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-09-04Bring references to ipcclean in sync with reality.Peter Eisentraut
2001-05-08Small cleanup.Bruce Momjian
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-22Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-13XLOG (and related) changes:Tom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-19Make critical sections (elog->crash) and interrupt holdoff sectionsTom Lane
2001-01-14Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane
2001-01-07Clear QueryCancel and ProcDiePending at start of proc_exit, to ensureTom Lane
2000-12-30Paranoia about possible values of errno after a shmget/semget failure.Tom Lane
2000-12-11Darwin porting patches from Peter Bierman <[email protected]>Tom Lane
2000-12-03Don't use 'private' as a parameter name in visible headers ... makes C++Tom Lane
2000-11-30It seems some platforms declare kill(2) in signal.h not unistd.h.Tom Lane
2000-11-28Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-10-07 The beos port in the source tree doesn't even compile. and evenBruce Momjian