summaryrefslogtreecommitdiff
path: root/src/backend/nodes/copyfuncs.c
AgeCommit message (Expand)Author
2016-05-31Mirror struct Aggref field order in _copyAggref().Noah Misch
2016-04-27Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-06Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-03-23Support CREATE ACCESS METHODAlvaro Herrera
2016-03-21Support parallel aggregation.Robert Haas
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-12-22Allow omitting one or both boundaries in an array slice specifier.Tom Lane
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-12-11Get rid of the planner's LateralJoinInfo data structure.Tom Lane
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-09-30Add a Gather executor node.Robert Haas
2015-09-28Parallel executor support.Robert Haas
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-09-15RLS refactoringStephen Frost
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen 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-07-14Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-23Remove the new UPSERT command tag and use INSERT instead.Andres Freund
2015-05-19Refactor ON CONFLICT index inference parse tree representation.Andres Freund
2015-05-17Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane
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-05-01Allow FDWs and custom scan providers to replace joins with scans.Robert Haas
2015-04-26Add transforms featurePeter Eisentraut
2015-04-24Perform RLS WITH CHECK before constraints, etcStephen Frost
2015-03-18Rationalize vacuuming options and parametersAlvaro Herrera
2015-03-15Improve representation of PlanRowMark.Tom Lane
2015-03-11Improve planner's cost estimation in the presence of semijoins.Tom Lane
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-02-25Add hasRowSecurity to copyfuncs/outfuncsStephen Frost