summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
AgeCommit message (Expand)Author
2017-09-30Support arrays over domains.Tom Lane
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-08-30Force rescanning of parallel-aware scan nodes below a Gather[Merge].Tom Lane
2017-07-21Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.Dean Rasheed
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-05Fix output of char node fieldsPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-16Reconcile nodes/*funcs.c with PostgreSQL 10 work.Noah Misch
2017-06-14Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas
2017-05-30Fix omission of locations in outfuncs/readfuncs partitioning node support.Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-14Remove no-longer-needed fields of Hash plan nodes.Tom Lane
2017-05-01Fire per-statement triggers on partitioned tables.Robert Haas
2017-04-12Mark finished Plan nodes with parallel_safe flags.Tom Lane
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-04-06Identity columnsPeter Eisentraut
2017-04-01Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-08Support parallel bitmap heap scans.Robert Haas
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-02-14Allow parallel workers to execute subplans.Robert Haas
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund
2017-01-14Change representation of statement lists, and add statement location info.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-23Replace enum InhOption with simple boolean.Tom Lane
2016-12-08Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane
2016-12-07Implement table partitioning.Robert Haas
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-09-06Add location field to DefElemPeter Eisentraut
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-07-07Fix typo in comment.Robert Haas
2016-06-26Rethink node-level representation of partial-aggregation modes.Tom Lane
2016-06-18Fix handling of argument and result datatypes for partial aggregation.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-04-27Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas
2016-04-08Expose more out/readfuncs support functions.Andres Freund
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-03-29Rework custom scans to work more like the new extensible node stuff.Robert Haas
2016-03-21Support parallel aggregation.Robert Haas
2016-03-19Fix missed update in _readForeignScan().Tom Lane
2016-03-18Directly modify foreign tables.Robert Haas
2016-03-07Make the upper part of the planner work by generating and comparing Paths.Tom Lane
2016-02-12Introduce extensible node types.Robert Haas
2016-02-07Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas
2016-01-28Only try to push down foreign joins if the user mapping OIDs match.Robert Haas
2016-01-20Support multi-stage aggregation.Robert Haas