Commits

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

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