aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Revert changes in execMain.c from commit 16828d5c0273bAndrew Dunstan2018-08-10
* Fix buffer usage stats for parallel nodes.Amit Kapila2018-08-03
* Match the buffer usage tracking for leader and worker backends.Amit Kapila2018-08-03
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Fix unnoticed variable shadowing in previous commitAlvaro Herrera2018-08-01
* Fix per-tuple memory leak in partition tuple routingAlvaro Herrera2018-08-01
* Allow multi-inserts during COPY into a partitioned tablePeter Eisentraut2018-08-01
* Verify range bounds to bms_add_range when necessaryAlvaro Herrera2018-07-30
* Use key and partdesc from PartitionDispatch where possible.Robert Haas2018-07-27
* LLVMJIT: Release JIT context after running ExprContext shutdown callbacks.Andres Freund2018-07-25
* Rephrase a few comments for clarity.Heikki Linnakangas2018-07-19
* Fix comment.Heikki Linnakangas2018-07-19
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-19
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Allow using the updated tuple while moving it to a different partition.Amit Kapila2018-07-12
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-11
* Fix assert in nested SQL procedure callPeter Eisentraut2018-07-06
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Fix thinko in comments.Amit Kapila2018-06-27
* Fix some ill-chosen names for globally-visible partition support functions.Tom Lane2018-06-13
* Fix up run-time partition pruning's use of relcache's partition data.Tom Lane2018-06-13
* Improve ExecFindInitialMatchingSubPlans's subplan renumbering logic.Tom Lane2018-06-11
* Don't needlessly check the partition contraint twiceAlvaro Herrera2018-06-11
* Make new error code name match SQL standard more closelyPeter Eisentraut2018-06-11
* Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane2018-06-10
* Relocate partition pruning structs to a saner place.Tom Lane2018-06-10
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-10
* Limit Parallel Hash's bucket array to MaxAllocSize.Thomas Munro2018-06-10
* Fix typoPeter Eisentraut2018-06-08
* Fix obsolete comment.Heikki Linnakangas2018-06-07
* Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane2018-05-21
* Further adjust comment in get_partition_dispatch_recurse.Robert Haas2018-05-18
* Improve comment in get_partition_dispatch_recurse.Robert Haas2018-05-16
* Fix type checking for support functions of parallel VARIADIC aggregates.Tom Lane2018-05-15
* Fix SPI error cleanup and memory leakPeter Eisentraut2018-05-03
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Fix interaction of foreign tuple routing with remote triggers.Robert Haas2018-05-01
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Update ExecInitPartitionInfo commentAlvaro Herrera2018-04-24
* Initialize ExprStates once in run-time partition pruningAlvaro Herrera2018-04-24
* Add missing "static" marker.Tom Lane2018-04-21
* Remove quick path in ExecInitPartitionInfo for equal tupdescsAlvaro Herrera2018-04-19
* Update Append's idea of first_partial_planAlvaro Herrera2018-04-17
* Ignore whole-rows in INSERT/CONFLICT with partitioned tablesAlvaro Herrera2018-04-16
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Revert MERGE patchSimon Riggs2018-04-12
* Fix IndexOnlyScan counter for heap fetches in parallel modeAlvaro Herrera2018-04-10
* Fix incorrect logic for choosing the next Parallel Append subplanAlvaro Herrera2018-04-09
* Minor comment updatesAlvaro Herrera2018-04-09
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-08