aboutsummaryrefslogtreecommitdiff
path: root/src/backend/partitioning
Commit message (Expand)AuthorAge
* Avoid leakage of zero-length arrays in partition_bounds_copy().Tom Lane4 days
* Fix bug in cbc127917 to handle nested Append correctlyAmit Langote2025-02-25
* Track unpruned relids to avoid processing pruned relationsAmit Langote2025-02-07
* Perform runtime initial pruning outside ExecInitNode()Amit Langote2025-01-31
* Move PartitionPruneInfo out of plan nodes into PlannedStmtAmit Langote2025-01-30
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* Fix creation of partition descriptor during concurrent detach+dropAlvaro Herrera2024-08-12
* Fix creation of partition descriptor during concurrent detachAlvaro Herrera2024-06-11
* Fix error message in check_partition_bounds_for_split_range()Alexander Korotkov2024-04-30
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Grammar fixes for split/merge partitions codeAlexander Korotkov2024-04-15
* Fix some grammer errors from error messages and codes commentsAlexander Korotkov2024-04-08
* Implement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov2024-04-07
* Implement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov2024-04-07
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Support partition pruning on boolcol IS [NOT] UNKNOWNDavid Rowley2024-03-04
* Minor corrections for partition pruningDavid Rowley2024-02-20
* Fix incorrect pruning of NULL partition for boolean IS NOT clausesDavid Rowley2024-02-20
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Fix incorrect step generation in HASH partition pruningDavid Rowley2023-10-12
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier2023-07-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-04
* Fix typos in commentsMichael Paquier2023-05-02
* Fix incorrect partition pruning logic for boolean partitioned tablesDavid Rowley2023-04-14
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-01
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-03
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-07
* Rename shadowed local variablesDavid Rowley2022-10-05
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Fix planner to consider matches to boolean columns in extension indexes.Tom Lane2022-09-02
* Improve performance of adjust_appendrel_attrs_multilevel.Tom Lane2022-08-18
* Avoid using list_length() to test for empty list.Tom Lane2022-08-17
* Have ExecFindPartition cache the last found partitionDavid Rowley2022-08-02
* Small cleanup of create_list_bounds()David Rowley2022-07-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Refactor and cleanup runtime partition prune code a littleAlvaro Herrera2022-04-05
* Fix misuse of "const" qualifier.Tom Lane2022-02-13
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix duplicate words in commentsDaniel Gustafsson2021-10-04