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