aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAge
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Update copyright for 2018Bruce Momjian2018-01-02
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix integer-overflow problems in interval comparison.Tom Lane2017-04-05
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Make more use of castNode()Peter Eisentraut2017-02-21
* Blind try to fix portability issue in commit 8f93bd851 et al.Tom Lane2017-02-09
* Fix roundoff problems in float8_timestamptz() and make_interval().Tom Lane2017-02-08
* Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane2016-12-27
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-16
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-05
* Copyedit comments and documentation.Noah Misch2016-04-01
* Fix interval_mul() to not produce insane results.Tom Lane2016-03-29
* Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane2016-03-29
* Various minor corrections of and improvements to comments.Robert Haas2016-03-18
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-16
* Fix typo in comment.Robert Haas2016-03-04
* Make extract() do something more reasonable with infinite datetimes.Tom Lane2016-01-21
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-20
* Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark2015-09-06
* Fix comment for GetCurrentIntegerTimestamp().Kevin Grittner2015-06-28
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Define integer limits independently from the system definitions.Andres Freund2015-04-02
* Centralize definition of integer limits.Andres Freund2015-03-25
* Add transform functions for AT TIME ZONE.Noah Misch2015-03-01
* 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
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-12
* isdigit() needs an unsigned char argument.Heikki Linnakangas2014-03-06
* Fix portability issues in recently added make_timestamp/make_interval code.Tom Lane2014-03-05
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-04
* Add checks for interval overflow/underflowBruce Momjian2014-01-30
* Update copyright for 2014Bruce Momjian2014-01-07
* Add more use of psprintf()Peter Eisentraut2014-01-06
* Remove internal uses of CTimeZone/HasCTZSet.Tom Lane2013-11-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Fix overflow check in tm2timestamp (this time for sure).Tom Lane2013-03-04
* Reject nonzero day fields in AT TIME ZONE INTERVAL functions.Tom Lane2013-01-31
* Update copyrights for 2013Bruce Momjian2013-01-01
* Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas2012-11-07
* Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian2012-09-03
* On second thought, explain why date_trunc("week") on interval values isBruce Momjian2012-08-15