summaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAgeFilesLines
...
* Support Parallel Append plan nodes.Robert Haas2017-12-054-0/+41
* Remove extra word from comment.Robert Haas2017-11-301-2/+2
* SQL proceduresPeter Eisentraut2017-11-302-0/+28
* New C function: bms_add_rangeRobert Haas2017-11-291-0/+72
* Pass InitPlan values to workers via Gather (Merge).Robert Haas2017-11-163-0/+7
* Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas2017-11-133-4/+4
* Account for the effect of lossy pages when costing bitmap scans.Robert Haas2017-11-101-12/+25
* Add hash partitioning.Robert Haas2017-11-094-0/+8
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-083-7/+7
* Support domains over composite types.Tom Lane2017-10-261-2/+4
* pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas2017-10-112-3/+15
* Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane2017-10-033-0/+41
* Support arrays over domains.Tom Lane2017-09-305-18/+14
* Add inline murmurhash32(uint32) function.Andres Freund2017-09-221-18/+2
* Allow a partitioned table to have a default partition.Robert Haas2017-09-084-0/+4
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-071-3/+3
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-062-0/+2
* Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane2017-08-303-0/+6
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-151-3/+3
* Avoid out-of-memory in a hash join with many duplicate inner keys.Tom Lane2017-08-151-0/+2
* Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed2017-07-214-4/+4
* Code review for NextValueExpr expression node type.Tom Lane2017-07-143-8/+36
* Fix output of char node fieldsPeter Eisentraut2017-07-052-2/+21
* Phase 3 of pgindent updates.Tom Lane2017-06-213-11/+11
* Phase 2 of pgindent updates.Tom Lane2017-06-217-24/+23
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-2/+2
* Reconcile nodes/*funcs.c with PostgreSQL 10 work.Noah Misch2017-06-164-13/+11
* Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas2017-06-144-1/+6
* Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane2017-06-141-29/+1
* Fix omission of locations in outfuncs/readfuncs partitioning node support.Tom Lane2017-05-302-11/+9
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-285-39/+51
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-174-8/+9
* Remove no-longer-needed fields of Hash plan nodes.Tom Lane2017-05-143-6/+0
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-123-9/+9
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-092-2/+2
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-013-0/+7
* Fix crash when partitioned column specified twice.Robert Haas2017-04-284-0/+4
* Mark finished Plan nodes with parallel_safe flags.Tom Lane2017-04-123-0/+3
* Fix failure when a shared tidbitmap has only one page.Robert Haas2017-04-111-2/+4
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-8/+8
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-073-0/+9
* Identity columnsPeter Eisentraut2017-04-065-0/+62
* Print new RelOptInfo field top_parent_relids in outfuncs.cRobert Haas2017-04-031-0/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-315-0/+58
* 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-4/+4
* 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