summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
AgeCommit message (Expand)Author
2024-04-28Detect more overflows in timestamp[tz]_pl_interval.Tom Lane
2024-01-26Detect Julian-date overflow in timestamp[tz]_pl_interval.Tom Lane
2023-11-18Guard against overflow in interval_mul() and interval_div().Dean Rasheed
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-04-20Disallow infinite endpoints in generate_series() for timestamps.Tom Lane
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-06-04Reject "23:59:60.nnn" in datetime input.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
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-06-23Don't call PG_RETURN_BOOL() in a function not returning Datum.Noah Misch
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-03-08Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.Noah Misch
2019-02-09Create the infrastructure for planner support functions.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-14Add a timezone-specific variant of date_trunc().Tom Lane
2018-10-16Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane
2018-10-11Move timeofday() implementation out of nabstime.c.Andres Freund
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-22Deduplicate "invalid input syntax" messages for various types.Andres Freund
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-06-11Make new error code name match SQL standard more closelyPeter Eisentraut
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-01-02Update copyright for 2018Bruce Momjian
2017-10-11Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-08-31Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-05Fix integer-overflow problems in interval comparison.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-02-21Make more use of castNode()Peter Eisentraut
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
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-27Fix interval_transform so it doesn't throw away non-no-op casts.Tom Lane
2016-08-16Improve parsetree representation of special functions such as CURRENT_DATE.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