summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
AgeCommit message (Expand)Author
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-11Silence some Coverity warnings and improve code consistency.Tom Lane
2021-04-10Improve behavior of date_bin with origin in the futurePeter Eisentraut
2021-04-06Change return type of EXTRACT to numericPeter Eisentraut
2021-04-01Fix internal extract(timezone_minute) formulasPeter Eisentraut
2021-03-24Fix stray double semicolonsPeter Eisentraut
2021-03-24Add date_bin functionPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-10-07Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane
2020-09-29Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane
2020-06-04Reject "23:59:60.nnn" in datetime input.Tom Lane
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-15Add comments linking pg_strftime to timestamptz_to_strAlvaro Herrera
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
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-10-21Refactor jsonpath's compareDatetime()Alexander Korotkov
2019-10-21Refactor timestamp2timestamptz_opt_error()Alexander Korotkov
2019-09-25Error suppression support for upcoming jsonpath .datetime() methodAlexander Korotkov
2019-09-16Support for FF1-FF6 datetime format patternsAlexander Korotkov
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