summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2018-01-09Expression evaluation based aggregate transition invocation.Andres Freund
2018-01-09Improve the heuristic for ordering child paths of a parallel append.Tom Lane
2018-01-04Simplify and encapsulate tuple routing support code.Robert Haas
2018-01-04Code review for Parallel Append.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2018-01-03Simplify representation of aggregate transition values a bit.Andres Freund
2017-12-29Perform slot validity checks in a separate pass over expression.Andres Freund
2017-12-21Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane
2017-12-21Add parallel-aware hash joins.Andres Freund
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-12-05Support Parallel Append plan nodes.Robert Haas
2017-12-05Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.Andres Freund
2017-11-30SQL proceduresPeter Eisentraut
2017-11-29New C function: bms_add_rangeRobert Haas
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-22Generational memory allocatorSimon Riggs
2017-11-16Pass InitPlan values to workers via Gather (Merge).Robert Haas
2017-11-13Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas
2017-11-10Account for the effect of lossy pages when costing bitmap scans.Robert Haas
2017-11-09Add hash partitioning.Robert Haas
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-01Allow bitmap scans to operate as index-only scans when possible.Tom Lane
2017-11-01Fix ALTER TABLE code to update domain constraints when needed.Tom Lane
2017-10-27Revert "Move new structure member to the end."Robert Haas
2017-10-27Move new structure member to the end.Robert Haas
2017-10-27Fix mistaken failure to allow parallelism in corner case.Robert Haas
2017-10-26Support domains over composite types.Tom Lane
2017-10-16Repair breakage of aggregate FILTER option.Tom Lane
2017-10-12Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.Robert Haas
2017-10-12Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane
2017-10-11pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas
2017-10-08Reduce memory usage of targetlist SRFs.Andres Freund
2017-10-06Basic partition-wise join functionality.Robert Haas
2017-10-03Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane
2017-09-30Support arrays over domains.Tom Lane
2017-09-21Associate partitioning information with each RelOptInfo.Robert Haas
2017-09-16Fix SQL-spec incompatibilities in new transition table feature.Tom Lane
2017-09-14Expand partitioned table RTEs level by level, without flattening.Robert Haas
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-09-06Allow SET STATISTICS on expression indexesSimon Riggs
2017-09-06Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.Tom Lane
2017-09-01Add a WAIT option to DROP_REPLICATION_SLOTAlvaro Herrera
2017-08-31Avoid memory leaks when a GatherMerge node is rescanned.Tom Lane
2017-08-30Code review for nodeGatherMerge.c.Tom Lane
2017-08-30Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane
2017-08-30Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane
2017-08-29Propagate sort instrumentation from workers back to leader.Robert Haas
2017-08-29Push tuple limits through Gather and Gather Merge.Robert Haas
2017-08-18Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas
2017-08-16Make the planner assume that the entries in a VALUES list are distinct.Tom Lane