postgresql/src/backend
Bruce Momjian 54c8e821b8 In my mind there were two categories of open issues
a) ones that are 100% backward (such as the comment about
     outputting this format)
and
  b) ones that aren't (such as deprecating the current
     postgresql shorthand of
         '1Y1M'::interval = 1 year 1 minute
     in favor of the ISO-8601
         'P1Y1M'::interval = 1 year 1 month.

Attached is a patch that addressed all the discussed issues that
did not break backward compatability, including the ability to
output ISO-8601 compliant intervals by setting datestyle to
iso8601basic.

Interval values can now be written as  ISO 8601 time intervals, using
the "Format with time-unit designators". This format always starts with
the character 'P', followed  by a string of values followed
by single character time-unit designators. A 'T' separates the date and
time parts of the interval.

Ron Mayer
2003-12-20 15:32:55 +00:00
..
access I posted some bufmgr cleanup a few weeks ago, but it conflicted with 2003-12-14 00:34:47 +00:00
bootstrap This patch properly sets the prototype for the on_shmem_exit and 2003-12-12 18:45:10 +00:00
catalog Forbid REVOKE on untrusted languages, and don't dump privileges of 2003-12-19 14:21:56 +00:00
commands In my mind there were two categories of open issues 2003-12-20 15:32:55 +00:00
executor Use a shutdown callback to clear setArgsValid in a FuncExprState that is 2003-12-18 22:23:42 +00:00
lib make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq Fix memory leak with SSL connections due to missing X509_free() calls. 2003-12-18 22:49:26 +00:00
main $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nodes make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
optimizer Here is the definition of relation_byte_size() in optimizer/path/costsize.c: 2003-12-18 03:46:45 +00:00
parser Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercion 2003-12-17 19:49:39 +00:00
po $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
port This patch properly sets the prototype for the on_shmem_exit and 2003-12-12 18:45:10 +00:00
postmaster Avoid assuming that type key_t is 32 bits, since it reportedly isn't 2003-12-01 22:15:38 +00:00
regex $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
rewrite $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
storage I posted some bufmgr cleanup a few weeks ago, but it conflicted with 2003-12-14 00:34:47 +00:00
tcop Avoid assuming that type key_t is 32 bits, since it reportedly isn't 2003-12-01 22:15:38 +00:00
utils In my mind there were two categories of open issues 2003-12-20 15:32:55 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00