index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execMain.c
Age
Commit message (
Expand
)
Author
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-23
Allow for parallel execution whenever ExecutorRun() is done only once.
Robert Haas
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-03
Improve error reporting for tuple-routing failures.
Robert Haas
2017-02-22
Pass the source text for a parallel query to the workers.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-04
Remove redundant comment.
Robert Haas
2017-01-24
Set ecxt_scantuple correctly for tuple routing.
Robert Haas
2017-01-24
Reindent table partitioning code.
Robert Haas
2017-01-20
Logical replication
Peter Eisentraut
2017-01-19
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-04
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-03
Update copyright via script for 2017
Bruce Momjian
2016-12-21
Refactor partition tuple routing code to reduce duplication.
Robert Haas
2016-12-08
Fix bogus comment.
Robert Haas
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-06
Fix interaction of parallel query with prepared statements.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-06
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-16
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-15
RLS refactoring
Stephen Frost
2015-07-28
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-13
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-12
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-07
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-25
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-03-24
Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.
Tom Lane
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-12
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-02-04
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-19
Typo fix.
Robert Haas
2015-01-15
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-09
Fix typo in execMain.c
Stephen Frost
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-28
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
[next]