Commits

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

DateSubjectAuthorReleases
2024-05-09 Fix recursive RECORD-returning plpython functions. Tom Lane 12.20
2024-05-07 Ensure that "pg_restore -l" reports dependent TOC entries correctly. Tom Lane 12.20
2024-05-07 Don't corrupt plpython's "TD" dictionary in a recursive trigger call. Tom Lane 12.20
2024-05-06 Stamp 12.19. Tom Lane 12.19
2024-05-05 Release notes for 16.3, 15.7, 14.12, 13.15, 12.19. Tom Lane 12.19
2024-04-30 Disallow converting a table to a view within an outer SQL command. Tom Lane 12.19
2024-04-28 Detect more overflows in timestamp[tz]_pl_interval. Tom Lane 12.19
2024-04-24 Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page. Tom Lane 12.19
2024-04-21 Make postgres_fdw request remote time zone 'GMT' not 'UTC'. Tom Lane 12.19
2024-04-19 Fix MSVC recipe for ecpg regression tests, redux. Tom Lane 12.19
2024-04-19 Fix MSVC recipe for ecpg regression tests. Tom Lane 12.19
2024-04-16 Fix assorted bugs in ecpg's macro mechanism. Tom Lane 12.19
2024-04-16 Fix generation of EC join conditions at the wrong plan level. Tom Lane 12.19
2024-04-15 Fix type-checking of RECORD-returning functions in FROM, redux. Tom Lane 12.19
2024-04-11 Doc: fix bogus to_date() examples. Tom Lane 12.19
2024-04-10 Fix plpgsql's handling of -- comments following expressions. Tom Lane 12.19
2024-04-04 Fix ecpg's mechanism for detecting unsupported cases in the grammar. Tom Lane 12.19
2024-04-02 Avoid deadlock during orphan temp table removal. Tom Lane 12.19
2024-04-01 Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms. Tom Lane 12.19
2024-04-01 Avoid possible longjmp-induced logic error in PLy_trigger_build_args. Tom Lane 12.19
2024-03-27 Fix unnecessary use of moving-aggregate mode with non-moving frame. Tom Lane 12.19
2024-03-26 Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences. Tom Lane 12.19
2024-03-26 Allow "make check"-style testing to work with musl C library. Tom Lane 12.19
2024-03-14 Make INSERT-from-multiple-VALUES-rows handle domain target columns. Tom Lane 12.19
2024-03-12 Fix confusion about the return rowtype of SQL-language procedures. Tom Lane 12.19