aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Move new structure member to the end.Robert Haas2017-10-27
* Fix mistaken failure to allow parallelism in corner case.Robert Haas2017-10-27
* Repair breakage of aggregate FILTER option.Tom Lane2017-10-16
* Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane2017-10-12
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane2017-09-06
* Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera2017-09-01
* Avoid memory leaks when a GatherMerge node is rescanned.Tom Lane2017-08-31
* Code review for nodeGatherMerge.c.Tom Lane2017-08-30
* Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane2017-08-30
* Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane2017-08-30
* Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas2017-08-18
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Fix typo in comment.Robert Haas2017-08-10
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-21
* Code review for NextValueExpr expression node type.Tom Lane2017-07-14
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Reformat comments about ResultRelInfoPeter Eisentraut2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-21
* Fix typos in commentsMagnus Hagander2017-06-17
* Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas2017-06-14
* Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut2017-06-05
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-28
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove no-longer-needed fields of Hash plan nodes.Tom Lane2017-05-14
* Fix multi-column range partitioning constraints.Robert Haas2017-05-13
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-12
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-09
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-01
* Fix crash when partitioned column specified twice.Robert Haas2017-04-28
* Fix testing of parallel-safety of SubPlans.Tom Lane2017-04-18
* Avoid transferring parallel-unsafe subplans to parallel workers.Tom Lane2017-04-12
* Mark finished Plan nodes with parallel_safe flags.Tom Lane2017-04-12
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Comment fixes for extended statisticsAlvaro Herrera2017-04-06
* Identity columnsPeter Eisentraut2017-04-06
* Abstract logic to allow for multiple kinds of child rels.Robert Haas2017-04-03
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Fix parallel query so it doesn't spoil row estimates above Gather.Robert Haas2017-03-31
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Support hashed aggregation with grouping sets.Andrew Gierth2017-03-27
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24
* ICU supportPeter Eisentraut2017-03-23
* Logical replication support for initial data copyPeter Eisentraut2017-03-23