summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipc.c
AgeCommit message (Expand)Author
2013-12-18Allow on-detach callbacks for dynamic shared memory segments.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Remove support for on_exit()Peter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-10Use symbolic names not octal constants for file permission flags.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-03-20Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-15Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane
2009-05-05Install an atexit(2) callback that ensures that proc_exit's cleanup processingTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
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