summaryrefslogtreecommitdiff
path: root/src/include/partitioning
Commit message (Expand)AuthorAgeFilesLines
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-041-4/+4
* Fix various typos in code and testsMichael Paquier2023-02-091-1/+1
* Update copyright for 2023Bruce Momjian2023-01-024-4/+4
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-011-4/+4
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-031-1/+1
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-2/+2
* Have ExecFindPartition cache the last found partitionDavid Rowley2022-08-021-0/+25
* Refactor and cleanup runtime partition prune code a littleAlvaro Herrera2022-04-051-0/+2
* Update copyright for 2022Bruce Momjian2022-01-074-4/+4
* Ensure interleaved_parts field is always initializedDavid Rowley2021-10-011-1/+3
* Allow ordered partition scans in more casesDavid Rowley2021-08-031-1/+17
* Remove unused function parameter in get_qual_from_partboundJohn Naylor2021-07-141-1/+1
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-221-3/+11
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-251-2/+3
* Remove [Merge]AppendPath.partitioned_rels.Tom Lane2021-02-011-1/+0
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-281-11/+18
* Update copyright for 2021Bruce Momjian2021-01-024-4/+4
* Improve error cursor positions for problems with partition bounds.Tom Lane2020-09-231-4/+4
* Fix some header identificationsMichael Paquier2020-07-141-1/+1
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-081-0/+9
* Update copyrights for 2020Bruce Momjian2020-01-014-4/+4
* Remove equalPartitionDescs().Tom Lane2019-12-251-3/+0
* Load relcache entries' partitioning data on-demand, not immediately.Tom Lane2019-12-251-1/+2
* Improve pruning of a default partitionAlvaro Herrera2019-08-041-1/+0
* Fix inconsistencies in the codeMichael Paquier2019-07-081-4/+4
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-223-29/+29
* Restructure creation of run-time pruning steps.Tom Lane2019-05-171-6/+0
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-051-0/+1
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-221-0/+1
* Update copyright year in files added by 1bb5e78218.Amit Kapila2019-03-161-1/+1
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-072-0/+6
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-211-0/+39
* Fix header inclusion issue.Tom Lane2019-02-111-0/+2
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-291-4/+5
* Update copyright for 2019Bruce Momjian2019-01-023-3/+3
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-191-3/+2
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-141-41/+3
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-041-3/+0
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-011-2/+4
* Consistently use the term 'partitioned rel' in partprune commentsAlvaro Herrera2018-06-201-1/+2
* Fix some ill-chosen names for globally-visible partition support functions.Tom Lane2018-06-131-6/+7
* Fix up run-time partition pruning's use of relcache's partition data.Tom Lane2018-06-131-29/+37
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-101-8/+12
* Make gen_partprune_steps staticAlvaro Herrera2018-05-091-2/+0
* Initialize ExprStates once in run-time partition pruningAlvaro Herrera2018-04-241-0/+9
* Reorganize partitioning codeAlvaro Herrera2018-04-143-9/+59
* Minor comment updatesAlvaro Herrera2018-04-091-1/+1
* Support partition pruning at execution timeAlvaro Herrera2018-04-071-0/+14
* Faster partition pruningAlvaro Herrera2018-04-062-0/+173