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
*
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
*
Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.
Tom Lane
2015-03-24
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-03-12
*
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-02-04
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Typo fix.
Robert Haas
2015-01-19
*
Fix use-of-already-freed-memory problem in EvalPlanQual processing.
Tom Lane
2015-01-15
*
Fix typo in execMain.c
Stephen Frost
2015-01-09
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Add bms_next_member(), and use it where appropriate.
Tom Lane
2014-11-28
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-10-07
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Fix FOR UPDATE NOWAIT on updated tuple chains
Alvaro Herrera
2014-08-27
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-19
*
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-03-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-07
*
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-11-02
*
Improve error message when view is not updatable
Peter Eisentraut
2013-08-14
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
*
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
*
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
*
Clean up references to SQL92
Peter Eisentraut
2013-04-20
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
*
Support writable foreign tables.
Tom Lane
2013-03-10
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Fix SPI documentation for new handling of ExecutorRun's count parameter.
Tom Lane
2013-01-24
[next]