Commits

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

DateSubjectAuthorReleases
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 10.17
2017-09-07 Even if some partitions are foreign, allow tuple routing. Robert Haas 10.0
2017-08-18 Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE. Robert Haas 10.0
2017-07-30 Move ExecProcNode from dispatch to function pointer based model. Andres Freund 10.0
2017-07-18 Use a real RT index when setting up partition tuple routing. Robert Haas 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-05-17 Post-PG 10 beta1 pgindent run Bruce Momjian 10.0
2017-05-17 Check relkind of tables in CREATE/ALTER SUBSCRIPTION Peter Eisentraut 10.0
2017-05-16 Fix relcache leak when row triggers on partitions are fired by COPY. Robert Haas 10.0
2017-04-18 Provide an error cursor for "can't call an SRF here" errors. Tom Lane 10.0
2017-04-10 Fix reporting of violations in ExecConstraints, again. Robert Haas 10.0
2017-03-25 Faster expression evaluation and targetlist projection. Andres Freund 10.0
2017-03-23 Allow for parallel execution whenever ExecutorRun() is done only once. Robert Haas 10.0
2017-03-21 Don't scan partitioned tables. Robert Haas 10.0
2017-01-20 Logical replication Peter Eisentraut 10.0
2017-01-19 Remove obsoleted code relating to targetlist SRF evaluation. Andres Freund 10.0
2017-01-19 Fix failure to enforce partitioning contraint for internal partitions. Robert Haas 10.0
2017-01-18 Move targetlist SRF handling from expression evaluation to new executor node. Andres Freund 10.0
2017-01-04 Fix reporting of constraint violations for table partitioning. Robert Haas 10.0
2017-01-04 Move partition_tuple_slot out of EState. Robert Haas 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
2016-12-21 Refactor partition tuple routing code to reduce duplication. Robert Haas 10.0
2016-12-16 Unbreak Finalize HashAggregate over Partial HashAggregate. Robert Haas 10.0