aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/ipc.c
Commit message (Expand)AuthorAge
* Revert "Add some temporary code to record stack usage at server process exit."Tom Lane2016-07-10
* Improve recording of IA64 stack data.Tom Lane2016-07-09
* Add more temporary code to record stack usage at server process exit.Tom Lane2016-07-08
* Add some temporary code to record stack usage at server process exit.Tom Lane2016-07-08
* Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."Tom Lane2016-02-10
* Add still more chattiness in server shutdown.Tom Lane2016-02-09
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove remnants of ImmediateInterruptOK handling.Andres Freund2015-02-03
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Teach on_exit_reset() to discard pending cleanups for dsm.Robert Haas2014-03-10
* Update copyright for 2014Bruce Momjian2014-01-07
* Allow on-detach callbacks for dynamic shared memory segments.Robert Haas2013-12-18
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove support for on_exit()Peter Eisentraut2011-12-27
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-10
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane2010-03-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-15
* Install an atexit(2) callback that ensures that proc_exit's cleanup processingTom Lane2009-05-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Prevent continuing disk-space bloat when profiling (with PROFILE_PID_DIRTom Lane2007-11-04
* Suppress warning when compiling with -DPROFILE_PID_DIR: sys/stat.h isTom Lane2007-07-25
* Add configure --enable-profiling to enable GCC profiling. Patches fromBruce Momjian2007-02-21
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/storage.Tom Lane2003-07-24
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Patch against 7.2.1 sources. Uses Solaris Intimate Shared MemoryBruce Momjian2002-04-13