summaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAgeFilesLines
* Support XMLTABLE query expressionAlvaro Herrera2017-03-087-4/+345
* Silence compiler warnings in tbm_prepare_shared_iterate().Tom Lane2017-03-081-2/+2
* tidbitmap: Support shared iteration.Robert Haas2017-03-081-34/+517
* Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut2017-03-062-4/+0
* Remove objname/objargs split for referring to objectsPeter Eisentraut2017-03-062-24/+8
* Add operator_with_argtypes grammar rulePeter Eisentraut2017-03-062-12/+12
* Move atooid() definition to a central placePeter Eisentraut2017-03-011-2/+0
* Make more use of castNode()Peter Eisentraut2017-02-211-16/+8
* Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut2017-02-152-0/+2
* Allow parallel workers to execute subplans.Robert Haas2017-02-144-0/+4
* simplehash: Additional tweaks to make specifying an allocator work.Robert Haas2017-02-091-1/+1
* Revise the way the element allocator for a simplehash is specified.Robert Haas2017-02-071-1/+1
* Allow the element allocator for a simplehash to be specified.Robert Haas2017-02-071-1/+1
* Logical replicationPeter Eisentraut2017-01-202-0/+151
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-183-0/+58
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-183-0/+9
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-144-3/+47
* Update copyright via script for 2017Bruce Momjian2017-01-0315-15/+15
* Replace enum InhOption with simple boolean.Tom Lane2016-12-235-6/+5
* Remove sql_inheritance GUC.Robert Haas2016-12-231-1/+1
* Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane2016-12-084-16/+18
* Implement table partitioning.Robert Haas2016-12-075-0/+246
* Add support for restrictive RLS policiesStephen Frost2016-12-052-0/+2
* Implement syntax for transition tables in AFTER triggers.Kevin Grittner2016-11-043-0/+43
* Use more efficient hashtable for tidbitmap.c to speed up bitmap scans.Andres Freund2016-10-141-72/+97
* Add debugging aid "bmsToString(Bitmapset *bms)".Tom Lane2016-09-161-30/+31
* Improve parser's and planner's handling of set-returning functions.Tom Lane2016-09-134-0/+4
* Support renaming an existing value of an enum type.Tom Lane2016-09-072-2/+4
* Add location field to DefElemPeter Eisentraut2016-09-065-2/+9
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-243-0/+3
* Speed up planner's scanning for parallel-query hazards.Tom Lane2016-08-191-0/+1
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-165-3/+89
* Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.Tom Lane2016-07-281-0/+4
* Fix thinko in copyParamList.Robert Haas2016-07-271-2/+2
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-153-11/+11
* Fix typo in comment.Robert Haas2016-07-071-1/+1
* Set consider_parallel correctly for upper planner rels.Robert Haas2016-07-011-1/+0
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-271-0/+30
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-265-22/+9
* Refactor planning of projection steps that don't need a Result plan node.Tom Lane2016-06-211-0/+1
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-182-0/+86
* Fix handling of argument and result datatypes for partial aggregation.Tom Lane2016-06-175-0/+10
* Remove reltarget_has_non_vars flag.Tom Lane2016-06-101-1/+0
* Refactor to reduce code duplication for function property checking.Tom Lane2016-06-101-0/+178
* pgindent run for 9.6Robert Haas2016-06-093-10/+11
* Don't generate parallel paths for rels with parallel-restricted outputs.Robert Haas2016-06-091-0/+1
* Eliminate "parallel degree" terminology.Robert Haas2016-06-091-1/+1
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-071-13/+0
* Fix various common mispellings.Greg Stark2016-06-031-1/+1
* Mirror struct Aggref field order in _copyAggref().Noah Misch2016-05-311-1/+1