index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execMain.c
Age
Commit message (
Expand
)
Author
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-03
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-28
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-23
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-08
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-24
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
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-08-27
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-05-06
pgindent run for 9.4
Bruce Momjian
[next]