summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
AgeCommit message (Expand)Author
2022-01-07Update copyright for 2022Bruce Momjian
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2021-12-22Remove unused includePeter Eisentraut
2021-12-22Remove unused includePeter Eisentraut
2021-12-17Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut
2021-11-24Flush Memoize cache when non-key parameters change, take 2David Rowley
2021-11-24Allow Memoize to operate in binary comparison modeDavid Rowley
2021-09-15Remove arbitrary 64K-or-so limit on rangetable size.Tom Lane
2021-09-15Make node output prefix match node structure namePeter Eisentraut
2021-08-08Change SeqScan node to contain Scan nodePeter Eisentraut
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-06-06Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.Noah Misch
2021-05-10Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane
2021-04-08Speedup ScalarArrayOpExpr evaluationDavid Rowley
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Revert b6002a796David Rowley
2021-04-01Add Result Cache executor nodeDavid Rowley
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-03-10Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila
2021-02-27Add missing TidRangeScan readfuncDavid Rowley
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-10-14Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas
2020-10-13Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas
2020-05-25Reconcile nodes/*funcs.c.Noah Misch
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-06Implement Incremental SortTomas Vondra
2020-02-28Fix commit c11cb17d.Jeff Davis
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-11Add readfuncs.c support for AppendRelInfo.Tom Lane
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-08-02Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund
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