summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
AgeCommit message (Expand)Author
2016-04-27Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas
2016-04-08Expose more out/readfuncs support functions.Andres Freund
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-03-29Rework custom scans to work more like the new extensible node stuff.Robert Haas
2016-03-21Support parallel aggregation.Robert Haas
2016-03-19Fix missed update in _readForeignScan().Tom Lane
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-07Make the upper part of the planner work by generating and comparing Paths.Tom Lane
2016-02-12Introduce extensible node types.Robert Haas
2016-02-07Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-12Provide readfuncs support for custom scans.Robert Haas
2015-11-11Make sequential scans parallel-aware.Robert Haas
2015-10-15Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas
2015-10-05Do not write out WCOs in QueryStephen Frost
2015-10-01Fix readfuncs/outfuncs problems in last night's Gather patch.Robert Haas
2015-09-28Parallel executor support.Robert Haas
2015-09-24Don't zero opfuncid when reading nodes.Robert Haas
2015-09-23Add readfuncs.c support for plan nodes.Robert Haas
2015-09-15RLS refactoringStephen Frost
2015-08-05Reconcile nodes/*funcs.c with recent work.Noah Misch
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-05-19Refactor ON CONFLICT index inference parse tree representation.Andres Freund
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-08Represent columns requiring insert and update privileges indentently.Andres Freund
2015-04-24Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-02-22Add parse location fields to NullTest and BooleanTest structs.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-07Implement SKIP LOCKED for row-level locksAlvaro Herrera
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-06-18Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-12Make security barrier views automatically updatableStephen Frost
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-16Suppress Coverity complaints in readfuncs.c.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-23Support ordered-set (WITHIN GROUP) aggregates.Tom Lane
2013-11-21Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane
2013-07-29Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-16Implement the FILTER clause for aggregate function calls.Noah Misch
2013-04-27Incidental cleanup of matviews code.Tom Lane
2013-04-12Clean up the mess around EXPLAIN and materialized views.Tom Lane
2013-03-03Add a materialized view relations.Kevin Grittner
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera