aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/pqsignal.h
Commit message (Expand)AuthorAge
* Update copyright for 2024Bruce Momjian2024-01-03
* Retire PG_SETMASK() macro.Thomas Munro2023-02-03
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-12
* Update copyright for 2023Bruce Momjian2023-01-02
* Provide sigaction() for Windows.Thomas Munro2022-11-09
* Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro2022-07-16
* Add some missing PGDLLIMPORT markingsMichael Paquier2022-05-12
* Update copyright for 2022Bruce Momjian2022-01-07
* 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
* 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
* 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
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas2010-01-20
* Huh, apparently on cygwin we HAVE_SIGPROCMASK, so both variants ofTom Lane2010-01-16
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-16
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Don't unblock SIGQUIT in the SIGQUIT handlerPeter Eisentraut2009-12-16
* If there is no sigdelset(), define it as a macro.Peter Eisentraut2009-12-16
* 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
* 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
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-12
* 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
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* We had a problem with to compile pgsql-7.2 under SW-8.0.Bruce Momjian2002-02-22
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25