index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
partitioning
Age
Commit message (
Expand
)
Author
15 hours
Update copyright for 2026
HEAD
origin/master
origin/HEAD
master
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-10
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-02
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-07
Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
2024-04-07
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-20
Fix incorrect pruning of NULL partition for boolean IS NOT clauses
David Rowley
2024-01-03
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
2023-10-10
Add const to values and nulls arguments
Peter Eisentraut
2023-07-20
Add missing ObjectIdGetDatum() in syscache lookup calls for Oids
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-04
Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"
Alvaro Herrera
2023-05-02
Fix typos in comments
Michael Paquier
2023-04-14
Fix incorrect partition pruning logic for boolean partitioned tables
David Rowley
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-01
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-11-03
Resolve partition strategy during early parsing
Alvaro Herrera
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-21
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-02
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-08-18
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
[next]