summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/date.c
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-01-19Allow negative years in make_date to represent BC yearsAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-08-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Add more use of psprintf()Peter Eisentraut
2013-11-17Add make_date() and make_time() functions.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-01-31Reject nonzero day fields in AT TIME ZONE INTERVAL functions.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-30Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane
2012-03-15Remove unused tzn arguments for timestamp2tm()Peter Eisentraut
2012-03-14Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut
2012-02-08Add transform functions for various temporal typmod coercisions.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-11-03Support range data types.Heikki Linnakangas
2011-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-12Use macros for time-based constants, rather than constants.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-29Avoid unexpected conversion overflow in planner for distant date values.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-18date_recv should accept infinities.Itagaki Takahiro
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-10-26Fix range check in date_recv that tried to limit accepted values to onlyHeikki Linnakangas
2009-09-04Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas
2009-07-29Fix time_part and timetz_part (ie, EXTRACT() for those datatypes) toTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-26Add range checks to time_recv() and timetz_recv(), to prevent binary inputTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian