aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/date.c
Commit message (Expand)AuthorAge
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Centralize json and jsonb handling of datetime typesAndrew Dunstan2018-01-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Fix assorted carelessness about Datum vs. int64 vs. uint64Robert Haas2017-09-01
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Allow negative years in make_date to represent BC yearsAlvaro Herrera2017-01-19
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-16
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-16
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-20
* Update copyright for 2015Bruce Momjian2015-01-06
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Add more use of psprintf()Peter Eisentraut2014-01-06
* Add make_date() and make_time() functions.Tom Lane2013-11-17
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Reject nonzero day fields in AT TIME ZONE INTERVAL functions.Tom Lane2013-01-31
* Update copyrights for 2013Bruce Momjian2013-01-01
* 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
* Remove unused tzn arguments for 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
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Support range data types.Heikki Linnakangas2011-11-03
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Use macros for time-based constants, rather than constants.Bruce Momjian2011-03-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Avoid unexpected conversion overflow in planner for distant date values.Tom Lane2010-12-28
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* date_recv should accept infinities.Itagaki Takahiro2010-02-18
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix range check in date_recv that tried to limit accepted values to onlyHeikki Linnakangas2009-10-26
* Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas2009-09-04
* Fix time_part and timetz_part (ie, EXTRACT() for those datatypes) toTom Lane2009-07-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add range checks to time_recv() and timetz_recv(), to prevent binary inputTom Lane2009-05-26
* Update copyright for 2009.Bruce Momjian2009-01-01