aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAge
* Fix some probably-minor oversights in readfuncs.c.Tom Lane2018-09-18
* Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane2017-08-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 output of char node fieldsPeter Eisentraut2017-07-05
* Phase 2 of pgindent updates.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 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
* Remove no-longer-needed fields of Hash plan nodes.Tom Lane2017-05-14
* Fire per-statement triggers on partitioned tables.Robert Haas2017-05-01
* Mark finished Plan nodes with parallel_safe flags.Tom Lane2017-04-12
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Identity columnsPeter Eisentraut2017-04-06
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-31
* Don't scan partitioned tables.Robert Haas2017-03-21
* Add a Gather Merge executor node.Robert Haas2017-03-09
* Support parallel bitmap heap scans.Robert Haas2017-03-08
* Support XMLTABLE query expressionAlvaro Herrera2017-03-08
* Move atooid() definition to a central placePeter Eisentraut2017-03-01
* Allow parallel workers to execute subplans.Robert Haas2017-02-14
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Replace enum InhOption with simple boolean.Tom Lane2016-12-23
* Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane2016-12-08
* Implement table partitioning.Robert Haas2016-12-07
* Improve parser's and planner's handling of set-returning functions.Tom Lane2016-09-13
* Add location field to DefElemPeter Eisentraut2016-09-06
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane2016-08-16
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-15
* Fix typo in comment.Robert Haas2016-07-07
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-26
* Fix handling of argument and result datatypes for partial aggregation.Tom Lane2016-06-17
* pgindent run for 9.6Robert Haas2016-06-09
* Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas2016-04-27
* Expose more out/readfuncs support functions.Andres Freund2016-04-08
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-29
* Rework custom scans to work more like the new extensible node stuff.Robert Haas2016-03-29
* Support parallel aggregation.Robert Haas2016-03-21
* Fix missed update in _readForeignScan().Tom Lane2016-03-19
* Directly modify foreign tables.Robert Haas2016-03-18
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Introduce extensible node types.Robert Haas2016-02-12
* Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas2016-02-07
* Only try to push down foreign joins if the user mapping OIDs match.Robert Haas2016-01-28
* Support multi-stage aggregation.Robert Haas2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02