summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2016-10-14Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.Andres Freund
2016-09-16Add debugging aid "bmsToString(Bitmapset *bms)".Tom Lane
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-09-07Support renaming an existing value of an enum type.Tom Lane
2016-09-06Add location field to DefElemPeter Eisentraut
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-19Speed up planner's scanning for parallel-query hazards.Tom Lane
2016-08-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-07-28Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.Tom Lane
2016-07-27Fix thinko in copyParamList.Robert Haas
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-07-07Fix typo in comment.Robert Haas
2016-07-01Set consider_parallel correctly for upper planner rels.Robert Haas
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-06-26Rethink node-level representation of partial-aggregation modes.Tom Lane
2016-06-21Refactor planning of projection steps that don't need a Result plan node.Tom Lane
2016-06-18Restore foreign-key-aware estimation of join relation sizes.Tom Lane
2016-06-18Fix handling of argument and result datatypes for partial aggregation.Tom Lane
2016-06-10Remove reltarget_has_non_vars flag.Tom Lane
2016-06-10Refactor to reduce code duplication for function property checking.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Don't generate parallel paths for rels with parallel-restricted outputs.Robert Haas
2016-06-09Eliminate "parallel degree" terminology.Robert Haas
2016-06-07Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane
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