index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
datetime.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
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
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
C comment: mention 1500-02-29 as an invalid date
Bruce Momjian
2014-11-09
*
C comment: mention why the Gregorian calendar is used pre-1582
Bruce Momjian
2014-11-06
*
Support timezone abbreviations that sometimes change.
Tom Lane
2014-10-16
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Constructors for interval, timestamp, timestamptz
Alvaro Herrera
2014-03-04
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
*
Make various variables const (read-only).
Tom Lane
2014-01-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add make_date() and make_time() functions.
Tom Lane
2013-11-17
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Mark DateTimeParseError() noreturn
Peter Eisentraut
2012-08-21
*
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
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Fix range check in date_recv that tried to limit accepted values to only
Heikki Linnakangas
2009-10-26
*
Tigthen binary receive functions so that they reject values that the text
Heikki Linnakangas
2009-09-04
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,
Tom Lane
2009-06-01
*
Remove the useless and rather inconsistent return values of EncodeDateOnly,
Tom Lane
2009-05-26
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Add support for input and output of interval values formatted per ISO 8601;
Tom Lane
2008-11-11
*
Make our parsing of INTERVAL literals spec-compliant (or at least a heck of
Tom Lane
2008-09-10
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Use "alternative" instead of "alternate" where it is clearer.
Peter Eisentraut
2007-11-07
*
Minor comment fixes.
Tom Lane
2007-06-12
*
Fix a bug in input processing for the "interval" type. Previously,
Neil Conway
2007-05-29
*
Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.
Bruce Momjian
2007-02-19
*
Add two new format fields for use with to_char(), to_date() and
Bruce Momjian
2007-02-16
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix up timetz input so that a date is required only when the specified
Tom Lane
2006-10-18
*
Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,
Tom Lane
2006-09-16
[next]