pgsql: Fix to_char(), to_date(), and to_timestamp() to handle negative/

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix to_char(), to_date(), and to_timestamp() to handle negative/
Date: 2012-08-07 17:34:56
Message-ID: E1SyngG-00028Q-IX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix to_char(), to_date(), and to_timestamp() to handle negative/BC
century specifications just like positive/AD centuries. Previously the
behavior was either wrong or inconsistent with positive/AD handling.

Centuries without years now always assume the first year of the century,
which is now documented.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ac78c4178bec7b252d22a39515ad6efd6c1a7d7e

Modified Files
--------------
doc/src/sgml/func.sgml | 4 ++-
src/backend/utils/adt/formatting.c | 49 +++++++++++++++++++----------
src/test/regress/expected/timestamp.out | 4 +-
src/test/regress/expected/timestamptz.out | 4 +-
4 files changed, 39 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-08-07 20:00:52 pgsql: Fix memory leaks in event trigger code.
Previous Message pgsql 2012-08-07 03:34:09 pgsql: Tag refs/tags/REL9_2_BETA3 was created