index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
partition_prune.out
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert b6002a796
David Rowley
2021-04-01
1
-133
/
+110
*
Add Result Cache executor node
David Rowley
2021-04-01
1
-110
/
+133
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
1
-120
/
+79
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
1
-16
/
+44
*
Fix unstable partition_prune regression tests
David Rowley
2020-11-02
1
-23
/
+22
*
Allow run-time pruning on nested Append/MergeAppend nodes
David Rowley
2020-11-02
1
-0
/
+102
*
Fix yet another issue with step generation in partition pruning.
Etsuro Fujita
2020-08-07
1
-0
/
+10
*
Fix some issues with step generation in partition pruning.
Etsuro Fujita
2020-07-28
1
-0
/
+92
*
Fix typo in test comment.
Heikki Linnakangas
2020-05-28
1
-1
/
+1
*
Fix handling of "Subplans Removed" field in EXPLAIN output.
Tom Lane
2020-02-04
1
-6
/
+6
*
Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.
Tom Lane
2019-12-16
1
-5
/
+5
*
Put back regression test case in a more robust form.
Tom Lane
2019-12-12
1
-0
/
+13
*
Remove unstable test case added in commit 5935917ce.
Tom Lane
2019-12-11
1
-21
/
+7
*
Allow executor startup pruning to prune all child nodes.
Tom Lane
2019-12-11
1
-41
/
+42
*
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
1
-617
/
+617
*
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-12-02
1
-872
/
+893
*
Further improve stability of partition_prune regression test.
Tom Lane
2019-11-11
1
-2
/
+3
*
Rely on plan_cache_mode to force generic plans in partition_prune test.
Tom Lane
2019-09-30
1
-293
/
+2
*
Improve stability of partition_prune regression test.
Tom Lane
2019-09-28
1
-96
/
+100
*
Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.
Tom Lane
2019-08-09
1
-0
/
+66
*
Apply constraint exclusion more generally in partitioning
Alvaro Herrera
2019-08-07
1
-0
/
+18
*
Improve pruning of a default partition
Alvaro Herrera
2019-08-04
1
-8
/
+12
*
Fix RANGE partition pruning with multiple boolean partition keys
David Rowley
2019-07-12
1
-1
/
+14
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
1
-0
/
+39
*
Fix bogus logic for combining range-partitioned columns during pruning.
Tom Lane
2019-05-16
1
-0
/
+27
*
Fix partition pruning to treat stable comparison operators properly.
Tom Lane
2019-05-16
1
-0
/
+87
*
Clean up handling of constraint_exclusion and enable_partition_pruning.
Tom Lane
2019-04-30
1
-0
/
+42
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
1
-34
/
+30
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
1
-0
/
+54
*
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
1
-287
/
+239
*
Un-hide most cascaded-drop details in regression test results.
Tom Lane
2019-03-24
1
-2
/
+2
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
1
-18
/
+18
*
Improve performance of partition pruning remapping a little.
Tom Lane
2018-11-15
1
-0
/
+50
*
Fix executor prune failure when plan already pruned
Alvaro Herrera
2018-08-16
1
-0
/
+18
*
Match RelOptInfos by relids not pointer equality.
Tom Lane
2018-08-08
1
-0
/
+79
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
1
-0
/
+173
*
Change bms_add_range to be a no-op for empty ranges
Alvaro Herrera
2018-07-30
1
-0
/
+15
*
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
1
-0
/
+137
*
Fix partition pruning with IS [NOT] NULL clauses
Alvaro Herrera
2018-07-16
1
-0
/
+41
*
Better handle pseudotypes as partition keys
Alvaro Herrera
2018-07-10
1
-0
/
+18
*
Clarify use of temporary tables within partition trees
Michael Paquier
2018-06-20
1
-0
/
+21
*
Fix run-time partition pruning code to handle NULL values properly.
Tom Lane
2018-06-11
1
-0
/
+14
*
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-06-10
1
-4
/
+86
*
Fix assorted partition pruning bugs
Alvaro Herrera
2018-05-09
1
-0
/
+66
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
1
-0
/
+164
*
Make bms_prev_member work correctly with a 64 bit bitmapword
Teodor Sigaev
2018-04-23
1
-0
/
+23
*
Rework code to determine partition pruning procedure
Alvaro Herrera
2018-04-19
1
-0
/
+138
*
Improve coverage of nodeAppend runtime partition prune
Alvaro Herrera
2018-04-17
1
-52
/
+40
*
Restore partition_prune's usage of parallel workers
Alvaro Herrera
2018-04-16
1
-63
/
+81
*
Use custom hash opclass for hash partition pruning
Alvaro Herrera
2018-04-13
1
-0
/
+191
[next]