index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
date.c
Commit message (
Expand
)
Author
Age
*
Fix bogus timetz_zone() results for DYNTZ abbreviations.
Tom Lane
2021-09-06
*
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-10-07
*
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-06-04
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-10-21
*
Error suppression support for upcoming jsonpath .datetime() method
Alexander Korotkov
2019-09-25
*
Implement parse_datetime() function
Alexander Korotkov
2019-09-25
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2019-06-30
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-11
*
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-06-11
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Centralize json and jsonb handling of datetime types
Andrew Dunstan
2018-01-16
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
*
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-08-31
*
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-06-21
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
Allow negative years in make_date to represent BC years
Alvaro Herrera
2017-01-19
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
*
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-16
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add more use of psprintf()
Peter Eisentraut
2014-01-06
*
Add make_date() and make_time() functions.
Tom Lane
2013-11-17
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Reject nonzero day fields in AT TIME ZONE INTERVAL functions.
Tom Lane
2013-01-31
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-30
*
Remove unused tzn arguments for timestamp2tm()
Peter Eisentraut
2012-03-15
*
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-03-14
*
Add transform functions for various temporal typmod coercisions.
Robert Haas
2012-02-08
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
*
Support range data types.
Heikki Linnakangas
2011-11-03
[next]