summaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAgeFilesLines
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-219-51/+56
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-211-5/+5
* Fix typos in commentsMagnus Hagander2017-06-171-1/+1
* Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas2017-06-141-1/+13
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-051-1/+0
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-282-21/+29
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-175-25/+24
* Remove no-longer-needed fields of Hash plan nodes.Tom Lane2017-05-141-4/+1
* Fix multi-column range partitioning constraints.Robert Haas2017-05-131-0/+14
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-121-4/+4
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-091-1/+1
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-013-1/+25
* Fix crash when partitioned column specified twice.Robert Haas2017-04-281-0/+1
* Fix testing of parallel-safety of SubPlans.Tom Lane2017-04-181-1/+2
* Avoid transferring parallel-unsafe subplans to parallel workers.Tom Lane2017-04-121-1/+2
* Mark finished Plan nodes with parallel_safe flags.Tom Lane2017-04-121-0/+1
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-0/+7
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-073-5/+48
* Comment fixes for extended statisticsAlvaro Herrera2017-04-061-5/+3
* Identity columnsPeter Eisentraut2017-04-063-4/+38
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-031-0/+20
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-314-1/+38
* Fix parallel query so it doesn't spoil row estimates above Gather.Robert Haas2017-03-311-0/+1
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-281-1/+7
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-275-18/+46
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-252-398/+136
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-243-0/+36
* ICU supportPeter Eisentraut2017-03-232-0/+12
* Logical replication support for initial data copyPeter Eisentraut2017-03-233-0/+23
* Don't scan partitioned tables.Robert Haas2017-03-213-9/+49
* Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan2017-03-201-0/+2
* Allow referring to functions without arguments when uniquePeter Eisentraut2017-03-141-0/+3
* Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut2017-03-141-1/+1
* Add a Gather Merge executor node.Robert Haas2017-03-094-0/+61
* Support parallel bitmap heap scans.Robert Haas2017-03-082-0/+59
* Support XMLTABLE query expressionAlvaro Herrera2017-03-085-0/+101
* tidbitmap: Support shared iteration.Robert Haas2017-03-081-1/+9
* Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut2017-03-061-5/+2
* Remove objname/objargs split for referring to objectsPeter Eisentraut2017-03-061-16/+8
* Add operator_with_argtypes grammar rulePeter Eisentraut2017-03-062-11/+11
* Use class_args field in opclass_dropPeter Eisentraut2017-03-061-1/+2
* Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund2017-02-272-1/+2
* Allow custom and foreign scans to have shutdown callbacks.Robert Haas2017-02-261-0/+1
* Pass the source text for a parallel query to the workers.Robert Haas2017-02-221-0/+1
* Add optimizer and executor support for parallel index-only scans.Robert Haas2017-02-191-0/+2
* Add optimizer and executor support for parallel index scans.Robert Haas2017-02-152-0/+3
* Add CREATE COLLATION IF NOT EXISTS clausePeter Eisentraut2017-02-151-0/+1
* Allow parallel workers to execute subplans.Robert Haas2017-02-141-0/+1
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-091-0/+4
* Orthography fixes for new castNode() macro.Tom Lane2017-01-271-7/+7