postgresql/src/backend
Neil Conway 6af04882de Fix a bug in input processing for the "interval" type. Previously,
"microsecond" and "millisecond" units were not considered valid input
by themselves, which caused inputs like "1 millisecond" to be rejected
erroneously.

Update the docs, add regression tests, and backport to 8.2 and 8.1
2007-05-29 04:58:43 +00:00
..
access Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
bootstrap First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
catalog Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to 2007-05-16 17:28:20 +00:00
commands Create hooks to let a loadable plugin monitor (or even replace) the planner 2007-05-25 17:54:25 +00:00
executor Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
lib Tweak the code in a couple of places to try to deliver more user-friendly 2007-05-28 16:43:24 +00:00
libpq Remove redundant logging of send failures when SSL is in use. While pqcomm.c 2007-05-18 01:20:16 +00:00
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
nodes Repair planner bug introduced in 8.2 by ability to rearrange outer joins: 2007-05-22 23:23:58 +00:00
optimizer Repair two constraint-exclusion corner cases triggered by proving that an 2007-05-26 18:23:02 +00:00
parser Support arrays of composite types, including the rowtypes of regular tables 2007-05-11 17:57:14 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Set maximum semaphore count to 32767 instead of 1. Fixes 2007-04-24 12:25:18 +00:00
postmaster Ooops, I was too busy worrying about getting the transactional infrastructure 2007-05-27 17:28:36 +00:00
regex Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
rewrite Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the 2007-04-27 22:05:49 +00:00
storage Fix up pgstats counting of live and dead tuples to recognize that committed 2007-05-27 03:50:39 +00:00
tcop Fix oversight in my patch of yesterday: forgot to ensure that stats would 2007-04-30 16:37:08 +00:00
utils Fix a bug in input processing for the "interval" type. Previously, 2007-05-29 04:58:43 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00