aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAge
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-29
* Basic planner and executor integration for JIT.Andres Freund2018-03-22
* Simplify parse representation of savepoint commandsPeter Eisentraut2018-03-16
* Move strtoint() to commonPeter Eisentraut2018-03-13
* Change internal integer representation of Value nodePeter Eisentraut2018-03-13
* Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera2018-03-05
* Support parameters in CALLPeter Eisentraut2018-02-22
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Fix application of identity values in some casesPeter Eisentraut2018-02-02
* Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane2018-01-26
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Local partitioned indexesAlvaro Herrera2018-01-19
* Rewrite list_qsort() to avoid trashing its input list.Tom Lane2018-01-09
* Improve the heuristic for ordering child paths of a parallel append.Tom Lane2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane2017-12-21
* Add parallel-aware hash joins.Andres Freund2017-12-21
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* Remove extra word from comment.Robert Haas2017-11-30
* SQL proceduresPeter Eisentraut2017-11-30
* New C function: bms_add_rangeRobert Haas2017-11-29
* 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
* Support domains over composite types.Tom Lane2017-10-26
* pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas2017-10-11
* Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane2017-10-03
* Support arrays over domains.Tom Lane2017-09-30
* Add inline murmurhash32(uint32) function.Andres Freund2017-09-22
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Allow SET STATISTICS on expression indexesSimon Riggs2017-09-06
* Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane2017-08-30
* Fix up some misusage of appendStringInfo() and friendsPeter Eisentraut2017-08-15
* Avoid out-of-memory in a hash join with many duplicate inner keys.Tom Lane2017-08-15
* 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 output of char node fieldsPeter Eisentraut2017-07-05
* Phase 3 of pgindent updates.Tom Lane2017-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
* Reconcile nodes/*funcs.c with PostgreSQL 10 work.Noah Misch2017-06-16
* Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas2017-06-14
* Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane2017-06-14
* Fix omission of locations in outfuncs/readfuncs partitioning node support.Tom Lane2017-05-30
* 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