summaryrefslogtreecommitdiff
path: root/src/include/partitioning
AgeCommit message (Expand)Author
2023-05-04Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera
2023-02-09Fix various typos in code and testsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-01Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera
2022-11-03Resolve partition strategy during early parsingAlvaro Herrera
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-08-01Have ExecFindPartition cache the last found partitionDavid Rowley
2022-04-05Refactor and cleanup runtime partition prune code a littleAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-01Ensure interleaved_parts field is always initializedDavid Rowley
2021-08-03Allow ordered partition scans in more casesDavid Rowley
2021-07-14Remove unused function parameter in get_qual_from_partboundJohn Naylor
2021-04-22Fix relcache inconsistency hazard in partition detachAlvaro Herrera
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-02-01Remove [Merge]AppendPath.partitioned_rels.Tom Lane
2021-01-28Fix hash partition pruning with asymmetric partition sets.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-23Improve error cursor positions for problems with partition bounds.Tom Lane
2020-07-14Fix some header identificationsMichael Paquier
2020-04-08Allow partitionwise joins in more cases.Etsuro Fujita
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-25Remove equalPartitionDescs().Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-08-04Improve pruning of a default partitionAlvaro Herrera
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-17Restructure creation of run-time pruning steps.Tom Lane
2019-04-05Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-16Update copyright year in files added by 1bb5e78218.Amit Kapila
2019-03-07Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas
2019-02-21Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas
2019-02-12Fix header inclusion issue.Tom Lane
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-19Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas
2018-11-14Refactor code creating PartitionBoundInfoMichael Paquier
2018-10-04Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-06-20Consistently use the term 'partitioned rel' in partprune commentsAlvaro Herrera
2018-06-13Fix some ill-chosen names for globally-visible partition support functions.Tom Lane
2018-06-13Fix up run-time partition pruning's use of relcache's partition data.Tom Lane
2018-06-10Improve run-time partition pruning to handle any stable expression.Tom Lane
2018-05-09Make gen_partprune_steps staticAlvaro Herrera
2018-04-24Initialize ExprStates once in run-time partition pruningAlvaro Herrera
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-09Minor comment updatesAlvaro Herrera
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2018-04-06Faster partition pruningAlvaro Herrera