aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/win32/signal.c
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix MinGW warnings re formats and unused variables. per ITAGAKI TakahiroAndrew Dunstan2008-04-16
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander2007-10-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane2005-10-25
* Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doingTom Lane2005-10-21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane2004-11-17
* Clarify some error messagesPeter Eisentraut2004-11-09
* Message style revisionsPeter Eisentraut2004-10-12
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix Windows emulation of kill(pid, 0). This will now succeed, but onlyTom Lane2004-08-27
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-24
* Cleanup for Win32 pgkill.Bruce Momjian2004-05-27
* Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian2004-05-27
* Here's an attempt at new socket and signal code for win32.Bruce Momjian2004-04-12