summaryrefslogtreecommitdiff
path: root/src/backend/libpq/pqsignal.c
AgeCommit message (Expand)Author
2016-01-02Update copyright for 2016Bruce Momjian
2015-08-31Actually, it's not that hard to merge the Windows pqsignal code ...Tom Lane
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-03-12Use "backend process" rather than "backend server", where appropriate.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-08-29Remove the use of the pg_auth flat file for client authentication.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-02-14Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian
2005-02-14Improve documentation of signal usage for HAVE_SIGPROCMASK andBruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-15Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion fromTom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-04-12Here's an attempt at new socket and signal code for win32.Bruce Momjian
2004-02-18Here is a patch that implements setitimer() on win32. With this patchBruce Momjian
2004-02-08Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway
2004-01-27Pgindent win32 signal code.Bruce Momjian
2004-01-27Here's the latest win32 signals code, this time in the form of a patchBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-09-21Add an overall timeout on the client authentication cycle, so thatTom Lane
2001-09-08Clean up some confusion about where and how to set whereToSendOutput.Tom Lane
2001-09-07Enable SIGTERM and SIGQUIT during client authentication soJan Wieck
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-06-29Add SIGFPE to list of signals never to block. #ifdef all signals inTom Lane
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut
2000-01-26Add:Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian