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
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
2014-01-30
Add checks for interval overflow/underflow
Bruce Momjian
2014-01-18
Make various variables const (read-only).
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-17
Add make_date() and make_time() functions.
Tom Lane
2013-11-01
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-10-16
Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate
Bruce Momjian
2013-10-01
Adjust C comments that would be wrap-able.
Bruce Momjian
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-10-02
Fix access past end of string in date parsing.
Heikki Linnakangas
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-25
Allow text timezone designations, e.g. "America/Chicago", when using the
Bruce Momjian
2012-08-03
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-30
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-03-23
Code review for protransform patches.
Tom Lane
2012-03-15
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-14
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-02-08
Add transform functions for various temporal typmod coercisions.
Robert Haas
[next]