postgresql/src
Tom Lane 94a13b8a11 Okay, I've had it with mktime() bugs. While chasing Torello Querci's
recent gripe, I discovered not one but two undocumented, undesirable
behaviors of glibc's mktime.  So, stop using it entirely, and always
rely on inversion of localtime() to determine the local time zone.
It's not even very much slower, as it turns out that mktime (at least
in the glibc implementation) also does repeated reverse-conversions.
2003-09-13 21:12:38 +00:00
..
backend Okay, I've had it with mktime() bugs. While chasing Torello Querci's 2003-09-13 21:12:38 +00:00
bin Remove WIN32_CONSOLE support, at the request of the author. 2003-09-12 02:40:10 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
include autoconf/autoheader run. 2003-09-13 16:39:51 +00:00
interfaces More SQLState updates from Kim Ho at Redhat. 2003-09-13 04:02:16 +00:00
makefiles Support for Intel compiler on Linux 2003-06-05 16:07:25 +00:00
pl Looks like plperl has same bug as pltcl. 2003-09-04 15:16:39 +00:00
port Attempt threading in this order: 2003-09-13 14:49:51 +00:00
template Attempt threading in this order: 2003-09-13 14:49:51 +00:00
test With pg_autovacuum becoming increasingly popular it's important to 2003-09-13 16:44:49 +00:00
tools Tighten casting of function call pointers for threads. 2003-09-03 22:34:08 +00:00
tutorial Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
utils Re-add Win32 missing files, I think. 2002-11-02 02:00:35 +00:00
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
Makefile.global.in Make the default pg_hba.conf include an entry for ::1 only if configure 2003-09-07 03:36:03 +00:00
Makefile.shlib Here is a patch to make PostgreSQL use a full path in DT_SONAME for 2003-09-10 03:56:33 +00:00
nls-global.mk Avoid shell syntax error if list of languages is empty. 2002-09-02 22:19:42 +00:00
win32.mak Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00