aboutsummaryrefslogtreecommitdiff
path: root/src/backend/partitioning
Commit message (Expand)AuthorAge
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-07
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Don't constraint-exclude partitioned tables as muchAlvaro Herrera2019-08-13
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Rationalize use of list_concat + list_copy combinations.Tom Lane2019-08-12
* Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.Tom Lane2019-08-09
* Apply constraint exclusion more generally in partitioningAlvaro Herrera2019-08-07
* Fix typos in comments.Etsuro Fujita2019-08-07
* Improve pruning of a default partitionAlvaro Herrera2019-08-04
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* Fix RANGE partition pruning with multiple boolean partition keysDavid Rowley2019-07-12
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera2019-06-28
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Fix bogus logic for combining range-partitioned columns during pruning.Tom Lane2019-05-16
* Fix partition pruning to treat stable comparison operators properly.Tom Lane2019-05-16
* Fix failure with textual partition hash keys.Tom Lane2019-04-15
* Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane2019-04-13
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Speed up planning when partitions can be pruned at plan time.Tom Lane2019-03-30
* Fix misplaced constPeter Eisentraut2019-03-26
* Fix use of wrong datatype with sizeof().Robert Haas2019-03-25
* Rearrange make_partitionedrel_pruneinfo to avoid work when we can't prune.Tom Lane2019-03-22
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Update copyright year in files added by 1bb5e78218.Amit Kapila2019-03-16
* Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing.Tom Lane2019-03-15
* Fix some oversights in commit 2455ab488.Tom Lane2019-03-14
* Defend against leaks into RelationBuildPartitionDesc.Robert Haas2019-03-14
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Refactor planner's header files.Tom Lane2019-01-29
* Make some small planner API cleanups.Tom Lane2019-01-29
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Move inheritance expansion code into its own fileAlvaro Herrera2019-01-10
* Update copyright for 2019Bruce Momjian2019-01-02
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-19
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-14
* Fix incorrect routine name reference in partprune.cMichael Paquier2018-11-08
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-08
* Simplify partitioned table creation vs. relcacheAlvaro Herrera2018-09-05
* Fix typos.Thomas Munro2018-08-27
* Remove bogus Assert in make_partitionedrel_pruneinfo().Tom Lane2018-08-08