index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
datetime.c
Age
Commit message (
Expand
)
Author
2021-05-01
Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9
Bruce Momjian
2021-03-30
In messages, use singular nouns for -1, like we do for +1.
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-28
Cache the result of converting now() to a struct pg_tm.
Tom Lane
2020-06-29
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-06-04
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-16
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-02-01
Optimizations for integer to decimal output.
Andrew Gierth
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-08-07
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-07-26
Tweak our special-case logic for the IANA "Factory" timezone.
Tom Lane
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
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-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-02-09
Create the infrastructure for planner support functions.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-17
Const-ify a few more large static tables.
Tom Lane
2018-09-08
Remove duplicated words split across lines in comments
Michael Paquier
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-05-09
Update time zone data files to tzdata release 2018e.
Tom Lane
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-03-13
Move strtoint() to common
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
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-02-21
Make more use of castNode()
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-19
Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.
Tom Lane
2016-09-02
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-04-23
Rename strtoi() to strtoint().
Tom Lane
2016-03-16
Fix j2day() to behave sanely for negative Julian dates.
Tom Lane
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-02-06
Improve speed of timestamp/time/date output functions.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-06
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Greg Stark
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
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
2014-03-04
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-02-17
Prevent potential overruns of fixed-size buffers.
Tom Lane
[next]