summaryrefslogtreecommitdiff
path: root/src/backend/partitioning
Commit message (Expand)AuthorAgeFilesLines
* Fix misuse of "const" qualifier.Tom Lane2022-02-131-4/+4
* Update copyright for 2022Bruce Momjian2022-01-073-3/+3
* Fix duplicate words in commentsDaniel Gustafsson2021-10-041-1/+1
* Ensure interleaved_parts field is always initializedDavid Rowley2021-10-011-0/+3
* Allow ordered partition scans in more casesDavid Rowley2021-08-031-24/+81
* Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley2021-08-031-4/+3
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-281-2/+2
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-191-9/+9
* Remove unused function parameter in get_qual_from_partboundJohn Naylor2021-07-141-2/+1
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-071-0/+1
* Reduce the number of pallocs when building partition boundsDavid Rowley2021-07-061-71/+123
* Fix bogus logic for reporting which hash partition conflicts.Tom Lane2021-06-291-8/+18
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-122-5/+8
* Fix typoPeter Eisentraut2021-05-071-1/+1
* Track detached partitions more accurately in partdescsAlvaro Herrera2021-05-061-6/+16
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-281-30/+71
* Fix uninitialized memory bugAlvaro Herrera2021-04-221-0/+1
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-222-34/+72
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-081-0/+1
* Cleanup partition pruning step generationDavid Rowley2021-04-082-86/+83
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-252-11/+16
* Message style fixPeter Eisentraut2021-02-241-1/+1
* Improve new hash partition bound check error messagesPeter Eisentraut2021-02-221-18/+44
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-171-2/+2
* Remove [Merge]AppendPath.partitioned_rels.Tom Lane2021-02-011-1/+1
* Revise make_partition_pruneinfo to not use its partitioned_rels input.Tom Lane2021-02-011-50/+149
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-282-103/+42
* Update copyright for 2021Bruce Momjian2021-01-023-3/+3
* Fix typos and grammar in docs and commentsMichael Paquier2020-12-241-2/+2
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-3/+3
* Do not return NULL for error cases in satisfies_hash_partition().Tom Lane2020-11-161-7/+6
* Move catalog index declarationsPeter Eisentraut2020-11-071-1/+0
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-021-1/+1
* Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley2020-11-021-12/+17
* Fix assertion failure in check_new_partition_bound().Tom Lane2020-10-301-20/+20
* Improve error cursor positions for problems with partition bounds.Tom Lane2020-09-231-33/+68
* Clean up some code and comments in partbounds.c.Etsuro Fujita2020-09-101-7/+5
* Remove some more useless assignments.Tom Lane2020-09-041-4/+0
* Fix yet another issue with step generation in partition pruning.Etsuro Fujita2020-08-071-57/+81
* Fix some issues with step generation in partition pruning.Etsuro Fujita2020-07-281-56/+131
* Fix two typos in a commentAlvaro Herrera2020-05-221-3/+3
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-142-138/+143
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-131-4/+4
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-121-4/+4
* Fix some typosMichael Paquier2020-04-271-1/+1
* Suppress unused-variable warning.Tom Lane2020-04-101-2/+1
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-081-0/+1865
* Add object names to partition integrity violations.Amit Kapila2020-03-231-1/+2
* Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera2020-03-181-1/+1
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-271-1/+1