summaryrefslogtreecommitdiff
path: root/src/port/gettimeofday.c
AgeCommit message (Expand)Author
2022-08-06Simplify gettimeofday() fallback logic.Andres Freund
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-02-21Try to fix busted gettimeofday() code.Tom Lane
2015-02-21Don't require users of src/port/gettimeofday.c to initialize it.Robert Haas
2014-12-08Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs
2014-12-08Use GetSystemTimeAsFileTime directly in win32Simon Riggs
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2006-03-04> gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian
2006-03-03This patch fixes this warning.Bruce Momjian
2005-12-16Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou.Alvaro Herrera
2005-05-16Fix a few minor mistakes in header comments. From Qingqing Zhou.Neil Conway
2004-06-24Include c.h instead of postgres.h in files that need to be usable inTom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-08-04pgindent run.Bruce Momjian
2003-05-16Allow interfaces to compile under MingGW/Win32 by adding _P to symbolsBruce Momjian