aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAge
* Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane2022-09-06
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Generated columnsPeter Eisentraut2019-03-30
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.Andres Freund2019-03-06
* Allow user control of CTE materialization, and change the default behavior.Tom Lane2019-02-16
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane2019-01-28
* Update copyright for 2019Bruce Momjian2019-01-02
* Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane2018-12-10
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-07
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane2018-09-18
* Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane2018-09-18
* 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
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-19
* 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