summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2016-06-03Fix various common mispellings.Greg Stark
2016-05-31Mirror struct Aggref field order in _copyAggref().Noah Misch
2016-05-23Support IndexElem in raw_expression_tree_walker().Tom Lane
2016-05-23Add support for more extensive testing of raw_expression_tree_walker().Tom Lane
2016-04-27Remove inadvertently commited vim swapfile.Robert Haas
2016-04-27Clean up a few parallelism-related things that pgindent wants to mangle.Robert Haas
2016-04-27Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas
2016-04-11Fix whitespacePeter Eisentraut
2016-04-08Expose more out/readfuncs support functions.Andres Freund
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-07Load FK defs into relcache for use by plannerSimon Riggs
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-31Support using index-only scans with partial indexes in more cases.Tom Lane
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-24Support CREATE ACCESS METHODAlvaro Herrera
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-14Rethink representation of PathTargets.Tom Lane
2016-03-14Improve check for overly-long extensible node name.Robert Haas
2016-03-09Improve handling of group-column indexes in GroupingSetsPath.Tom Lane
2016-03-07Make the upper part of the planner work by generating and comparing Paths.Tom Lane
2016-03-01Fix mistake in extensible node code.Robert Haas
2016-02-19Add an explicit representation of the output targetlist to 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-02-03Remove CustomPath's TextOutCustomPath method.Robert Haas
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-21Add defenses against putting expanded objects into Const nodes.Tom Lane
2016-01-20Support parallel joins, and make related improvements.Robert Haas
2016-01-20Support multi-stage aggregation.Robert Haas
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-23Remove unnecessary escaping in C character literalsPeter Eisentraut
2015-12-23Allow 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-12-08Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas
2015-12-07Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane
2015-11-12Provide readfuncs support for custom scans.Robert Haas
2015-11-11Generate parallel sequential scan plans in simple cases.Robert Haas
2015-11-11Make sequential scans parallel-aware.Robert Haas
2015-11-11Add outfuncs.c support for GatherPath.Robert Haas
2015-11-02Fix problems with ParamListInfo serialization mechanism.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