Commits

DateSubjectAuthorReleases
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-02-19 Use fallthrough attribute instead of comment Peter Eisentraut 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-05-28 Tighten parsing of datetime input. Tom Lane 18.0
2025-03-29 Use PRI?64 instead of "ll?" in format strings (continued). Peter Eisentraut 18.0
2025-01-16 Seek zone abbreviations in the IANA data before timezone_abbreviations. Tom Lane 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-10-07 Use camel case for "DateStyle" in some error messages Michael Paquier 18.0
2024-05-22 Fix input of ISO "extended" time format for types time and timetz. Tom Lane 17.0
2024-05-22 Fix input of ISO "extended" time format for types time and timetz. Tom Lane 16.4
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-01-25 Support TZ and OF format codes in to_timestamp(). Tom Lane 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-11-14 Support +/- infinity in the interval data type. Dean Rasheed 17.0
2023-08-28 Tighten unit parsing in internal values Michael Paquier 17.0
2023-08-28 Tighten handling of "ago" in interval values Michael Paquier 17.0
2023-08-28 Remove dead code in DecodeInterval() Michael Paquier 17.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-03-17 Refactor datetime functions' timezone lookup code to reduce duplication. Tom Lane 16.0
2023-03-16 Tighten error checks in datetime input, and remove bogus "ISO" format. Tom Lane 16.0
2023-03-09 Reject combining "epoch" and "infinity" with other datetime fields. Tom Lane 16.0
2023-02-20 Fix parsing of ISO-8601 interval fields with exponential notation. Tom Lane 16.0