aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqsignal.c
Commit message (Expand)AuthorAge
* Update copyright for 2022Bruce Momjian2022-01-07
* Use signalfd(2) for epoll latches.Thomas Munro2021-03-01
* Update copyright for 2021Bruce Momjian2021-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2019-10-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Actually, it's not that hard to merge the Windows pqsignal code ...Tom Lane2015-08-31
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-31
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Use "backend process" rather than "backend server", where appropriate.Bruce Momjian2011-03-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove the use of the pg_auth flat file for client authentication.Tom Lane2009-08-29
* 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
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian2005-02-14
* Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian2005-02-14
* 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
* Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion fromTom Lane2004-08-15
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-12
* Here is a patch that implements setitimer() on win32. With this patchBruce Momjian2004-02-18
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-08
* Pgindent win32 signal code.Bruce Momjian2004-01-27
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-27
* $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
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-21
* Clean up some confusion about where and how to set whereToSendOutput.Tom Lane2001-09-08
* Enable SIGTERM and SIGQUIT during client authentication soJan Wieck2001-09-07
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Add SIGFPE to list of signals never to block. #ifdef all signals inTom Lane2000-06-29