]> granicus.if.org Git - postgresql/history - src/backend/port/win32/signal.c
Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro
[postgresql] / src / backend / port / win32 / signal.c
2008-04-16 Andrew DunstanFix MinGW warnings re formats and unused variables...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-10-23 Magnus HaganderUse snprintf instead of wsprintf, and use getenv("APPDA...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-16 Tom LaneIn a Windows backend, don't build src/port/pgsleep...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-25 Tom LaneFix Windows setitimer() emulation to not depend on...
2005-10-21 Tom LaneImprove performance of CHECK_FOR_INTERRUPTS() macro...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-17 Tom LaneFix Win32 problems with signals and sockets, by making...
2004-11-09 Peter EisentrautClarify some error messages
2004-10-12 Peter EisentrautMessage style revisions
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-27 Tom LaneFix Windows emulation of kill(pid, 0). This will now...
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-05-27 Bruce MomjianCleanup for Win32 pgkill.
2004-05-27 Bruce MomjianMove pgkill out into /port so pg_ctl can use it on...
2004-04-12 Bruce MomjianHere's an attempt at new socket and signal code for...