Commit Graph

541 Commits (c2fe139c201c48f1133e9fbea2dd99b8efe2fadd)

Author SHA1 Message Date
Robert Haas 01ae881e1c Fix bogus comment. 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Robert Haas 4212cb7326 Fix interaction of parallel query with prepared statements. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Robert Haas c6dbf1fe79 Stop the executor if no more tuples can be sent from worker to leader. 9 years ago
Robert Haas 0bf3ae88af Directly modify foreign tables. 9 years ago
Tom Lane 23a27b039d Widen query numbers-of-tuples-processed counters to uint64. 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Peter Eisentraut a8d585c091 Message style improvements 10 years ago
Robert Haas bfc78d7196 Rewrite interaction of parallel mode with parallel executor support. 10 years ago
Robert Haas 3bd909b220 Add a Gather executor node. 10 years ago
Robert Haas 7aea8e4f2d Determine whether it's safe to attempt a parallel plan for a query. 10 years ago
Stephen Frost 22eaf35c1d RLS refactoring 10 years ago
Joe Conway 7b4bfc87d5 Plug RLS related information leak in pg_stats view. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Tom Lane 0bb8528b5c Fix postgres_fdw to return the right ctid value in EvalPlanQual cases. 10 years ago
Tom Lane afb9249d06 Add support for doing late row locking in FDWs. 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 10 years ago
Andres Freund 2c8f4836db Represent columns requiring insert and update privileges indentently. 10 years ago
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL. 10 years ago
Stephen Frost e89bd02f58 Perform RLS WITH CHECK before constraints, etc 10 years ago
Tom Lane feeb526cfe Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation. 10 years ago
Tom Lane cb1ca4d800 Allow foreign tables to participate in inheritance. 10 years ago
Tom Lane 443fd0540e Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples. 10 years ago
Heikki Linnakangas 57fe246890 Fix reference-after-free when waiting for another xact due to constraint. 11 years ago
Stephen Frost 804b6b6db4 Fix column-privilege leak in error-message paths 11 years ago
Robert Haas 1605291b6c Typo fix. 11 years ago
Tom Lane c480cb9d24 Fix use-of-already-freed-memory problem in EvalPlanQual processing. 11 years ago
Stephen Frost c4fda14845 Fix typo in execMain.c 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane f4e031c662 Add bms_next_member(), and use it where appropriate. 11 years ago
Stephen Frost 143b39c185 Rename pg_rowsecurity -> pg_policy and other fixes 11 years ago
Alvaro Herrera df630b0dd5 Implement SKIP LOCKED for row-level locks 11 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 11 years ago
Alvaro Herrera 1c9701cfe5 Fix FOR UPDATE NOWAIT on updated tuple chains 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Alvaro Herrera f88d4cfc9d Setup error context callback for transaction lock waits 11 years ago
Tom Lane bf4052faa1 Don't reject ROW_MARK_REFERENCE rowmarks for materialized views. 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane c28b289bf3 Prevent display of dropped columns in row constraint violation messages. 12 years ago
Kevin Grittner be420fa02e Fix subquery reference to non-populated MV in CMV. 12 years ago
Peter Eisentraut 32f7c0ae17 Improve error message when view is not updatable 12 years ago
Stephen Frost 4cbe3ac3e8 WITH CHECK OPTION support for auto-updatable VIEWs 12 years ago
Kevin Grittner cc1965a99b Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY. 12 years ago
Tom Lane dc3eb56383 Improve updatability checking for views and foreign tables. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane 5194024d72 Incidental cleanup of matviews code. 12 years ago
Peter Eisentraut cc26ea9fe2 Clean up references to SQL92 12 years ago
Kevin Grittner 52e6e33ab4 Create a distinction between a populated matview and a scannable one. 12 years ago
Tom Lane 21734d2fb8 Support writable foreign tables. 12 years ago