postgresql/src
Thomas G. Lockhart 8e9840383c Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".
Not sure why some were this way, and others were already correct, but it
 seems to have been like this for several years.
This caused problems on a few damaged platforms like AIX and IRIX which do
 not support DST calculations for years before 1970.
Thanks to Andreas Zeugswetter <ZeugswetterA@wien.spardat.at> for finding
 the problem.
2001-01-17 16:46:56 +00:00
..
backend Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero". 2001-01-17 16:46:56 +00:00
bin Fixed handling of renamed columns in PK constraints 2001-01-12 15:41:29 +00:00
corba
data
include Move structure comments from the top block down to the line entries for 2001-01-17 06:41:31 +00:00
interfaces Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts 2001-01-14 05:08:17 +00:00
makefiles Remove -L$(libdir) from DLLLIBS to prevent linking with an old version 2001-01-09 18:45:41 +00:00
pl Fix NOT NULL option for plpgsql variables (doesn't look like it 2001-01-06 01:43:01 +00:00
template
test Windows wants shared libraries in PATH. 2001-01-13 03:25:48 +00:00
tools More cleanup. 2001-01-13 04:58:53 +00:00
tutorial
utils #ifdef out entire file for newer Cygwin versions. 2001-01-11 23:32:03 +00:00
DEVELOPERS
GNUmakefile.in
Makefile Fix unportable use of '!' in shell commands. 2000-12-30 00:24:09 +00:00
Makefile.global.in stamp-h needs to be made by config.status, not elsewhere, per recipe in 2000-12-29 20:39:09 +00:00
Makefile.shlib
win32.mak