summaryrefslogtreecommitdiff
path: root/src/backend/partitioning
AgeCommit message (Expand)Author
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
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