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
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-12
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-11-07
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-10-21
Refactor jsonpath's compareDatetime()
Alexander Korotkov
2019-10-21
Refactor timestamp2timestamptz_opt_error()
Alexander Korotkov
2019-09-25
Error suppression support for upcoming jsonpath .datetime() method
Alexander Korotkov
2019-09-16
Support for FF1-FF6 datetime format patterns
Alexander Korotkov
2019-06-30
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2019-06-23
Don't call PG_RETURN_BOOL() in a function not returning Datum.
Noah Misch
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-09
Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.
Noah Misch
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-14
Add a timezone-specific variant of date_trunc().
Tom Lane
2018-10-16
Avoid statically allocating gmtsub()'s timezone workspace.
Tom Lane
2018-10-11
Move timeofday() implementation out of nabstime.c.
Andres Freund
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-07-22
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-06-11
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-12
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
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
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-04-06
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-09
Blind try to fix portability issue in commit 8f93bd851 et al.
Tom Lane
2017-02-08
Fix roundoff problems in float8_timestamptz() and make_interval().
Tom Lane
2017-01-18
Disable transforms that replaced AT TIME ZONE with RelabelType.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-27
Fix interval_transform so it doesn't throw away non-no-op casts.
Tom Lane
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-04-05
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-02
Copyedit comments and documentation.
Noah Misch
2016-03-29
Fix interval_mul() to not produce insane results.
Tom Lane
2016-03-29
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-18
Various minor corrections of and improvements to comments.
Robert Haas
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-04
Fix typo in comment.
Robert Haas
2016-01-22
Make extract() do something more reasonable with infinite datetimes.
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-09-06
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Greg Stark
2015-06-28
Fix comment for GetCurrentIntegerTimestamp().
Kevin Grittner
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
[next]