index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
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
2023-03-18
Add functions to do timestamptz arithmetic in a non-default timezone.
Tom Lane
2023-02-27
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2023-02-20
Detect overflow in timestamp[tz] subtraction.
Tom Lane
2023-01-01
Accept "+infinity" in date and timestamp[tz] input.
Tom Lane
2022-12-09
Convert datetime input functions to use "soft" error reporting.
Tom Lane
2022-05-09
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-04-20
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-03-14
Support "of", "tzh", and "tzm" format codes.
Robert Haas
2021-07-28
Disallow negative strides in date_bin()
John Naylor
2021-07-22
Fix division by zero error in date_bin
John Naylor
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-03-30
Add tests for date_part of epoch near upper bound of timestamp range
Peter Eisentraut
2021-03-30
Add upper boundary tests for timestamp and timestamptz types
Peter Eisentraut
2021-03-29
Clean up date_part tests a bit
Peter Eisentraut
2021-03-24
Add date_bin function
Peter Eisentraut
2020-12-15
Clean up ancient test style
Peter Eisentraut
2019-12-22
Avoid low-probability regression test failures in timestamp[tz] tests.
Tom Lane
2019-12-12
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-09-16
Support for FF1-FF6 datetime format patterns
Alexander Korotkov
2019-06-30
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2018-11-14
Add a timezone-specific variant of date_trunc().
Tom Lane
2018-01-09
Implement TZH and TZM timestamp format patterns
Andrew Dunstan
2017-03-09
Fix timestamptz regression test to still work with latest IANA zone data.
Tom Lane
2017-01-30
Add a regression test script dedicated to exercising system views.
Tom Lane
2017-01-18
Disable transforms that replaced AT TIME ZONE with RelabelType.
Tom Lane
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
[next]