aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Silence some Coverity warnings and improve code consistency.Tom Lane2021-04-11
* Improve behavior of date_bin with origin in the futurePeter Eisentraut2021-04-10
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-06
* Fix internal extract(timezone_minute) formulasPeter Eisentraut2021-04-01
* Fix stray double semicolonsPeter Eisentraut2021-03-24
* Add date_bin functionPeter Eisentraut2021-03-24
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane2020-10-07
* Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane2020-09-29
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-04
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Add comments linking pg_strftime to timestamptz_to_strAlvaro Herrera2020-05-15
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane2019-12-12
* Remove redundant function calls in timestamp[tz]_part().Tom Lane2019-12-12
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Refactor jsonpath's compareDatetime()Alexander Korotkov2019-10-21
* Refactor timestamp2timestamptz_opt_error()Alexander Korotkov2019-10-21
* Error suppression support for upcoming jsonpath .datetime() methodAlexander Korotkov2019-09-25
* Support for FF1-FF6 datetime format patternsAlexander Korotkov2019-09-16
* Remove explicit error handling for obsolete date/time valuesPeter Eisentraut2019-06-30
* Don't call PG_RETURN_BOOL() in a function not returning Datum.Noah Misch2019-06-23
* Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera2019-03-11
* Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.Noah Misch2019-03-08
* Create the infrastructure for planner support functions.Tom Lane2019-02-09
* Update copyright for 2019Bruce Momjian2019-01-02
* Add a timezone-specific variant of date_trunc().Tom Lane2018-11-14
* Avoid statically allocating gmtsub()'s timezone workspace.Tom Lane2018-10-16
* Move timeofday() implementation out of nabstime.c.Andres Freund2018-10-11
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-22
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Make new error code name match SQL standard more closelyPeter Eisentraut2018-06-11
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* 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