summaryrefslogtreecommitdiff
path: root/src/backend/partitioning
AgeCommit message (Expand)Author
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
2019-02-21Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas
2019-01-29Refactor planner's header files.Tom Lane
2019-01-29Make some small planner API cleanups.Tom Lane
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-10Move inheritance expansion code into its own fileAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-19Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-14Refactor code creating PartitionBoundInfoMichael Paquier
2018-11-08Fix incorrect routine name reference in partprune.cMichael Paquier
2018-10-04Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-09-08Remove duplicated words split across lines in commentsMichael Paquier
2018-09-05Simplify partitioned table creation vs. relcacheAlvaro Herrera
2018-08-26Fix typos.Thomas Munro
2018-08-09Remove bogus Assert in make_partitionedrel_pruneinfo().Tom Lane
2018-08-08Match RelOptInfos by relids not pointer equality.Tom Lane
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-07-30Verify range bounds to bms_add_range when necessaryAlvaro Herrera
2018-07-16Fix partition pruning with IS [NOT] NULL clausesAlvaro Herrera
2018-07-10Better handle pseudotypes as partition keysAlvaro Herrera
2018-06-20Consistently use the term 'partitioned rel' in partprune commentsAlvaro Herrera
2018-06-13Code review for match_clause_to_partition_key().Tom Lane
2018-06-13Fix some ill-chosen names for globally-visible partition support functions.Tom Lane
2018-06-13Fix up run-time partition pruning's use of relcache's partition data.Tom Lane
2018-06-11Improve commentary about run-time partition pruning data structures.Tom Lane
2018-06-11Fix run-time partition pruning code to handle NULL values properly.Tom Lane
2018-06-10Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane
2018-06-10Improve run-time partition pruning to handle any stable expression.Tom Lane
2018-05-09Fix assorted partition pruning bugsAlvaro Herrera