index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execMain.c
Commit message (
Expand
)
Author
Age
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2017-09-07
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-18
*
Don't lock tables in RelationGetPartitionDispatchInfo.
Robert Haas
2017-08-17
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Fix typo
Peter Eisentraut
2017-07-31
*
Fix partitioning crashes during error reporting.
Robert Haas
2017-07-24
*
Reverse-convert row types in ExecWithCheckOptions.
Robert Haas
2017-07-17
*
Use a real RT index when setting up partition tuple routing.
Robert Haas
2017-07-17
*
Fix transition tables for partition/inheritance.
Andrew Gierth
2017-06-28
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fix typo in comment.
Heikki Linnakangas
2017-06-21
*
Re-run pgindent.
Tom Lane
2017-06-13
*
Prevent BEFORE triggers from violating partitioning constraints.
Robert Haas
2017-06-07
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix relcache leak when row triggers on partitions are fired by COPY.
Robert Haas
2017-05-16
*
Fix typos in comments.
Robert Haas
2017-05-09
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
*
Fix reporting of violations in ExecConstraints, again.
Robert Haas
2017-04-10
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-23
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-03
*
Pass the source text for a parallel query to the workers.
Robert Haas
2017-02-22
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Remove redundant comment.
Robert Haas
2017-02-03
*
Set ecxt_scantuple correctly for tuple routing.
Robert Haas
2017-01-24
*
Reindent table partitioning code.
Robert Haas
2017-01-24
*
Logical replication
Peter Eisentraut
2017-01-20
*
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
2017-01-19
*
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-19
*
Remove unnecessary arguments from partitioning functions.
Robert Haas
2017-01-04
*
Fix reporting of constraint violations for table partitioning.
Robert Haas
2017-01-04
*
Move partition_tuple_slot out of EState.
Robert Haas
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-21
*
Fix bogus comment.
Robert Haas
2016-12-08
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Fix interaction of parallel query with prepared statements.
Robert Haas
2016-12-06
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
*
Directly modify foreign tables.
Robert Haas
2016-03-18
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-10-16
*
Add a Gather executor node.
Robert Haas
2015-09-30
[next]