aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procsignal.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Remove obsolete comment for WaitForProcSignalBarrier().Thomas Munro2021-03-02
* Use condition variables for ProcSignalBarriers.Thomas Munro2021-03-01
* Use SIGURG rather than SIGUSR1 for latches.Thomas Munro2021-03-01
* Allow for error or refusal while absorbing a ProcSignalBarrier.Robert Haas2021-01-18
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix typo in commentMagnus Hagander2020-09-06
* Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund2020-06-17
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Update copyrights for 2020Bruce Momjian2020-01-01
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-19
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove set_latch_on_sigusr1 flag.Robert Haas2015-10-09
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Add a default local latch for use in signal handlers.Andres Freund2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Clear MyProc and MyProcSignalState before they become invalid.Robert Haas2014-01-31
* Update copyright for 2014Bruce Momjian2014-01-07
* Allow discovery of whether a dynamic background worker is running.Robert Haas2013-08-28
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera2012-09-20
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas2010-09-11
* Fix typo in comment.Heikki Linnakangas2010-08-30
* pgindent run for 9.0Bruce Momjian2010-02-26
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-13
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31