index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
timestamptz.sql
Age
Commit message (
Expand
)
Author
2016-09-05
Add regression test coverage for non-default timezone abbreviation sets.
Tom Lane
2016-09-02
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-03-30
Remove just-added tests for to_timestamp(float8) with out-of-range inputs.
Tom Lane
2016-03-29
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-17
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2014-11-19
Don't require bleeding-edge timezone data in timestamptz regression test.
Tom Lane
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-05-13
Be more wary in choice of timezone names to test make_timestamptz with.
Tom Lane
2014-03-04
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2013-10-16
Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate
Bruce Momjian
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2009-03-22
Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as
Tom Lane
2008-09-11
Tighten up to_date/to_timestamp so that they are more likely to reject
Tom Lane
2008-05-25
Adjust timestamp regression tests to prevent two low-probability failure
Tom Lane
2008-02-16
Update timezone code to track the upstream changes since 2003. In particular
Tom Lane
2007-11-07
Use "alternative" instead of "alternate" where it is clearer.
Peter Eisentraut
2007-06-12
Fix DecodeDateTime to allow timezone to appear before year. This had
Tom Lane
2007-02-17
Cleanup of to_char() patch.
Bruce Momjian
2007-02-16
Install a more correct fix in the timestamp and timestamptz regression tests:
Alvaro Herrera
2007-02-16
Fix the timestamptz test problem, by moving the tests that use the
Alvaro Herrera
2007-02-16
Add two new format fields for use with to_char(), to_date() and
Bruce Momjian
2006-10-17
Fix up some problems in handling of zic-style time zone names in datetime
Tom Lane
2006-07-25
Remove hard-wired lists of timezone abbreviations in favor of providing
Tom Lane
2006-07-06
Please find attached two patches for documentation and regression tests
Bruce Momjian
2005-06-26
Add E'' syntax so eventually normal strings can treat backslashes
Bruce Momjian
2004-03-05
Per a brief conversation with Tom, I've created a patch for adding
Bruce Momjian
2003-12-25
> > I have no idea if this in Oracle or not. But it's something I
Bruce Momjian
2003-07-29
Apply (a somewhat revised version of) Greg Mullane's patch to eliminate
Tom Lane
2001-10-04
Make regress tests safe for variable-resolution timestamps.
Tom Lane
2001-10-03
Implement precision support for timestamp and time, both with and without
Thomas G. Lockhart
2001-09-28
Add separate regression tests for timetz and the new timestamptz type.
Thomas G. Lockhart