index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
port
/
win32
/
signal.c
Commit message (
Expand
)
Author
Age
*
Fix latent portability issue in pgwin32_dispatch_queued_signals().
Tom Lane
2016-04-04
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-23
*
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-07-05
*
Capitalization fixes
Peter Eisentraut
2011-06-19
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Fix race condition in win32 signal handling.
Magnus Hagander
2010-01-31
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro
Andrew Dunstan
2008-04-16
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of
Magnus Hagander
2007-10-23
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
In a Windows backend, don't build src/port/pgsleep.c's version of
Tom Lane
2006-07-16
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Fix Windows setitimer() emulation to not depend on delivering an APC
Tom Lane
2005-10-25
*
Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing
Tom Lane
2005-10-21
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Fix Win32 problems with signals and sockets, by making the forkexec code
Tom Lane
2004-11-17
*
Clarify some error messages
Peter Eisentraut
2004-11-09
*
Message style revisions
Peter Eisentraut
2004-10-12
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Fix Windows emulation of kill(pid, 0). This will now succeed, but only
Tom Lane
2004-08-27
*
Replace direct fprintf(stderr) calls by write_stderr(), and cause this
Tom Lane
2004-06-24
*
Cleanup for Win32 pgkill.
Bruce Momjian
2004-05-27
*
Move pgkill out into /port so pg_ctl can use it on Win32.
Bruce Momjian
2004-05-27
*
Here's an attempt at new socket and signal code for win32.
Bruce Momjian
2004-04-12