aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Fix typoPeter Eisentraut2018-06-08
* Fix obsolete comment.Heikki Linnakangas2018-06-07
* Fix type checking for support functions of parallel VARIADIC aggregates.Tom Lane2018-05-15
* Fix state reversal after partition tuple routingAlvaro Herrera2018-03-19
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-17
* Fix query-lifespan memory leakage in repeatedly executed hash joins.Tom Lane2018-03-16
* Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane2018-02-27
* Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane2018-02-19
* Improve bit perturbation in TupleHashTableHash.Andres Freund2018-01-29
* Avoid crash during EvalPlanQual recheck of an inner indexscan.Tom Lane2018-01-27
* When passing query strings to workers, pass the terminating \0.Robert Haas2017-12-20
* Try again to fix accumulation of parallel worker instrumentation.Robert Haas2017-12-19
* Fix crashes on plans with multiple Gather (Merge) nodes.Robert Haas2017-12-18
* Revert "Fix accumulation of parallel worker instrumentation."Robert Haas2017-12-13
* Fix commentPeter Eisentraut2017-12-11
* Fix corner-case coredump in _SPI_error_callback().Tom Lane2017-12-11
* Fix accumulation of parallel worker instrumentation.Robert Haas2017-12-05
* Teach bitmap heap scan to cope with absence of a DSA.Robert Haas2017-11-28
* Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane2017-11-27
* Repair failure with SubPlans in multi-row VALUES lists.Tom Lane2017-11-25
* Fix handling of NULLs returned by aggregate combine functions.Andres Freund2017-11-23
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Fix mistaken failure to allow parallelism in corner case.Robert Haas2017-10-27
* Repair breakage of aggregate FILTER option.Tom Lane2017-10-16
* Restore nodeAgg.c's ability to check for improperly-nested aggregates.Tom Lane2017-10-15
* Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane2017-10-12
* Fix logical replication to fire BEFORE ROW DELETE triggers.Robert Haas2017-10-12
* Prevent sharing transition states between ordered-set aggregates.Tom Lane2017-10-11
* Fix mistakes in comments.Robert Haas2017-10-11
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-06
* Fix intra-query memory leakage in nodeProjectSet.c.Tom Lane2017-10-06
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* Properly check interrupts in execScan.c.Andres Freund2017-09-14
* Message style fixesPeter Eisentraut2017-09-11
* Quick-hack fix for foreign key cascade vs triggers with transition tables.Tom Lane2017-09-10
* Even if some partitions are foreign, allow tuple routing.Robert Haas2017-09-07
* 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
* 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