summaryrefslogtreecommitdiff
path: root/src/backend/executor/execMain.c
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-07-31Fix typoPeter Eisentraut
2017-07-24Fix partitioning crashes during error reporting.Robert Haas
2017-07-18Reverse-convert row types in ExecWithCheckOptions.Robert Haas
2017-07-18Use a real RT index when setting up partition tuple routing.Robert Haas
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
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-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
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-10Fix 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-04-01Add 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-04Remove 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
2016-12-07Implement table partitioning.Robert Haas
2016-12-06Fix interaction of parallel query with prepared statements.Robert Haas
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-26RLS refactoringStephen Frost
2016-10-18Fix an oversight in a5b53b0dda52 where we failed to track whether parameterPavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-06-09pgindent run for 9.6Robert Haas
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane