summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/partition_prune.out
Commit message (Expand)AuthorAgeFilesLines
* Revert b6002a796David Rowley2021-04-011-133/+110
* Add Result Cache executor nodeDavid Rowley2021-04-011-110/+133
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-311-120/+79
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-281-16/+44
* Fix unstable partition_prune regression testsDavid Rowley2020-11-021-23/+22
* Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley2020-11-021-0/+102
* Fix yet another issue with step generation in partition pruning.Etsuro Fujita2020-08-071-0/+10
* Fix some issues with step generation in partition pruning.Etsuro Fujita2020-07-281-0/+92
* Fix typo in test comment.Heikki Linnakangas2020-05-281-1/+1
* Fix handling of "Subplans Removed" field in EXPLAIN output.Tom Lane2020-02-041-6/+6
* Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane2019-12-161-5/+5
* Put back regression test case in a more robust form.Tom Lane2019-12-121-0/+13
* Remove unstable test case added in commit 5935917ce.Tom Lane2019-12-111-21/+7
* Allow executor startup pruning to prune all child nodes.Tom Lane2019-12-111-41/+42
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-111-617/+617
* Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane2019-12-021-872/+893
* Further improve stability of partition_prune regression test.Tom Lane2019-11-111-2/+3
* Rely on plan_cache_mode to force generic plans in partition_prune test.Tom Lane2019-09-301-293/+2
* Improve stability of partition_prune regression test.Tom Lane2019-09-281-96/+100
* Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.Tom Lane2019-08-091-0/+66
* Apply constraint exclusion more generally in partitioningAlvaro Herrera2019-08-071-0/+18
* Improve pruning of a default partitionAlvaro Herrera2019-08-041-8/+12
* Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley2019-07-121-1/+14
* Restructure creation of run-time pruning steps.Tom Lane2019-05-171-0/+39
* Fix bogus logic for combining range-partitioned columns during pruning.Tom Lane2019-05-161-0/+27
* Fix partition pruning to treat stable comparison operators properly.Tom Lane2019-05-161-0/+87
* Clean up handling of constraint_exclusion and enable_partition_pruning.Tom Lane2019-04-301-0/+42
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-051-34/+30
* Speed up planning when partitions can be pruned at plan time.Tom Lane2019-03-301-0/+54
* Suppress Append and MergeAppend plan nodes that have a single child.Tom Lane2019-03-251-287/+239
* Un-hide most cascaded-drop details in regression test results.Tom Lane2019-03-241-2/+2
* Refactor the representation of indexable clauses in IndexPaths.Tom Lane2019-02-091-18/+18
* Improve performance of partition pruning remapping a little.Tom Lane2018-11-151-0/+50
* Fix executor prune failure when plan already prunedAlvaro Herrera2018-08-161-0/+18
* Match RelOptInfos by relids not pointer equality.Tom Lane2018-08-081-0/+79
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-011-0/+173
* Change bms_add_range to be a no-op for empty rangesAlvaro Herrera2018-07-301-0/+15
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-191-0/+137
* Fix partition pruning with IS [NOT] NULL clausesAlvaro Herrera2018-07-161-0/+41
* Better handle pseudotypes as partition keysAlvaro Herrera2018-07-101-0/+18
* Clarify use of temporary tables within partition treesMichael Paquier2018-06-201-0/+21
* Fix run-time partition pruning code to handle NULL values properly.Tom Lane2018-06-111-0/+14
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-101-4/+86
* Fix assorted partition pruning bugsAlvaro Herrera2018-05-091-0/+66
* Add GUC enable_partition_pruningAlvaro Herrera2018-04-231-0/+164
* Make bms_prev_member work correctly with a 64 bit bitmapwordTeodor Sigaev2018-04-231-0/+23
* Rework code to determine partition pruning procedureAlvaro Herrera2018-04-191-0/+138
* Improve coverage of nodeAppend runtime partition pruneAlvaro Herrera2018-04-171-52/+40
* Restore partition_prune's usage of parallel workersAlvaro Herrera2018-04-161-63/+81
* Use custom hash opclass for hash partition pruningAlvaro Herrera2018-04-131-0/+191