aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Improve division of labor between execParallel.c and nodeGather[Merge].c.Tom Lane2017-09-01
* Avoid memory leaks when a GatherMerge node is rescanned.Tom Lane2017-08-31
* Clean up shm_mq cleanup.Tom Lane2017-08-31
* Code review for nodeGatherMerge.c.Tom Lane2017-08-30
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane2017-08-30
* Propagate sort instrumentation from workers back to leader.Robert Haas2017-08-29
* Push tuple limits through Gather and Gather Merge.Robert Haas2017-08-29
* Code review for pushing LIMIT through subqueries.Tom Lane2017-08-25
* Push limit through subqueries to underlying sort, where possible.Robert Haas2017-08-21
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas2017-08-18
* Don't lock tables in RelationGetPartitionDispatchInfo.Robert Haas2017-08-17
* Fix ExecReScanGatherMerge.Tom Lane2017-08-17
* Add missing call to ExecReScanGatherMerge.Robert Haas2017-08-15
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Improve ExecModifyTable comments.Robert Haas2017-08-03
* Teach map_partition_varattnos to handle whole-row expressions.Robert Haas2017-08-03
* Fix typoPeter Eisentraut2017-07-31
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-30
* Fix partitioning crashes during error reporting.Robert Haas2017-07-24
* Be more consistent about errors for opfamily member lookup failures.Tom Lane2017-07-24
* Reverse-convert row types in ExecWithCheckOptions.Robert Haas2017-07-17
* Use a real RT index when setting up partition tuple routing.Robert Haas2017-07-17
* Improve comments for execExpr.c's handling of FieldStore subexpressions.Tom Lane2017-07-15
* Improve comments for execExpr.c's isAssignmentIndirectionExpr().Tom Lane2017-07-15
* Code review for NextValueExpr expression node type.Tom Lane2017-07-14
* Fix transition tables for wCTEs.Andrew Gierth2017-06-28
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Fix replication with replica identity fullPeter Eisentraut2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix typo in comment.Heikki Linnakangas2017-06-21
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-13
* Re-run pgindent.Tom Lane2017-06-13
* Fix confusion about number of subplans in partitioned INSERT setup.Tom Lane2017-06-12
* Prevent BEFORE triggers from violating partitioning constraints.Robert Haas2017-06-07
* Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane2017-06-05
* Fix typo in commentMagnus Hagander2017-05-29
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut2017-05-16
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas2017-05-16
* Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.Tom Lane2017-05-13
* Fix typos in comments.Robert Haas2017-05-09
* Pass EXEC_FLAG_REWIND when initializing a tuplestore scan.Robert Haas2017-05-09
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-01