aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/copyfuncs.c
Commit message (Expand)AuthorAge
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-15
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-26
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18
* Fix handling of argument and result datatypes for partial aggregation.Tom Lane2016-06-17
* Mirror struct Aggref field order in _copyAggref().Noah Misch2016-05-31
* Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas2016-04-27
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-06
* Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera2016-04-05
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-29
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Support parallel aggregation.Robert Haas2016-03-21
* Directly modify foreign tables.Robert Haas2016-03-18
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Introduce extensible node types.Robert Haas2016-02-12
* Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas2016-02-07
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-28
* Support multi-stage aggregation.Robert Haas2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Allow omitting one or both boundaries in an array slice specifier.Tom Lane2015-12-22
* Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev2015-12-18
* Allow to omit boundaries in array subscriptTeodor Sigaev2015-12-18
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-11
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* Do not write out WCOs in QueryStephen Frost2015-10-05
* Add a Gather executor node.Robert Haas2015-09-30
* Parallel executor support.Robert Haas2015-09-28
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* RLS refactoringStephen Frost2015-09-15
* Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost2015-08-21
* Reconcile nodes/*funcs.c with recent work.Noah Misch2015-08-05
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas2015-07-14
* pgindent run for 9.5Bruce Momjian2015-05-23
* Remove the new UPSERT command tag and use INSERT instead.Andres Freund2015-05-23
* Refactor ON CONFLICT index inference parse tree representation.Andres Freund2015-05-19
* Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane2015-05-17
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-15
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Add transforms featurePeter Eisentraut2015-04-26
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24
* Rationalize vacuuming options and parametersAlvaro Herrera2015-03-18