summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-171-37/+29
* Add functions to do timestamptz arithmetic in a non-default timezone.Tom Lane2023-03-181-35/+111
* Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane2023-03-171-141/+37
* Detect overflow in timestamp[tz] subtraction.Tom Lane2023-02-201-1/+4
* Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane2023-01-261-8/+13
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Fix precision handling for some COERCE_SQL_SYNTAX functionsMichael Paquier2022-12-301-8/+2
* Convert datetime input functions to use "soft" error reporting.Tom Lane2022-12-091-45/+49
* Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane2022-12-091-17/+37
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-211-29/+43
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-071-2/+2
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-2/+2
* Fix an assortment of improper usages of string functionsDavid Rowley2022-09-061-1/+1
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-161-5/+3
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-113/+114
* Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley2022-05-111-2/+2
* Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane2022-05-091-28/+0
* Disallow infinite endpoints in generate_series() for timestamps.Tom Lane2022-04-201-0/+28
* Fix extract epoch from interval calculationPeter Eisentraut2022-04-191-4/+10
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-2/+0
* Fix overflow hazards in interval input and output conversions.Tom Lane2022-04-021-86/+91
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-021-0/+11
* Handle integer overflow in interval justification functions.Tom Lane2022-02-281-4/+31
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Clean up error messages related to bad datetime units.Tom Lane2022-01-031-58/+41
* Avoid unnecessary division in interval_cmp_value().Tom Lane2021-09-261-8/+5
* Disallow negative strides in date_bin()John Naylor2021-07-281-4/+4
* Fix division by zero error in date_binJohn Naylor2021-07-221-0/+10
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-4/+4
* Silence some Coverity warnings and improve code consistency.Tom Lane2021-04-111-13/+13
* Improve behavior of date_bin with origin in the futurePeter Eisentraut2021-04-101-0/+14
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-061-124/+347
* Fix internal extract(timezone_minute) formulasPeter Eisentraut2021-04-011-1/+1
* Fix stray double semicolonsPeter Eisentraut2021-03-241-2/+2
* Add date_bin functionPeter Eisentraut2021-03-241-0/+74
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-101-3/+35
* Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane2020-10-071-63/+52
* Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane2020-09-291-5/+9
* Reject "23:59:60.nnn" in datetime input.Tom Lane2020-06-041-13/+4
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-161-1/+1
* Add comments linking pg_strftime to timestamptz_to_strAlvaro Herrera2020-05-151-0/+2
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-131-27/+27
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-121-27/+27
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-8/+8
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-4/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane2019-12-121-0/+7
* Remove redundant function calls in timestamp[tz]_part().Tom Lane2019-12-121-16/+0
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-071-1/+1