summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
AgeCommit message (Expand)Author
2019-05-17Restructure creation of run-time pruning steps.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut
2019-03-07Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas
2019-03-06Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.Andres Freund
2019-02-16Allow user control of CTE materialization, and change the default behavior.Tom Lane
2019-02-01Renaming for new subscripting mechanismAlvaro Herrera
2019-01-28In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-10Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane
2018-10-07Remove some unnecessary fields from Plan trees.Tom Lane
2018-10-04Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-09-18Add a debugging option to stress-test outfuncs.c and readfuncs.c.Tom Lane
2018-09-18Fix some minor issues exposed by outfuncs/readfuncs testing.Tom Lane
2018-09-18Fix some probably-minor oversights in readfuncs.c.Tom Lane
2018-08-01Fix run-time partition pruning for appends with multiple source rels.Tom Lane
2018-07-19Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas
2018-06-10Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane
2018-06-10Relocate partition pruning structs to a saner place.Tom Lane
2018-06-10Improve run-time partition pruning to handle any stable expression.Tom Lane
2018-04-28Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-07Support partition pruning at execution timeAlvaro Herrera
2018-04-06Faster partition pruningAlvaro Herrera
2018-04-06Improve parse representation for MERGESimon Riggs
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-03-22Basic planner and executor integration for JIT.Andres Freund
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-21Add parallel-aware hash joins.Andres Freund
2017-12-05Support Parallel Append plan nodes.Robert Haas
2017-11-16Pass InitPlan values to workers via Gather (Merge).Robert Haas
2017-11-13Track in the plan the types associated with PARAM_EXEC parameters.Robert Haas
2017-11-09Add hash partitioning.Robert Haas
2017-10-11pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas
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