index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
datetime.c
Age
Commit message (
Expand
)
Author
2024-10-07
Use camel case for "DateStyle" in some error messages
Michael Paquier
2024-05-22
Fix input of ISO "extended" time format for types time and timetz.
Tom Lane
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-25
Support TZ and OF format codes in to_timestamp().
Tom Lane
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-11-14
Support +/- infinity in the interval data type.
Dean Rasheed
2023-08-28
Tighten unit parsing in internal values
Michael Paquier
2023-08-28
Tighten handling of "ago" in interval values
Michael Paquier
2023-08-28
Remove dead code in DecodeInterval()
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-17
Refactor datetime functions' timezone lookup code to reduce duplication.
Tom Lane
2023-03-16
Tighten error checks in datetime input, and remove bogus "ISO" format.
Tom Lane
2023-03-09
Reject combining "epoch" and "infinity" with other datetime fields.
Tom Lane
2023-02-20
Fix parsing of ISO-8601 interval fields with exponential notation.
Tom Lane
2023-02-12
Avoid dereferencing an undefined pointer in DecodeInterval().
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2023-01-01
Accept "+infinity" in date and timestamp[tz] input.
Tom Lane
2022-12-21
Switch some system functions to use get_call_result_type()
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-12-09
Const-ify a couple of datetime parsing subroutines.
Tom Lane
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-14
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-10
Use C library functions instead of Abs() for int64
Peter Eisentraut
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-04-03
Fix portability issues in datetime parsing.
Tom Lane
2022-04-02
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-08-03
interval: round values when spilling to months
Bruce Momjian
2021-05-01
Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9
Bruce Momjian
2021-03-30
In messages, use singular nouns for -1, like we do for +1.
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-09-28
Cache the result of converting now() to a struct pg_tm.
Tom Lane
2020-06-29
Mop up some no-longer-necessary hacks around printf %.*s format.
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-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-16
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-02-01
Optimizations for integer to decimal output.
Andrew Gierth
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-08-07
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-07-26
Tweak our special-case logic for the IANA "Factory" timezone.
Tom Lane
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
[next]