Commits

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

DateSubjectAuthorReleases
2021-04-23 Minor code cleanup in asynchronous execution support. Etsuro Fujita 14.0
2021-04-08 Allow TRUNCATE command to truncate foreign tables. Fujii Masao 14.0
2021-04-06 postgres_fdw: Allow partitions specified in LIMIT TO to be imported. Fujii Masao 14.0
2021-03-31 Silence compiler warning in non-assert builds. Tom Lane 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-03-31 Add support for asynchronous execution. Etsuro Fujita 14.0
2021-03-30 Allow estimate_num_groups() to pass back further details about the estimation David Rowley 14.0
2021-03-30 Update obsolete comment. Etsuro Fujita 14.0
2021-02-17 Fix tuple routing to initialize batching only for inserts Tomas Vondra 14.0
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 14.0
2021-02-05 postgres_fdw: Fix assertion in estimate_path_cost_size(). Etsuro Fujita 14.0
2021-01-26 Fix memory leak when deallocating prepared statement in postgres_fdw Michael Paquier 14.0
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 14.0
2021-01-20 Implement support for bulk inserts in postgres_fdw Tomas Vondra 14.0
2021-01-18 postgres_fdw: Add function to list cached connections to foreign servers. Fujii Masao 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-11-24 Move per-agg and per-trans duplicate finding to the planner. Heikki Linnakangas 14.0
2020-10-15 Fixup some appendStringInfo and appendPQExpBuffer calls David Rowley 14.0
2020-10-14 Include result relation info in direct modify ForeignScan nodes. Heikki Linnakangas 14.0
2020-08-30 Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. Tom Lane 14.0