Commit Graph

223 Commits (dfcd9cb30237f882b7308bdcbfb0318b22b1e224)

Author SHA1 Message Date
Stephen Frost e5e11c8cca Collect the global OR of hasRowSecurity flags for plancache 10 years ago
Robert Haas 7907a949ab Fix incomplete set_foreignscan_references handling for fdw_recheck_quals 10 years ago
Robert Haas 8538a63070 Make Gather node projection-capable. 10 years ago
Robert Haas 5fc4c26db5 Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 10 years ago
Andres Freund ad22783792 Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. 10 years ago
Robert Haas 3bd909b220 Add a Gather executor node. 10 years ago
Robert Haas d1b7c1ffe7 Parallel executor support. 10 years ago
Tom Lane 87efbc2be1 Fix setrefs.c comment properly. 10 years ago
Stephen Frost 1e460d4bd6 Fix typo in setrefs.c 10 years ago
Robert Haas f04ce31475 Fix incorrect comment. 10 years ago
Tom Lane dd7a8f66ed Redesign tablesample method API, and do extensive code review. 10 years ago
Tom Lane 46d0a9bfac Fix add_rte_to_flat_rtable() for recent feature additions. 10 years ago
Andres Freund 3ed26e5f87 For consistency add a pfree to ON CONFLICT set_plan_refs code. 10 years ago
Heikki Linnakangas 7845db2aa7 Fix typo in comment 10 years ago
Robert Haas 5ca611841b Improve handling of CustomPath/CustomPlan(State) children. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andres Freund f3d3118532 Support GROUPING SETS, CUBE and ROLLUP. 10 years ago
Simon Riggs f6d208d6e5 TABLESAMPLE, SQL Standard and extensible 10 years ago
Andres Freund 4af6e61a36 Fix ON CONFLICT bugs that manifest when used in rules. 10 years ago
Tom Lane 1a8a4e5cde Code review for foreign/custom join pushdown patch. 11 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
Andres Freund 2c8f4836db Represent columns requiring insert and update privileges indentently. 11 years ago
Robert Haas e7cb7ee145 Allow FDWs and custom scan providers to replace joins with scans. 11 years ago
Tom Lane ca6805338f Fix incorrect matching of subexpressions in outer-join plan nodes. 11 years ago
Tom Lane f2874feb7c Some more FLEXIBLE_ARRAY_MEMBER fixes. 11 years ago
Tom Lane abe45a9b31 Fix EXPLAIN output for cases where parent table is excluded by constraints. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Stephen Frost 143b39c185 Rename pg_rowsecurity -> pg_policy and other fixes 11 years ago
Tom Lane 447770404c Rearrange CustomScan API. 11 years ago
Tom Lane a34fa8ee7c Initial code review for CustomScan patch. 11 years ago
Robert Haas 0b03e5951b Introduce custom path and scan providers. 11 years ago
Stephen Frost 6ef8c658af Process withCheckOption exprs in setrefs.c 11 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 11 years ago
Tom Lane 8f889b1083 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane c03ad5602f Fix inherited UPDATE/DELETE with UNION ALL subqueries. 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Tom Lane a7b965382c Better fix for permissions tests in excluded subqueries. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane bde689f809 Make UtilityContainsQuery recurse until it finds a non-utility Query. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane 9fa82c9809 Fix planner's handling of RETURNING lists in writable CTEs. 14 years ago
Tom Lane 9dbf2b7d75 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 14 years ago
Tom Lane b14953932d Revise FDW planning API, again. 14 years ago
Tom Lane d4bf3c9c94 Expose an API for calculating catcache hash values. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Tom Lane 7e3bf99baa Fix handling of PlaceHolderVars in nestloop parameter management. 14 years ago
Tom Lane a0185461dd Rearrange the implementation of index-only scans. 14 years ago
Tom Lane b3aaf9081a Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. 14 years ago