aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/datetime.c
Commit message (Expand)AuthorAge
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix access past end of string in date parsing.Heikki Linnakangas2012-10-02
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Allow text timezone designations, e.g. "America/Chicago", when using theBruce Momjian2012-08-25
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane2012-05-30
* Code review for protransform patches.Tom Lane2012-03-23
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-15
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-14
* Add transform functions for various temporal typmod coercisions.Robert Haas2012-02-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix parsing of time string followed by yesterday/today/tomorrow.Robert Haas2011-08-30
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Add C comment about why we don't spell out "month" in interval values.Bruce Momjian2011-05-24
* Prevent datebsearch() from crashing on base == NULL && nel == 0.Tom Lane2011-05-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Use macros for time-based constants, rather than constants.Bruce Momjian2011-03-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Re-allow input of Julian dates prior to 0001-01-01 AD.Tom Lane2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix an ancient typo that prevented the detection of conflicting fields whenTom Lane2010-08-02
* Adjust comments about avoiding use of printf's %.*s.Tom Lane2010-05-09
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix overflow for INTERVAL 'x ms' where x is more than a couple million,Tom Lane2009-08-18
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND inputTom Lane2009-06-10
* Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane2009-06-01
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-26
* When checking for datetime field overflow, we should allow a fractional-secondTom Lane2009-05-01
* Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane2009-03-22
* Improve zero-year comments.Bruce Momjian2009-03-17
* Document that datetime year '0' is considered in a recent century, notBruce Momjian2009-03-17
* Update copyright for 2009.Bruce Momjian2009-01-01
* Clean up the ancient decision to show only two fractional-seconds digitsTom Lane2008-11-12
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-11
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-09
* Fix recently added code for SQL years-months interval syntax so thatTom Lane2008-11-08
* Fix improper display of fractional seconds in interval valuesTom Lane2008-10-02
* Fix integral timestamps so the output is consistent in all cases toBruce Momjian2008-09-24
* Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm beTom Lane2008-09-16
* Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)Tom Lane2008-09-11
* Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane2008-09-10
* Fix datetime input functions to correctly detect integer overflow whenTom Lane2008-06-09
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25