index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
partitioning
Commit message (
Expand
)
Author
Age
*
Avoid leakage of zero-length arrays in partition_bounds_copy().
Tom Lane
4 days
*
Fix bug in cbc127917 to handle nested Append correctly
Amit Langote
2025-02-25
*
Track unpruned relids to avoid processing pruned relations
Amit Langote
2025-02-07
*
Perform runtime initial pruning outside ExecInitNode()
Amit Langote
2025-01-31
*
Move PartitionPruneInfo out of plan nodes into PlannedStmt
Amit Langote
2025-01-30
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-24
*
Fix creation of partition descriptor during concurrent detach+drop
Alvaro Herrera
2024-08-12
*
Fix creation of partition descriptor during concurrent detach
Alvaro Herrera
2024-06-11
*
Fix error message in check_partition_bounds_for_split_range()
Alexander Korotkov
2024-04-30
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Grammar fixes for split/merge partitions code
Alexander Korotkov
2024-04-15
*
Fix some grammer errors from error messages and codes comments
Alexander Korotkov
2024-04-08
*
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-07
*
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
2024-04-07
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Support partition pruning on boolcol IS [NOT] UNKNOWN
David Rowley
2024-03-04
*
Minor corrections for partition pruning
David Rowley
2024-02-20
*
Fix incorrect pruning of NULL partition for boolean IS NOT clauses
David Rowley
2024-02-20
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
*
Fix incorrect step generation in HASH partition pruning
David Rowley
2023-10-12
*
Add const to values and nulls arguments
Peter Eisentraut
2023-10-10
*
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-07-20
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-04
*
Fix typos in comments
Michael Paquier
2023-05-02
*
Fix incorrect partition pruning logic for boolean partitioned tables
David Rowley
2023-04-14
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-12-01
*
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
*
Rename shadowed local variables
David Rowley
2022-10-05
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-02
*
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
*
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
*
Small cleanup of create_list_bounds()
David Rowley
2022-07-13
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-04-05
*
Fix misuse of "const" qualifier.
Tom Lane
2022-02-13
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix duplicate words in comments
Daniel Gustafsson
2021-10-04
[next]