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
*
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
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
RLS refactoring
Stephen Frost
2015-09-15
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-13
*
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-12
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
[next]