summaryrefslogtreecommitdiff
path: root/src/backend/partitioning
AgeCommit message (Expand)Author
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
2020-11-02Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley
2020-10-30Fix assertion failure in check_new_partition_bound().Tom Lane
2020-09-23Improve error cursor positions for problems with partition bounds.Tom Lane
2020-09-10Clean up some code and comments in partbounds.c.Etsuro Fujita
2020-09-04Remove some more useless assignments.Tom Lane
2020-08-07Fix yet another issue with step generation in partition pruning.Etsuro Fujita
2020-07-28Fix some issues with step generation in partition pruning.Etsuro Fujita
2020-05-22Fix two typos in a commentAlvaro Herrera
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-04-27Fix some typosMichael Paquier
2020-04-10Suppress unused-variable warning.Tom Lane
2020-04-08Allow partitionwise joins in more cases.Etsuro Fujita
2020-03-23Add object names to partition integrity violations.Amit Kapila
2020-03-18Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-21Avoid redundant checks in partition_bounds_copy().Etsuro Fujita
2020-02-20Remove extra word from comment.Etsuro Fujita