aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execPartition.c
Commit message (Expand)AuthorAge
* Revert "Don't lock partitions pruned by initial pruning"Amit Langote13 days
* Fix a few duplicate words in commentsDavid Rowley2025-04-21
* Fix typos and grammar in the codeMichael Paquier2025-04-19
* Harmonize function parameter names for Postgres 18.Peter Geoghegan2025-04-12
* Fix MERGE with DO NOTHING actions into a partitioned table.Dean Rasheed2025-03-29
* Ensure first ModifyTable rel initialized if all are prunedAmit Langote2025-03-19
* Fix bug in cbc127917 to handle nested Append correctlyAmit Langote2025-02-25
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* Track unpruned relids to avoid processing pruned relationsAmit Langote2025-02-07
* Fix bad indentation introduced in commit d47cbf474Amit Langote2025-01-31
* Perform runtime initial pruning outside ExecInitNode()Amit Langote2025-01-31
* Move PartitionPruneInfo out of plan nodes into PlannedStmtAmit Langote2025-01-30
* Update copyright for 2025Bruce Momjian2025-01-01
* Fix thinkos in commentsAlvaro Herrera2024-06-27
* Fix partition pruning setup during DETACH CONCURRENTLYAlvaro Herrera2024-06-26
* Revert "Fix partition pruning setup during DETACH CONCURRENTLY"Alvaro Herrera2024-06-24
* Fix partition pruning setup during DETACH CONCURRENTLYAlvaro Herrera2024-06-24
* Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-03-30
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Support MERGE into updatable views.Dean Rasheed2024-02-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix runtime partition pruning for HASH partitioned tablesDavid Rowley2023-10-13
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-04
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-24
* Fix Assert failure for MERGE into a partitioned table with RLS.Dean Rasheed2023-02-22
* Update copyright for 2023Bruce Momjian2023-01-02
* Allow batching of inserts during cross-partition updates.Etsuro Fujita2022-12-20
* Remove new structure member from ResultRelInfo.Etsuro Fujita2022-12-08
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-01
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-29
* Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita2022-11-25
* Remove various duplicated wordsDavid Rowley2022-09-20
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Have ExecFindPartition cache the last found partitionDavid Rowley2022-08-02
* adjust_partition_colnos mustn't be called if not neededAlvaro Herrera2022-04-12
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-07
* Rewrite some RI code to avoid using SPIAlvaro Herrera2022-04-07
* Refactor and cleanup runtime partition prune code a littleAlvaro Herrera2022-04-05
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Update copyright for 2022Bruce Momjian2022-01-07
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-19
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25