aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* SQL proceduresPeter Eisentraut2017-11-30
* New C function: bms_add_rangeRobert Haas2017-11-29
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Generational memory allocatorSimon Riggs2017-11-23
* Pass InitPlan values to workers via Gather (Merge).Robert Haas2017-11-16
* Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas2017-11-13
* Account for the effect of lossy pages when costing bitmap scans.Robert Haas2017-11-10
* Add hash partitioning.Robert Haas2017-11-09
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Allow bitmap scans to operate as index-only scans when possible.Tom Lane2017-11-01
* Fix ALTER TABLE code to update domain constraints when needed.Tom Lane2017-11-01
* Revert "Move new structure member to the end."Robert Haas2017-10-27
* Move new structure member to the end.Robert Haas2017-10-27
* Fix mistaken failure to allow parallelism in corner case.Robert Haas2017-10-27
* Support domains over composite types.Tom Lane2017-10-26
* Repair breakage of aggregate FILTER option.Tom Lane2017-10-16
* Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.Robert Haas2017-10-12
* Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane2017-10-12
* pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas2017-10-11
* Reduce memory usage of targetlist SRFs.Andres Freund2017-10-08
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane2017-10-03
* Support arrays over domains.Tom Lane2017-09-30
* Associate partitioning information with each RelOptInfo.Robert Haas2017-09-20
* Fix SQL-spec incompatibilities in new transition table feature.Tom Lane2017-09-16
* Expand partitioned table RTEs level by level, without flattening.Robert Haas2017-09-14
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-06
* 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
* Propagate sort instrumentation from workers back to leader.Robert Haas2017-08-29
* Push tuple limits through Gather and Gather Merge.Robert Haas2017-08-29
* Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas2017-08-18
* Make the planner assume that the entries in a VALUES list are distinct.Tom Lane2017-08-16
* Avoid out-of-memory in a hash join with many duplicate inner keys.Tom Lane2017-08-15
* 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