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
/
backend
/
utils
/
adt
/
timestamp.c
Age
Commit message (
Expand
)
Author
2025-07-12
Replace float8 with int in date2isoweek() and date2isoyear().
Tom Lane
2025-07-03
Break out xxx2yyy_opt_overflow APIs for more datetime conversions.
Tom Lane
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-02-19
Invalidate inactive replication slots.
Amit Kapila
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-27
Improve handling of date_trunc() units for infinite input values
Michael Paquier
2024-12-09
Fix various overflow hazards in date and timestamp functions.
Nathan Bossart
2024-12-02
Fix #include order in timestamp.c.
Dean Rasheed
2024-09-12
Remove hardcoded hash opclass function signature exceptions
Peter Eisentraut
2024-08-16
Fix extraction of week and quarter fields from intervals.
Tom Lane
2024-08-15
Remove dependence on -fwrapv semantics in a few places.
Nathan Bossart
2024-07-08
Teach planner how to estimate rows for timestamp generate_series
David Rowley
2024-06-18
Fix incorrect punctuation in error message
Peter Eisentraut
2024-04-28
Detect more overflows in timestamp[tz]_pl_interval.
Tom Lane
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-28
Fix mis-rounding and overflow hazards in date_bin().
Tom Lane
2024-02-13
Catch overflow when rounding intervals in AdjustIntervalForTypmod.
Tom Lane
2024-01-26
Detect Julian-date overflow in timestamp[tz]_pl_interval.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-18
Guard against overflow in interval_mul() and interval_div().
Dean Rasheed
2023-11-14
Support +/- infinity in the interval data type.
Dean Rasheed
2023-10-29
Guard against overflow in make_interval().
Dean Rasheed
2023-10-13
Add support for AT LOCAL
Michael Paquier
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-03-18
Add functions to do timestamptz arithmetic in a non-default timezone.
Tom Lane
2023-03-17
Refactor datetime functions' timezone lookup code to reduce duplication.
Tom Lane
2023-02-20
Detect overflow in timestamp[tz] subtraction.
Tom Lane
2023-01-26
Improve TimestampDifferenceMilliseconds to cope with overflow sanely.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-30
Fix precision handling for some COERCE_SQL_SYNTAX functions
Michael Paquier
2022-12-09
Convert datetime input functions to use "soft" error reporting.
Tom Lane
2022-12-09
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-11-21
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-10
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
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-04-19
Fix extract epoch from interval calculation
Peter Eisentraut
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-02
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-04-02
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-02-28
Handle integer overflow in interval justification functions.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-03
Clean up error messages related to bad datetime units.
Tom Lane
2021-09-26
Avoid unnecessary division in interval_cmp_value().
Tom Lane
2021-07-28
Disallow negative strides in date_bin()
John Naylor
[next]