summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-161-61/+40
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-071-0/+6
* Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane2019-07-261-9/+8
* Update time zone data files to tzdata release 2018e.Tom Lane2018-05-091-1/+4
* Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.Tom Lane2016-10-191-2/+11
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-021-21/+64
* Rename strtoi() to strtoint().Tom Lane2016-04-231-14/+14
* Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark2015-09-061-3/+3
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-241-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-161-114/+474
* pgindent run for 9.4Bruce Momjian2014-05-061-15/+19
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-041-2/+4
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-5/+6
* Add checks for interval overflow/underflowBruce Momjian2014-01-301-0/+3
* Make various variables const (read-only).Tom Lane2014-01-181-3/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add make_date() and make_time() functions.Tom Lane2013-11-171-3/+1
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-011-6/+0
* Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian2013-10-161-24/+25
* Adjust C comments that would be wrap-able.Bruce Momjian2013-10-011-4/+4
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+3
* Clean up references to SQL92Peter Eisentraut2013-04-201-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Fix access past end of string in date parsing.Heikki Linnakangas2012-10-021-1/+4
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Allow text timezone designations, e.g. "America/Chicago", when using theBruce Momjian2012-08-251-0/+10
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-031-6/+10
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane2012-05-301-4/+2
* Code review for protransform patches.Tom Lane2012-03-231-14/+15
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-151-1/+1
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-141-28/+37
* Add transform functions for various temporal typmod coercisions.Robert Haas2012-02-081-0/+35
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Fix parsing of time string followed by yesterday/today/tomorrow.Robert Haas2011-08-301-14/+9
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-091-3/+4
* Add C comment about why we don't spell out "month" in interval values.Bruce Momjian2011-05-241-0/+5
* Prevent datebsearch() from crashing on base == NULL && nel == 0.Tom Lane2011-05-101-14/+17
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-14/+19
* Use macros for time-based constants, rather than constants.Bruce Momjian2011-03-121-23/+26
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Re-allow input of Julian dates prior to 0001-01-01 AD.Tom Lane2010-09-221-12/+25
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix an ancient typo that prevented the detection of conflicting fields whenTom Lane2010-08-021-2/+2
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-091-6/+4
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-081-1/+10
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane2009-08-181-1/+4