Commits

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

DateSubjectAuthorReleases
2025-09-04 Fix compiler error introduced by 5386bfb9c1f. Dean Rasheed 13.23
2025-09-04 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed 13.23
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 13.22
2025-02-14 Fix assertion on dereferenced object Daniel Gustafsson 13.20
2024-12-09 Simplify executor's determination of whether to use parallelism. Tom Lane 13.19
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 13.2
2020-03-23 Add object names to partition integrity violations. Amit Kapila 13.0
2020-03-02 Represent command completion tags as structs Alvaro Herrera 13.0
2020-01-28 Fix dangling pointer in EvalPlanQual machinery. Tom Lane 13.0
2020-01-28 Added relation name in error messages for constraint checks. Amit Kapila 13.0
2020-01-14 Make rewriter prevent auto-updates on views with conditional INSTEAD rules. Dean Rasheed 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-18 Refactor attribute mappings used in logical tuple conversion Michael Paquier 13.0
2019-11-15 Always call ExecShutdownNode() if appropriate. Thomas Munro 13.0
2019-09-15 Fix bogus sizeof calculations. Tom Lane 13.0
2019-09-09 Reorder EPQ work, to fix rowmark related bugs and improve efficiency. Andres Freund 13.0
2019-09-03 Remove 'msg' parameter from convert_tuples_by_name Alvaro Herrera 13.0
2019-08-12 Remove EState.es_range_table_array. Tom Lane 13.0
2019-07-22 Use appendBinaryStringInfo in more places where the length is known David Rowley 13.0
2019-07-09 Pass QueryEnvironment down to EvalPlanQual's EState. Thomas Munro 13.0