index
:
delta/postgresql.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
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
datetime.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor datetime functions' timezone lookup code to reduce duplication.
Tom Lane
2023-03-17
1
-0
/
+85
*
Tighten error checks in datetime input, and remove bogus "ISO" format.
Tom Lane
2023-03-16
1
-192
/
+29
*
Reject combining "epoch" and "infinity" with other datetime fields.
Tom Lane
2023-03-09
1
-15
/
+25
*
Fix parsing of ISO-8601 interval fields with exponential notation.
Tom Lane
2023-02-20
1
-36
/
+28
*
Avoid dereferencing an undefined pointer in DecodeInterval().
Tom Lane
2023-02-12
1
-1
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Accept "+infinity" in date and timestamp[tz] input.
Tom Lane
2023-01-01
1
-0
/
+1
*
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-21
1
-13
/
+4
*
Convert datetime input functions to use "soft" error reporting.
Tom Lane
2022-12-09
1
-9
/
+13
*
Allow DateTimeParseError to handle bad-timezone error messages.
Tom Lane
2022-12-09
1
-47
/
+77
*
Const-ify a couple of datetime parsing subroutines.
Tom Lane
2022-12-09
1
-4
/
+4
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
1
-1
/
+1
*
Store GUC data in a memory context, instead of using malloc().
Tom Lane
2022-10-14
1
-3
/
+4
*
Use C library functions instead of Abs() for int64
Peter Eisentraut
2022-10-10
1
-4
/
+4
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
1
-4
/
+4
*
Rename shadowed local variables
David Rowley
2022-10-05
1
-26
/
+26
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
1
-11
/
+11
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
1
-6
/
+2
*
Fix portability issues in datetime parsing.
Tom Lane
2022-04-03
1
-28
/
+77
*
Fix overflow hazards in interval input and output conversions.
Tom Lane
2022-04-02
1
-260
/
+474
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
1
-28
/
+2
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
interval: round values when spilling to months
Bruce Momjian
2021-08-03
1
-10
/
+6
*
Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9
Bruce Momjian
2021-05-01
1
-2
/
+3
*
In messages, use singular nouns for -1, like we do for +1.
Bruce Momjian
2021-03-30
1
-2
/
+2
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Cache the result of converting now() to a struct pg_tm.
Tom Lane
2020-09-28
1
-11
/
+56
*
Mop up some no-longer-necessary hacks around printf %.*s format.
Tom Lane
2020-06-29
1
-1
/
+2
*
Reject "23:59:60.nnn" in datetime input.
Tom Lane
2020-06-04
1
-18
/
+5
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-8
/
+8
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
1
-61
/
+40
*
Optimizations for integer to decimal output.
Andrew Gierth
2020-02-01
1
-49
/
+49
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
1
-2
/
+0
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-1
/
+0
*
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-08-07
1
-0
/
+6
*
Tweak our special-case logic for the IANA "Factory" timezone.
Tom Lane
2019-07-26
1
-9
/
+8
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
1
-1
/
+1
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
1
-1
/
+1
*
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2019-06-30
1
-20
/
+0
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-17
/
+17
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
1
-5
/
+12
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-2
/
+2
*
Const-ify a few more large static tables.
Tom Lane
2018-10-17
1
-2
/
+2
*
Remove duplicated words split across lines in comments
Michael Paquier
2018-09-08
1
-2
/
+2
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
1
-1
/
+0
*
Update time zone data files to tzdata release 2018e.
Tom Lane
2018-05-09
1
-1
/
+4
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
1
-1
/
+3
[next]