summaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAgeFilesLines
* Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.Robert Haas2017-03-271-2/+4
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-272-4/+60
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-243-0/+63
* ICU supportPeter Eisentraut2017-03-232-0/+24
* Assorted compilation and test fixesPeter Eisentraut2017-03-232-0/+6
* Don't scan partitioned tables.Robert Haas2017-03-214-0/+58
* Add missing support for new node fieldsAndrew Dunstan2017-03-202-0/+4
* Avoid access to uninitialized memory in shared tidbitmap iteration.Robert Haas2017-03-161-18/+33
* Allow referring to functions without arguments when uniquePeter Eisentraut2017-03-142-0/+2
* Fix bug in parallel tidbitmap iteration.Robert Haas2017-03-091-2/+1
* Add a Gather Merge executor node.Robert Haas2017-03-093-0/+96
* Support parallel bitmap heap scans.Robert Haas2017-03-083-0/+6
* 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