postgresql/src
Tom Lane 6f0072df77 Restrict deadlock_timeout to the range for which the implementation
actually works sanely, viz not 0 and not more than INT_MAX/1000
(else TimestampTzPlusMilliseconds can overflow).  Per discussion with
Greg Stark.  Since this is a superuser-only setting and there was not
previously any big reason to change it, not worth back-patching.
2007-06-20 18:31:39 +00:00
..
backend Restrict deadlock_timeout to the range for which the implementation 2007-06-20 18:31:39 +00:00
bin Arrange for quote_identifier() and pg_dump to not quote keywords that are 2007-06-18 21:40:58 +00:00
include Code review for log_lock_waits patch. Don't try to issue log messages from 2007-06-19 20:13:22 +00:00
interfaces Applied patch by Joachim to enable checktcp again 2007-06-15 08:23:52 +00:00
makefiles
pl Fix up text concatenation so that it accepts all the reasonable cases that 2007-06-06 23:00:50 +00:00
port Silence mingw compiler warning 2007-04-18 08:32:40 +00:00
template
test Arrange for quote_identifier() and pg_dump to not quote keywords that are 2007-06-18 21:40:58 +00:00
timezone Make some messages more consistent 2007-05-31 15:13:06 +00:00
tools Quiet warnings about redefined PGPORT macros for MSVC. 2007-06-20 17:19:00 +00:00
tutorial
bcc32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00
DEVELOPERS
Makefile
Makefile.global.in Contrib module uuid-ossp for generating UUID values using the OSSP UUID 2007-04-21 17:26:18 +00:00
Makefile.shlib
nls-global.mk
win32.mak Remove old-style win32 client-only visual c++ build infrastructure for everything except 2007-03-05 14:18:38 +00:00