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
/
date.sql
Age
Commit message (
Expand
)
Author
2024-12-09
Fix various overflow hazards in date and timestamp functions.
Nathan Bossart
2023-02-27
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
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
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-03-29
Clean up date_part tests a bit
Peter Eisentraut
2020-09-29
Fix make_timestamp[tz] to accept negative years as meaning BC.
Tom Lane
2020-09-10
Add more tests for EXTRACT of date type
Peter Eisentraut
2020-06-14
Add test coverage for EXTRACT()
Peter Eisentraut
2019-06-30
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2017-01-19
Allow negative years in make_date to represent BC years
Alvaro Herrera
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-01-22
Make extract() do something more reasonable with infinite datetimes.
Tom Lane
2013-11-17
Add make_date() and make_time() functions.
Tom Lane
2008-10-14
Extend the date type to support infinity and -infinity, analogously to
Tom Lane
2004-08-20
> After all that about numbering centuries and millenia correctly,
Bruce Momjian
2004-04-10
Please find a small patch to fix the brain damage "century" and
Bruce Momjian
2003-11-16
Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes,
Tom Lane
2000-09-12
Add regression tests for date, time, and time with time zone types.
Thomas G. Lockhart