index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
timestamp.c
Age
Commit message (
Expand
)
Author
2023-03-18
Add functions to do timestamptz arithmetic in a non-default timezone.
Tom Lane
2023-03-17
Refactor datetime functions' timezone lookup code to reduce duplication.
Tom Lane
2023-02-20
Detect overflow in timestamp[tz] subtraction.
Tom Lane
2023-01-26
Improve TimestampDifferenceMilliseconds to cope with overflow sanely.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-30
Fix precision handling for some COERCE_SQL_SYNTAX functions
Michael Paquier
2022-12-09
Convert datetime input functions to use "soft" error reporting.
Tom Lane
2022-12-09
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-11-21
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-10
Fix some incorrect preprocessor tests in tuplesort specializations
David Rowley
2022-05-09
Revert "Disallow infinite endpoints in generate_series() for timestamps."
Tom Lane
2022-04-20
Disallow infinite endpoints in generate_series() for timestamps.
Tom Lane
2022-04-19
Fix extract epoch from interval calculation
Peter Eisentraut
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-02
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-04-02
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-02-28
Handle integer overflow in interval justification functions.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-03
Clean up error messages related to bad datetime units.
Tom Lane
2021-09-26
Avoid unnecessary division in interval_cmp_value().
Tom Lane
2021-07-28
Disallow negative strides in date_bin()
John Naylor
2021-07-22
Fix division by zero error in date_bin
John Naylor
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-11
Silence some Coverity warnings and improve code consistency.
Tom Lane
2021-04-10
Improve behavior of date_bin with origin in the future
Peter Eisentraut
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
2021-04-01
Fix internal extract(timezone_minute) formulas
Peter Eisentraut
2021-03-24
Fix stray double semicolons
Peter Eisentraut
2021-03-24
Add date_bin function
Peter Eisentraut
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-10-07
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-09-29
Fix make_timestamp[tz] to accept negative years as meaning BC.
Tom Lane
2020-06-04
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-15
Add comments linking pg_strftime to timestamptz_to_str
Alvaro Herrera
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-12
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-11-07
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-10-21
Refactor jsonpath's compareDatetime()
Alexander Korotkov
[next]