aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/pmsignal.c
Commit message (Expand)AuthorAge
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Treat a WAL sender process that hasn't started streaming yet as a regularHeikki Linnakangas2011-01-15
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Work around unfortunate getppid() behavior on BSD-ish systems.Robert Haas2010-12-21
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Marginal code cleanup for streaming replication.Tom Lane2010-08-23
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* 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
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Put back another not-so-unnecessary #include, per report from Hiroshi Saito.Tom Lane2006-07-16
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* 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
* Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli.Tom Lane2004-05-30
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-08
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-27
* [all] Removed call to getppid in SendPostmasterSignal, replacing with aBruce Momjian2004-01-26
* Back out win32 patch so we can apply it separately.Bruce Momjian2004-01-26
* Attached is a patch that fixes some trivial typos and alignment. PleaseBruce Momjian2004-01-26
* Drops in the CreateProcess calls for Win32 (essentially wrapping up theBruce Momjian2004-01-11
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Remove ill-considered Assert.Tom Lane2001-11-05
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-04