summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
AgeCommit message (Expand)Author
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2019-12-12Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane
2019-12-12Remove redundant function calls in timestamp[tz]_part().Tom Lane
2019-11-07Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane
2018-10-16Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane
2017-04-05Fix integer-overflow problems in interval comparison.Tom Lane
2017-02-09Blind try to fix portability issue in commit 8f93bd851 et al.Tom Lane
2017-02-08Fix roundoff problems in float8_timestamptz() and make_interval().Tom Lane
2017-01-18Disable transforms that replaced AT TIME ZONE with RelabelType.Tom Lane
2016-12-27Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane
2016-04-05Add parallel query support functions for assorted aggregates.Robert Haas
2016-04-01Copyedit comments and documentation.Noah Misch
2016-03-29Fix interval_mul() to not produce insane results.Tom Lane
2016-03-29Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane
2016-03-18Various minor corrections of and improvements to comments.Robert Haas
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2016-03-04Fix typo in comment.Robert Haas
2016-01-21Make extract() do something more reasonable with infinite datetimes.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-09-06Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark
2015-06-28Fix comment for GetCurrentIntegerTimestamp().Kevin Grittner
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-04-02Define integer limits independently from the system definitions.Andres Freund
2015-03-25Centralize definition of integer limits.Andres Freund
2015-03-01Add transform functions for AT TIME ZONE.Noah Misch
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-12Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane
2014-03-06isdigit() needs an unsigned char argument.Heikki Linnakangas
2014-03-05Fix portability issues in recently added make_timestamp/make_interval code.Tom Lane
2014-03-04Constructors for interval, timestamp, timestamptzAlvaro Herrera
2014-01-30Add checks for interval overflow/underflowBruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-06Add more use of psprintf()Peter Eisentraut
2013-11-01Remove internal uses of CTimeZone/HasCTZSet.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-03-04Fix overflow check in tm2timestamp (this time for sure).Tom Lane
2013-01-31Reject nonzero day fields in AT TIME ZONE INTERVAL functions.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-07Make the streaming replication protocol messages architecture-independent.Heikki Linnakangas
2012-09-03Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian
2012-08-15On second thought, explain why date_trunc("week") on interval values isBruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-10Measure epoch of timestamp-without-time-zone from local not UTC midnight.Tom Lane
2012-03-23Code review for protransform patches.Tom Lane
2012-03-15Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut
2012-03-15Remove unused tzn arguments for timestamp2tm()Peter Eisentraut