summaryrefslogtreecommitdiff
path: root/src/backend/executor/execPartition.c
AgeCommit message (Expand)Author
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane
2021-04-22Fix relcache inconsistency hazard in partition detachAlvaro Herrera
2021-04-06Postpone some stuff out of ExecInitModifyTable.Tom Lane
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-02-18Fix tuple routing to initialize batching only for insertsTomas Vondra
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-01-28Fix hash partition pruning with asymmetric partition sets.Tom Lane
2021-01-20Implement support for bulk inserts in postgres_fdwTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-10-19Remove PartitionRoutingInfo struct.Heikki Linnakangas
2020-10-19Revise child-to-root tuple conversion map management.Heikki Linnakangas
2020-09-16Don't fetch partition check expression during InitResultRelInfo.Tom Lane
2020-09-08Check default partitions constraints while descendingAlvaro Herrera
2020-08-05Fix matching of sub-partitions when a partitioned plan is stale.Tom Lane
2020-03-23Add object names to partition integrity violations.Amit Kapila
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-09-03Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera
2019-07-23Use appendBinaryStringInfo in more places where the length is knownDavid Rowley
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
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-04-15Fix thinko in ExecCleanupTupleRouting().Etsuro Fujita
2019-04-04tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund
2019-03-30Speed up planning when partitions can be pruned at plan time.Tom Lane
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-03-07Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas
2019-03-06Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.Andres Freund
2019-03-01Use a virtual rather than a heap slot in two places where that suffices.Andres Freund
2019-02-21Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas
2019-02-21Delay lock acquisition for partitions until we route a tuple to them.Robert Haas
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-14Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-22Fix typo in description of ExecFindPartitionMichael Paquier
2018-11-21Fix PartitionDispatchData vertical whitespaceAlvaro Herrera
2018-11-20Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-16Avoid re-typedef'ing PartitionTupleRoutingAlvaro Herrera
2018-11-16Redesign initialization of partition routing structuresAlvaro Herrera
2018-11-15Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-15Improve performance of partition pruning remapping a little.Tom Lane
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander