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
/
date.c
Age
Commit message (
Expand
)
Author
4 days
Break out xxx2yyy_opt_overflow APIs for more datetime conversions.
Tom Lane
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-09
Fix various overflow hazards in date and timestamp functions.
Nathan Bossart
2024-09-12
Remove hardcoded hash opclass function signature exceptions
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-14
Support +/- infinity in the interval data type.
Dean Rasheed
2023-11-09
Avoid integer overflow hazard in interval_time().
Dean Rasheed
2023-10-17
Dodge a compiler bug affecting timetz_zone/timetz_izone.
Tom Lane
2023-10-13
Add support for AT LOCAL
Michael Paquier
2023-05-17
Add back SQLValueFunction for SQL keywords
Michael Paquier
2023-03-17
Refactor datetime functions' timezone lookup code to reduce duplication.
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-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-04-02
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
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-06
Make timetz_zone() stable, and correct a bug for DYNTZ abbreviations.
Tom Lane
2021-04-11
Silence some Coverity warnings and improve code consistency.
Tom Lane
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-04-01
Fix internal extract(timezone_minute) formulas
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-07
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-09-28
Cache the result of converting now() to a struct pg_tm.
Tom Lane
2020-06-04
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-21
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-09-25
Error suppression support for upcoming jsonpath .datetime() method
Alexander Korotkov
2019-09-25
Implement parse_datetime() function
Alexander Korotkov
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-30
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-10-11
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-06-11
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-01-17
Centralize json and jsonb handling of datetime types
Andrew Dunstan
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-10-12
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-09-01
Fix assorted carelessness about Datum vs. int64 vs. uint64
Robert Haas
2017-09-01
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
[next]