index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execPartition.c
Commit message (
Expand
)
Author
Age
*
Fix thinkos in comments
Alvaro Herrera
2024-06-27
*
Fix partition pruning setup during DETACH CONCURRENTLY
Alvaro Herrera
2024-06-26
*
Revert "Fix partition pruning setup during DETACH CONCURRENTLY"
Alvaro Herrera
2024-06-24
*
Fix partition pruning setup during DETACH CONCURRENTLY
Alvaro Herrera
2024-06-24
*
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-30
*
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix runtime partition pruning for HASH partitioned tables
David Rowley
2023-10-13
*
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-04
*
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
*
Fix Assert failure for MERGE into a partitioned table with RLS.
Dean Rasheed
2023-02-22
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-20
*
Remove new structure member from ResultRelInfo.
Etsuro Fujita
2022-12-08
*
Generalize ri_RootToPartitionMap to use for non-partition children
Alvaro Herrera
2022-12-02
*
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-12-01
*
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-29
*
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-25
*
Remove various duplicated words
David Rowley
2022-09-20
*
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-26
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Have ExecFindPartition cache the last found partition
David Rowley
2022-08-02
*
adjust_partition_colnos mustn't be called if not needed
Alvaro Herrera
2022-04-12
*
Revert "Rewrite some RI code to avoid using SPI"
Alvaro Herrera
2022-04-07
*
Rewrite some RI code to avoid using SPI
Alvaro Herrera
2022-04-07
*
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-04-05
*
Add support for MERGE SQL command
Alvaro Herrera
2022-03-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-19
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
*
Postpone some stuff out of ExecInitModifyTable.
Tom Lane
2021-04-06
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Fix tuple routing to initialize batching only for inserts
Tomas Vondra
2021-02-18
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
*
Implement support for bulk inserts in postgres_fdw
Tomas Vondra
2021-01-20
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Remove PartitionRoutingInfo struct.
Heikki Linnakangas
2020-10-19
*
Revise child-to-root tuple conversion map management.
Heikki Linnakangas
2020-10-19
*
Don't fetch partition check expression during InitResultRelInfo.
Tom Lane
2020-09-16
*
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
*
Fix matching of sub-partitions when a partitioned plan is stale.
Tom Lane
2020-08-05
*
Add object names to partition integrity violations.
Amit Kapila
2020-03-23
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
[next]