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
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
*
Avoid listing the same ResultRelInfo in more than one EState list.
Robert Haas
2018-02-08
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Factor error generation out of ExecPartitionCheck.
Robert Haas
2018-01-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Centralize executor-related partitioning code.
Robert Haas
2017-11-15
*
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-13
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Fix mistaken failure to allow parallelism in corner case.
Robert Haas
2017-10-27
*
Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.
Robert Haas
2017-10-12
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
Allow DML commands that create tables to use parallel query.
Robert Haas
2017-10-05
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
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
[next]