aboutsummaryrefslogtreecommitdiff
path: root/src/backend/partitioning
Commit message (Expand)AuthorAge
* 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
* Ensure interleaved_parts field is always initializedDavid Rowley2021-10-01
* Allow ordered partition scans in more casesDavid Rowley2021-08-03
* Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley2021-08-03
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-19
* Remove unused function parameter in get_qual_from_partboundJohn Naylor2021-07-14
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-07
* Reduce the number of pallocs when building partition boundsDavid Rowley2021-07-06
* Fix bogus logic for reporting which hash partition conflicts.Tom Lane2021-06-29
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix typoPeter Eisentraut2021-05-07
* Track detached partitions more accurately in partdescsAlvaro Herrera2021-05-06
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-28
* Fix uninitialized memory bugAlvaro Herrera2021-04-22
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08