postgresql/src/backend
Tom Lane bb2bff498c Fix to_timestamp/to_date so that zero year input for Y, YY, or YYY
formats will be taken as 2000, not year zero.  Per bug report from
Aasmund Midttun Godal.  Fix from Karel Zak.
2002-01-02 22:09:23 +00:00
..
access Fix race condition that could allow two concurrent transactions 2002-01-01 20:32:37 +00:00
bootstrap Make the yacc rules safe for parallel make. See discussion on pgsql-patches 2001-11-16 16:32:33 +00:00
catalog Try to make genbki.sh a little more bulletproof, per trouble report 2001-11-30 20:21:06 +00:00
commands Honor the typmod field for time zone intervals. 2001-12-09 04:37:50 +00:00
executor Insert CommandCounterIncrement call into SPI_cursor_open. 2001-11-21 18:30:58 +00:00
lib Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
libpq Place PAM before REJECT in sample file. 2001-12-24 04:44:03 +00:00
main New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
nodes MIN() -> Min, fixes compile problem. 2001-12-20 02:39:26 +00:00
optimizer Suppress subquery pullup and pushdown when the subquery has any 2001-12-10 22:54:12 +00:00
parser Don't accept names of complex types (ie, relation types) as being 2001-12-12 03:28:49 +00:00
po Update from Serguei Mokhov 2001-12-28 18:47:54 +00:00
port Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo. 2001-12-20 21:23:05 +00:00
postmaster Suppress data directory access-permissions check when __CYGWIN__, 2001-12-04 16:17:48 +00:00
regex New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rewrite New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
storage Oops, only wanted datetime.c changes in there. lock stuff reversed out. 2001-12-29 21:30:32 +00:00
tcop Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION() 2002-01-01 23:16:22 +00:00
tioga Fix indenting for 'extern "C"' cases. 2001-11-08 20:37:52 +00:00
utils Fix to_timestamp/to_date so that zero year input for Y, YY, or YYY 2002-01-02 22:09:23 +00:00
Makefile Double quotes in ln command to guard against spaces in path. 2001-11-20 00:27:13 +00:00