summaryrefslogtreecommitdiff
path: root/src/backend/partitioning/partbounds.c
AgeCommit message (Expand)Author
2021-10-01Ensure interleaved_parts field is always initializedDavid Rowley
2021-08-03Allow ordered partition scans in more casesDavid Rowley
2021-07-28Avoid 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-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-01-28Fix hash partition pruning with asymmetric partition sets.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-16Do not return NULL for error cases in satisfies_hash_partition().Tom Lane
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
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-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
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-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
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-25Allow whole-row Vars to be used in partitioning expressions.Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-12Remove extra parenthesis from comment.Etsuro Fujita
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-10-21Update obsolete comment.Etsuro Fujita
2019-09-07Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-07Fix typos in comments.Etsuro Fujita
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-06-28Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-15Fix failure with textual partition hash keys.Tom Lane
2019-04-05Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane
2019-03-26Fix misplaced constPeter Eisentraut