summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
AgeCommit message (Expand)Author
2021-08-30Report tuple address in data-corruption error messageAlvaro Herrera
2020-03-23Fix potential crash after constraint violation errors in partitioned tables.Andres Freund
2020-01-14Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed
2019-07-10Pass QueryEnvironment down to EvalPlanQual's EState.Thomas Munro
2019-04-08Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-08-13Prohibit shutting down resources if there is a possibility of back up.Amit Kapila
2018-06-08Fix typoPeter Eisentraut
2017-11-02Revert bogus fixes of HOT-freezing bugAlvaro Herrera
2017-10-27Fix mistaken failure to allow parallelism in corner case.Robert Haas
2017-10-06Fix traversal of half-frozen update chainsAlvaro Herrera
2017-09-16Fix SQL-spec incompatibilities in new transition table feature.Tom Lane
2017-09-07Even if some partitions are foreign, allow tuple routing.Robert Haas
2017-08-18Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas
2017-08-17Don't lock tables in RelationGetPartitionDispatchInfo.Robert Haas
2017-08-10Remove uses of "slave" in replication contextsPeter Eisentraut
2017-07-31Fix typoPeter Eisentraut
2017-07-24Fix partitioning crashes during error reporting.Robert Haas
2017-07-17Reverse-convert row types in ExecWithCheckOptions.Robert Haas
2017-07-17Use a real RT index when setting up partition tuple routing.Robert Haas
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Fix typo in comment.Heikki Linnakangas
2017-06-13Re-run pgindent.Tom Lane
2017-06-07Prevent BEFORE triggers from violating partitioning constraints.Robert Haas
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-16Fix relcache leak when row triggers on partitions are fired by COPY.Robert Haas
2017-05-09Fix typos in comments.Robert Haas
2017-05-01Fire per-statement triggers on partitioned tables.Robert Haas
2017-04-10Fix reporting of violations in ExecConstraints, again.Robert Haas
2017-03-31Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-03Improve error reporting for tuple-routing failures.Robert Haas
2017-02-22Pass the source text for a parallel query to the workers.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-03Remove redundant comment.Robert Haas
2017-01-24Set ecxt_scantuple correctly for tuple routing.Robert Haas
2017-01-24Reindent table partitioning code.Robert Haas
2017-01-20Logical replicationPeter Eisentraut
2017-01-19Fix RETURNING to work correctly with partition tuple routing.Robert Haas
2017-01-19Fix failure to enforce partitioning contraint for internal partitions.Robert Haas
2017-01-04Remove unnecessary arguments from partitioning functions.Robert Haas
2017-01-04Fix reporting of constraint violations for table partitioning.Robert Haas
2017-01-04Move partition_tuple_slot out of EState.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-21Refactor partition tuple routing code to reduce duplication.Robert Haas
2016-12-08Fix bogus comment.Robert Haas