summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procsignal.c
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-09-20Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera
2012-07-18Fix management of pendingOpsTable in auxiliary processes.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-11Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas
2010-08-30Fix typo in comment.Heikki Linnakangas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-13Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs
2010-01-23In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs
2010-01-16Teach standby conflict resolution to use SIGUSR1Simon Riggs
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-07-31Create a multiplexing structure for signals to Postgres child processes.Tom Lane