Commits

Showing commits that first shipped in 18 (backpatches included). Clear

DateSubjectAuthorReleases
2025-09-22 Stamp 18.0. Tom Lane 18.0
2025-09-17 Calculate agglevelsup correctly when Aggref contains a CTE. Tom Lane 18.0
2025-09-16 Add regression expected-files for older OpenSSL in FIPS mode. Tom Lane 18.0
2025-09-16 Revert "Avoid race condition between "GRANT role" and "DROP ROLE"". Tom Lane 18.0
2025-09-16 Add regression expected-files for older OpenSSL in FIPS mode. Tom Lane 18.0
2025-09-13 Amend recent fix for SIMILAR TO regex conversion. Tom Lane 18.0
2025-09-12 Fix oversights in pg_event_trigger_dropped_objects() fixes. Tom Lane 18.0
2025-09-11 Report the correct is_temporary flag for column defaults. Tom Lane 18.0
2025-09-10 Fix memory leakage in nodeSubplan.c. Tom Lane 18.0
2025-09-01 Stamp 18rc1. Tom Lane 18.0
2025-08-29 Fix .gitignore for src/interfaces/libpq-oauth. Tom Lane 18.0
2025-08-28 Fix "variable not found in subplan target lists" in semijoin de-duplication. Tom Lane 18.0
2025-08-26 Put "excludeOnly" GIN scan keys at the end of the scankey array. Tom Lane 18.0
2025-08-26 Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. Tom Lane 18.0
2025-08-20 Fix re-execution of a failed SQLFunctionCache entry. Tom Lane 18.0
2025-08-18 Fix missing "use Test::More" in Kerberos.pm. Tom Lane 18.0
2025-08-13 Don't treat EINVAL from semget() as a hard failure. Tom Lane 18.0
2025-08-11 Stamp 18beta3. Tom Lane 18.0
2025-08-07 doc: add float as an alias for double precision. Tom Lane 18.0
2025-08-05 Fix incorrect return value in brin_minmax_multi_distance_numeric(). Tom Lane 18.0
2025-07-29 Don't put library-supplied -L/-I switches before user-supplied ones. Tom Lane 18.0
2025-07-29 Remove unnecessary complication around xmlParseBalancedChunkMemory. Tom Lane 18.0
2025-07-28 Avoid regression in the size of XML input that we will accept. Tom Lane 18.0
2025-07-23 Fix build breakage on Solaris-alikes with late-model GCC. Tom Lane 18.0
2025-07-17 Fix PQport to never return NULL unless the connection is NULL. Tom Lane 18.0