Commits

DateSubjectAuthorReleases
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 10.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 10.0
2017-08-18 Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE. Robert Haas 11.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