aboutsummaryrefslogtreecommitdiff
path: root/src/include/partitioning
Commit message (Expand)AuthorAge
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-04
* Fix various typos in code and testsMichael Paquier2023-02-09
* Update copyright for 2023Bruce Momjian2023-01-02
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-01
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-03
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Have ExecFindPartition cache the last found partitionDavid Rowley2022-08-02
* Refactor and cleanup runtime partition prune code a littleAlvaro Herrera2022-04-05
* Update copyright for 2022Bruce Momjian2022-01-07
* Ensure interleaved_parts field is always initializedDavid Rowley2021-10-01
* Allow ordered partition scans in more casesDavid Rowley2021-08-03
* Remove unused function parameter in get_qual_from_partboundJohn Naylor2021-07-14
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Remove [Merge]AppendPath.partitioned_rels.Tom Lane2021-02-01
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-28
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve error cursor positions for problems with partition bounds.Tom Lane2020-09-23
* Fix some header identificationsMichael Paquier2020-07-14
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove equalPartitionDescs().Tom Lane2019-12-25
* Load relcache entries' partitioning data on-demand, not immediately.Tom Lane2019-12-25
* Improve pruning of a default partitionAlvaro Herrera2019-08-04
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Update copyright year in files added by 1bb5e78218.Amit Kapila2019-03-16
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Fix header inclusion issue.Tom Lane2019-02-11
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29
* Update copyright for 2019Bruce Momjian2019-01-02
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-19
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-14
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Consistently use the term 'partitioned rel' in partprune commentsAlvaro Herrera2018-06-20
* 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 run-time partition pruning to handle any stable expression.Tom Lane2018-06-10
* Make gen_partprune_steps staticAlvaro Herrera2018-05-09
* Initialize ExprStates once in run-time partition pruningAlvaro Herrera2018-04-24
* Reorganize partitioning codeAlvaro Herrera2018-04-14
* Minor comment updatesAlvaro Herrera2018-04-09
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Faster partition pruningAlvaro Herrera2018-04-06