postgresql/src/backend
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
..
access Reimplement hash index locking algorithms, per my recent proposal to 2003-09-04 22:06:27 +00:00
bootstrap Cause standalone backend (including bootstrap case) to read the GUC 2003-09-02 19:04:12 +00:00
catalog Avoid consuming unreasonable amounts of memory when GRANT has many 2003-09-04 15:53:04 +00:00
commands Message in the other exit from acquire_sample_rows(), as per update 2003-09-11 23:12:31 +00:00
executor Some "feature not supported" errors are better syntax errors, because the 2003-09-09 23:22:21 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq When I sent in the sslmode patch I forgot to update the 2003-09-13 16:43:38 +00:00
main Update comments about how locale settings are handled. 2003-09-09 15:19:31 +00:00
nodes Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
optimizer Remove geqo_random_seed parameter. Having geqo reset the global random() 2003-09-07 15:26:54 +00:00
parser Some "feature not supported" errors are better syntax errors, because the 2003-09-09 23:22:21 +00:00
po Translation updates 2003-08-24 21:18:53 +00:00
port Mop-up for previous change to determine default shared_buffers and 2003-08-26 15:38:25 +00:00
postmaster Someone (possibly me) foolishly reduced the response for failing 2003-09-12 19:33:59 +00:00
regex Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
rewrite Rewriter and planner should use only resno, not resname, to identify 2003-08-11 23:04:50 +00:00
storage Fix old mention of exec() in AttachSharedMemoryAndSemaphores comment. 2003-09-12 02:13:23 +00:00
tcop Some "feature not supported" errors are better syntax errors, because the 2003-09-09 23:22:21 +00:00
utils Okay, I've had it with mktime() bugs. While chasing Torello Querci's 2003-09-13 21:12:38 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk elog() is no longer a gettext trigger --- all remaining uses are considered 2003-07-28 00:25:21 +00:00