Commits

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

DateSubjectAuthorReleases
2021-02-27 Add TID Range Scans to support efficient scanning ranges of TIDs David Rowley 14.0
2021-02-15 Make ExecGetInsertedCols() and friends more robust and improve comments. Heikki Linnakangas 14.0
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 14.0
2021-01-20 Implement support for bulk inserts in postgres_fdw Tomas Vondra 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-11-23 Fix a few comments that referred to copy.c. Heikki Linnakangas 14.0
2020-10-19 Remove PartitionRoutingInfo struct. Heikki Linnakangas 14.0
2020-10-19 Revise child-to-root tuple conversion map management. Heikki Linnakangas 14.0
2020-10-19 Clean up code to resolve the "root target relation" in nodeModifyTable.c Heikki Linnakangas 14.0
2020-10-14 Remove es_result_relation_info from EState. Heikki Linnakangas 14.0
2020-10-14 Include result relation info in direct modify ForeignScan nodes. Heikki Linnakangas 14.0
2020-10-13 Create ResultRelInfos later in InitPlan, index them by RT index. Heikki Linnakangas 14.0
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0
2020-09-16 Don't fetch partition check expression during InitResultRelInfo. Tom Lane 14.0
2020-08-15 Be more careful about the shape of hashable subplan clauses. Tom Lane 14.0
2020-08-02 Use int64 instead of long in incremental sort code David Rowley 14.0
2020-07-13 HashAgg: before spilling tuples, set unneeded columns to NULL. Jeff Davis 14.0
2020-07-08 code: replace most remaining uses of 'master'. Andres Freund 14.0
2020-06-19 Fix EXPLAIN ANALYZE for parallel HashAgg plans David Rowley 14.0