aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAge
* Fix some probably-minor oversights in readfuncs.c.Tom Lane2018-09-18
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane2018-06-10
* Relocate partition pruning structs to a saner place.Tom Lane2018-06-10
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-10
* Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.Tom Lane2018-04-28
* Revert MERGE patchSimon Riggs2018-04-12
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* Faster partition pruningAlvaro Herrera2018-04-06
* Improve parse representation for MERGESimon Riggs2018-04-06
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-29
* Basic planner and executor integration for JIT.Andres Freund2018-03-22
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Add parallel-aware hash joins.Andres Freund2017-12-21
* Support Parallel Append plan nodes.Robert Haas2017-12-05
* 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
* Add hash partitioning.Robert Haas2017-11-09
* pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas2017-10-11
* Support arrays over domains.Tom Lane2017-09-30
* Allow a partitioned table to have a default partition.Robert Haas2017-09-08
* 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