aboutsummaryrefslogtreecommitdiff
path: root/src/backend/partitioning
Commit message (Expand)AuthorAge
* Fix duplicate words in commentsDaniel Gustafsson2021-10-04
* Ensure interleaved_parts field is always initializedDavid Rowley2021-10-01
* Allow ordered partition scans in more casesDavid Rowley2021-08-03
* Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley2021-08-03
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* Use l*_node() family of functions where appropriatePeter Eisentraut2021-07-19
* Remove unused function parameter in get_qual_from_partboundJohn Naylor2021-07-14
* Use a hash table to speed up NOT IN(values)David Rowley2021-07-07
* Reduce the number of pallocs when building partition boundsDavid Rowley2021-07-06
* Fix bogus logic for reporting which hash partition conflicts.Tom Lane2021-06-29
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix typoPeter Eisentraut2021-05-07
* Track detached partitions more accurately in partdescsAlvaro Herrera2021-05-06
* Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera2021-04-28
* Fix uninitialized memory bugAlvaro Herrera2021-04-22
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* Cleanup partition pruning step generationDavid Rowley2021-04-08
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Message style fixPeter Eisentraut2021-02-24
* Improve new hash partition bound check error messagesPeter Eisentraut2021-02-22
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Remove [Merge]AppendPath.partitioned_rels.Tom Lane2021-02-01
* Revise make_partition_pruneinfo to not use its partitioned_rels input.Tom Lane2021-02-01
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-28
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix typos and grammar in docs and commentsMichael Paquier2020-12-24
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Do not return NULL for error cases in satisfies_hash_partition().Tom Lane2020-11-16
* Move catalog index declarationsPeter Eisentraut2020-11-07
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley2020-11-02
* Fix assertion failure in check_new_partition_bound().Tom Lane2020-10-30
* Improve error cursor positions for problems with partition bounds.Tom Lane2020-09-23
* Clean up some code and comments in partbounds.c.Etsuro Fujita2020-09-10
* Remove some more useless assignments.Tom Lane2020-09-04
* Fix yet another issue with step generation in partition pruning.Etsuro Fujita2020-08-07
* Fix some issues with step generation in partition pruning.Etsuro Fujita2020-07-28
* Fix two typos in a commentAlvaro Herrera2020-05-22
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Fix some typosMichael Paquier2020-04-27
* Suppress unused-variable warning.Tom Lane2020-04-10
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Add object names to partition integrity violations.Amit Kapila2020-03-23
* Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera2020-03-18
* Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas2020-02-27
* Avoid redundant checks in partition_bounds_copy().Etsuro Fujita2020-02-21
* Remove extra word from comment.Etsuro Fujita2020-02-20