summaryrefslogtreecommitdiff
path: root/src/backend/partitioning
AgeCommit message (Expand)Author
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
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Fix typoPeter Eisentraut
2021-05-06Track detached partitions more accurately in partdescsAlvaro Herrera
2021-04-28Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera
2021-04-22Fix uninitialized memory bugAlvaro Herrera
2021-04-22Fix relcache inconsistency hazard in partition detachAlvaro Herrera
2021-04-08Speedup ScalarArrayOpExpr evaluationDavid Rowley
2021-04-08Cleanup partition pruning step generationDavid Rowley
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-02-24Message style fixPeter Eisentraut
2021-02-22Improve new hash partition bound check error messagesPeter Eisentraut
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-01Remove [Merge]AppendPath.partitioned_rels.Tom Lane
2021-02-01Revise make_partition_pruneinfo to not use its partitioned_rels input.Tom Lane
2021-01-28Fix hash partition pruning with asymmetric partition sets.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-11-16Do not return NULL for error cases in satisfies_hash_partition().Tom Lane
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier