summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/date.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-161-8/+23
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add more use of psprintf()Peter Eisentraut2014-01-061-4/+2
* Add make_date() and make_time() functions.Tom Lane2013-11-171-0/+70
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+2
* Clean up references to SQL92Peter Eisentraut2013-04-201-5/+5
* Reject nonzero day fields in AT TIME ZONE INTERVAL functions.Tom Lane2013-01-311-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* 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-3/+2
* Remove unused tzn arguments for timestamp2tm()Peter Eisentraut2012-03-151-6/+3
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-141-2/+2
* Add transform functions for various temporal typmod coercisions.Robert Haas2012-02-081-0/+11
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-071-0/+23
* Support range data types.Heikki Linnakangas2011-11-031-1/+0
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Use macros for time-based constants, rather than constants.Bruce Momjian2011-03-121-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Avoid unexpected conversion overflow in planner for distant date values.Tom Lane2010-12-281-0/+33
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+2
* date_recv should accept infinities.Itagaki Takahiro2010-02-181-3/+5
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix range check in date_recv that tried to limit accepted values to onlyHeikki Linnakangas2009-10-261-2/+3
* Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas2009-09-041-2/+11
* Fix time_part and timetz_part (ie, EXTRACT() for those datatypes) toTom Lane2009-07-291-7/+7
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-3/+3
* Add range checks to time_recv() and timetz_recv(), to prevent binary inputTom Lane2009-05-261-1/+29
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Extend the date type to support infinity and -infinity, analogously toTom Lane2008-10-141-55/+132
* Fix AT TIME ZONE (in all three variants) so that we first try to interpretTom Lane2008-07-071-23/+26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-25/+15
* Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventingTom Lane2008-03-211-11/+6
* Replace time_t with pg_time_t (same values, but always int64) in on-diskTom Lane2008-02-171-5/+6
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-17/+18
* In the integer-datetimes case, date2timestamp and date2timestamptz needTom Lane2007-09-261-7/+23
* Switch over to using the src/timezone functions for formatting timestampsTom Lane2007-08-041-3/+3
* Fix up hash functions for datetime datatypes so that they don't takeTom Lane2007-07-061-8/+26
* Tweak the API for per-datatype typmodin functions so that they are passedTom Lane2007-06-151-2/+2
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-176/+1
* Fix erroneous error reporting for overlength input in text_date(),Tom Lane2007-06-021-5/+8
* Tweak: use memcpy() in text_time(), rather than manually copying bytesNeil Conway2007-05-301-12/+8
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-7/+7
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-161-1/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2