aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAge
* 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
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Measure epoch of timestamp-without-time-zone from local not UTC midnight.Tom Lane2012-04-10
* Code review for protransform patches.Tom Lane2012-03-23
* Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut2012-03-15
* Remove unused tzn arguments for timestamp2tm()Peter Eisentraut2012-03-15
* Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut2012-03-14
* Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.Robert Haas2012-02-09
* Improve interval_transform function to detect a few more cases.Robert Haas2012-02-09
* 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
* Use macros for time-based constants, rather than constants.Bruce Momjian2011-03-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* interval_abs():Bruce Momjian2009-11-10
* Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas2009-09-04
* Use floor() not rint() when reducing precision of fractional seconds inTom Lane2009-07-06
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Change AdjustIntervalForTypmod to not discard higher-order field values on theTom Lane2009-06-01
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-26
* Rewrite interval_hash() so that the hashcodes are equal for values thatTom Lane2009-04-04
* Clean up the code for to_timestamp's conversion of year plus ISO day numberTom Lane2009-03-15