summaryrefslogtreecommitdiff
path: root/src/backend/partitioning
AgeCommit message (Expand)Author
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
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Allow whole-row Vars to be used in partitioning expressions.Tom Lane
2019-12-25Remove equalPartitionDescs().Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-25Rename files and headers related to index AMMichael Paquier
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-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-21Update obsolete comment.Etsuro Fujita
2019-09-07Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane
2019-08-16Don't include utils/array.h from acl.h.Andres Freund
2019-08-13Don't constraint-exclude partitioned tables as muchAlvaro Herrera
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-12Rationalize use of list_concat + list_copy combinations.Tom Lane
2019-08-09Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.Tom Lane
2019-08-07Apply constraint exclusion more generally in partitioningAlvaro Herrera
2019-08-07Fix typos in comments.Etsuro Fujita
2019-08-04Improve pruning of a default partitionAlvaro Herrera
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-12Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley
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-05-22Initial pgindent run for v12.Tom Lane
2019-05-17Restructure creation of run-time pruning steps.Tom Lane
2019-05-16Fix bogus logic for combining range-partitioned columns during pruning.Tom Lane
2019-05-16Fix partition pruning to treat stable comparison operators properly.Tom Lane
2019-04-15Fix failure with textual partition hash keys.Tom Lane
2019-04-13Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane
2019-04-05Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane
2019-03-30Speed up planning when partitions can be pruned at plan time.Tom Lane
2019-03-26Fix misplaced constPeter Eisentraut
2019-03-25Fix use of wrong datatype with sizeof().Robert Haas
2019-03-22Rearrange make_partitionedrel_pruneinfo to avoid work when we can't prune.Tom Lane
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-16Update copyright year in files added by 1bb5e78218.Amit Kapila
2019-03-15Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing.Tom Lane
2019-03-14Fix some oversights in commit 2455ab488.Tom Lane
2019-03-14Defend against leaks into RelationBuildPartitionDesc.Robert Haas
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-07Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas