Commits

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

DateSubjectAuthorReleases
2022-03-31 Fix postgres_fdw to check shippability of sort clauses properly. Tom Lane 15.0
2022-03-30 Optimize order of GROUP BY keys Tomas Vondra 15.0
2022-02-24 postgres_fdw: Add support for parallel commit. Etsuro Fujita 15.0
2022-02-18 postgres_fdw: Make postgres_fdw.application_name support more escape sequences. Fujii Masao 15.0
2022-01-27 postgres_fdw: Fix handling of a pending asynchronous request in postgresReScanForeignScan(). Etsuro Fujita 15.0
2022-01-07 postgres_fdw: Add regression test for postgres_fdw.application_name GUC. Fujii Masao 15.0
2021-12-24 postgres_fdw: Revert unstable tests for postgres_fdw.application_name. Fujii Masao 15.0
2021-12-24 postgres_fdw: Allow postgres_fdw.application_name to include escape sequences. Fujii Masao 15.0
2021-12-22 Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY Michael Paquier 15.0
2021-11-23 Allow Memoize to operate in binary comparison mode David Rowley 15.0
2021-11-17 Improve publication error messages Daniel Gustafsson 15.0
2021-11-12 postgres_fdw: suppress casts on constants in limited cases. Tom Lane 15.0
2021-10-26 Improve HINT message that FDW reports when there are no valid options. Fujii Masao 15.0
2021-10-06 Fix null-pointer crash in postgres_fdw's conversion_error_callback. Tom Lane 15.0
2021-09-10 Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner. Noah Misch 15.0
2021-09-08 postgres_fdw: Revert unstable tests for postgres_fdw.application_name. Fujii Masao 15.0
2021-09-07 postgres_fdw: Allow application_name of remote connection to be set via GUC. Fujii Masao 15.0
2021-08-05 postgres_fdw: Fix issues with generated columns in foreign tables. Etsuro Fujita 15.0
2021-07-30 In postgres_fdw, allow CASE expressions to be pushed to the remote server. Tom Lane 15.0
2021-07-30 postgres_fdw: Fix handling of pending asynchronous requests. Etsuro Fujita 15.0
2021-07-14 Change the name of the Result Cache node to Memoize David Rowley 15.0
2021-07-13 Rename debug_invalidate_system_caches_always to debug_discard_caches. Tom Lane 15.0
2021-07-07 Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. Tom Lane 15.0
2021-07-07 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. Fujii Masao 15.0
2021-07-06 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. Tom Lane 15.0