summaryrefslogtreecommitdiff
path: root/src/backend/partitioning
AgeCommit message (Expand)Author
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-06Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2024-04-06Implement 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-19Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley
2024-01-04Update 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-22meson: 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
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-08-01Have ExecFindPartition cache the last found partitionDavid Rowley
2022-07-13Small cleanup of create_list_bounds()David Rowley
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-05Refactor and cleanup runtime partition prune code a littleAlvaro Herrera
2022-02-14Fix misuse of "const" qualifier.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-04Fix duplicate words in commentsDaniel Gustafsson
2021-10-01Ensure interleaved_parts field is always initializedDavid Rowley
2021-08-03Allow ordered partition scans in more casesDavid Rowley
2021-08-02Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley
2021-07-27Avoid using ambiguous word "non-negative" in error messages.Fujii Masao
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-07-14Remove unused function parameter in get_qual_from_partboundJohn Naylor
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-07-06Reduce the number of pallocs when building partition boundsDavid Rowley
2021-06-29Fix bogus logic for reporting which hash partition conflicts.Tom Lane