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
/
backend
/
utils
/
adt
/
date.c
Age
Commit message (
Expand
)
Author
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
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-01-19
Allow negative years in make_date to represent BC years
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
[next]