summaryrefslogtreecommitdiff
path: root/src/backend/port/win32/timer.c
AgeCommit message (Expand)Author
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-09Round microseconds on setitimer upwards.Bruce Momjian
2006-08-09On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren'tBruce Momjian
2006-08-09Fix statement_timeout on Win32 so that it properly treats micro-secondsBruce Momjian
2006-08-09Formatting improvement.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-10-25Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane
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-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-02-18Here is a patch that implements setitimer() on win32. With this patchBruce Momjian