index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
REL_19_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
partitioning
Age
Commit message (
Expand
)
Author
2026-08-28
Fix incorrect multi-column RANGE partition pruning
David Rowley
2026-08-27
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2026-07-31
Fix issue with RANGE's DEFAULT partition pruning
David Rowley
2026-07-06
Prevent satisfies_hash_partition from crashing with VARIADIC NULL.
Robert Haas
2026-05-25
Reject degenerate SPLIT PARTITION with DEFAULT partition
Alexander Korotkov
2026-05-20
Revert "Reject degenerate SPLIT PARTITION with DEFAULT partition"
Alexander Korotkov
2026-05-20
Reject degenerate SPLIT PARTITION with DEFAULT partition
Alexander Korotkov
2026-05-19
Fix SPLIT PARTITION hint for DEFAULT partition bounds
Alexander Korotkov
2026-05-19
Fix SPLIT PARTITION range bound validation with DEFAULT
Alexander Korotkov
2026-05-13
Pre-beta mechanical code beautification, step 1: run pgindent.
Tom Lane
2026-05-07
Message corrections for partition split/merge commands
John Naylor
2026-04-20
Add missing Datum conversions
Peter Eisentraut
2026-04-14
Add missing period to HINT messages.
Amit Kapila
2026-04-09
Strip PlaceHolderVars from partition pruning operands
Richard Guo
2026-03-30
Thread flags through begin-scan APIs
Melanie Plageman
2026-03-26
Fix -Wcast-qual warning
Peter Eisentraut
2026-03-19
Add some const qualifiers enabled by typeof_unqual change on copyObject
Peter Eisentraut
2026-02-19
Use fallthrough attribute instead of comment
Peter Eisentraut
2026-01-05
Fix typos and inconsistencies in code and comments
Michael Paquier
2026-01-01
Update copyright for 2026
Bruce Momjian
2025-12-14
Update typedefs.list to match what the buildfarm currently reports.
Tom Lane
2025-12-14
Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2025-12-14
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2025-12-11
Use palloc_object() and palloc_array(), the last change
Michael Paquier
2025-12-09
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-08-03
Avoid leakage of zero-length arrays in partition_bounds_copy().
Tom Lane
2025-02-25
Fix bug in cbc127917 to handle nested Append correctly
Amit Langote
2025-02-07
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-01-31
Perform runtime initial pruning outside ExecInitNode()
Amit Langote
2025-01-30
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-12
Fix creation of partition descriptor during concurrent detach+drop
Alvaro Herrera
2024-06-11
Fix creation of partition descriptor during concurrent detach
Alvaro Herrera
2024-04-30
Fix error message in check_partition_bounds_for_split_range()
Alexander Korotkov
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-15
Grammar fixes for split/merge partitions code
Alexander Korotkov
2024-04-08
Fix some grammer errors from error messages and codes comments
Alexander Korotkov
2024-04-06
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-06
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Support partition pruning on boolcol IS [NOT] UNKNOWN
David Rowley
2024-02-20
Minor corrections for partition pruning
David Rowley
2024-02-19
Fix incorrect pruning of NULL partition for boolean IS NOT clauses
David Rowley
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-12
Fix incorrect step generation in HASH partition pruning
David Rowley
[next]