summaryrefslogtreecommitdiff
path: root/src/backend/partitioning
AgeCommit message (Expand)Author
15 hoursUpdate copyright for 2026HEADorigin/masterorigin/HEADmasterBruce Momjian
2025-12-14Update typedefs.list to match what the buildfarm currently reports.Tom Lane
2025-12-14Fix usage of palloc() in MERGE/SPLIT PARTITION(s) codeAlexander Korotkov
2025-12-14Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2025-12-14Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2025-12-11Use palloc_object() and palloc_array(), the last changeMichael Paquier
2025-12-10Use palloc_object() and palloc_array() in backend codeMichael Paquier
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-08-02Avoid leakage of zero-length arrays in partition_bounds_copy().Tom Lane
2025-02-25Fix bug in cbc127917 to handle nested Append correctlyAmit Langote
2025-02-07Track unpruned relids to avoid processing pruned relationsAmit 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-11-28Remove useless casts to (void *)Peter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-12Fix creation of partition descriptor during concurrent detach+dropAlvaro Herrera
2024-06-11Fix creation of partition descriptor during concurrent detachAlvaro Herrera
2024-04-30Fix error message in check_partition_bounds_for_split_range()Alexander Korotkov
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-15Grammar fixes for split/merge partitions codeAlexander Korotkov
2024-04-08Fix some grammer errors from error messages and codes commentsAlexander Korotkov
2024-04-07Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-07Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Support partition pruning on boolcol IS [NOT] UNKNOWNDavid Rowley
2024-02-20Minor corrections for partition pruningDavid Rowley
2024-02-20Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley
2024-01-03Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-12Fix incorrect step generation in HASH partition pruningDavid Rowley
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-07-20Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-04Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera
2023-05-02Fix typos in commentsMichael Paquier
2023-04-14Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-01Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera
2022-11-03Resolve partition strategy during early parsingAlvaro Herrera
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-21meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-02Fix planner to consider matches to boolean columns in extension indexes.Tom Lane
2022-08-18Improve performance of adjust_appendrel_attrs_multilevel.Tom Lane