Commits

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

DateSubjectAuthorReleases
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 11.12
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 11.11
2019-02-09 Allow to reset execGrouping.c style tuple hashtables. Andres Freund 11.2
2018-06-11 Don't needlessly check the partition contraint twice Alvaro Herrera 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-15 Reorganize partitioning code Alvaro Herrera 11.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0
2018-02-16 Do execGrouping.c via expression eval machinery, take two. Andres Freund 11.0
2018-02-16 Revert "Do execGrouping.c via expression eval machinery." Andres Freund 11.0
2018-02-16 Do execGrouping.c via expression eval machinery. Andres Freund 11.0
2018-01-29 Introduce ExecQualAndReset() helper. Andres Freund 11.0
2018-01-09 Expression evaluation based aggregate transition invocation. Andres Freund 11.0
2018-01-05 Factor error generation out of ExecPartitionCheck. Robert Haas 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-12-21 Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. Tom Lane 11.0
2017-12-13 Allow executor nodes to change their ExecProcNode function. Andres Freund 11.0
2017-11-25 Avoid projecting tuples unnecessarily in Gather and Gather Merge. Robert Haas 11.0
2017-11-15 Centralize executor-related partitioning code. Robert Haas 11.0
2017-10-12 Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing. Robert Haas 11.0
2017-10-08 Reduce memory usage of targetlist SRFs. Andres Freund 11.0
2017-09-07 Reduce excessive dereferencing of function pointers Peter Eisentraut 11.0
2017-09-07 Even if some partitions are foreign, allow tuple routing. Robert Haas 11.0
2017-08-29 Push tuple limits through Gather and Gather Merge. Robert Haas 11.0
2017-08-18 Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE. Robert Haas 11.0