summaryrefslogtreecommitdiff
path: root/src/backend/nodes/outfuncs.c
AgeCommit message (Expand)Author
2022-01-03Fix index-only scan plans, take 2.Tom Lane
2021-12-08Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut
2021-11-24Flush Memoize cache when non-key parameters change, take 2David Rowley
2021-11-23Allow Memoize to operate in binary comparison modeDavid Rowley
2021-11-08Fix incorrect hash equality operator bug in MemoizeDavid 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-09-14Add WRITE_INDEX_ARRAYPeter Eisentraut
2021-09-09Remove Value node structPeter Eisentraut
2021-08-02Track a Bitmapset of non-pruned partitions in RelOptInfoDavid Rowley
2021-07-21Rename some node support functions for consistencyPeter Eisentraut
2021-07-21Rename argument of _outValue()Peter 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-07Add _outTidRangePath()Peter Eisentraut
2021-06-06Add transformed flag to nodes/*funcs.c for CREATE STATISTICSTomas Vondra
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-03-31Add 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-29Cache if PathTarget and RestrictInfos contain volatile functionsDavid Rowley
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-03-10Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila
2021-02-27Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley
2021-02-01Remove [Merge]AppendPath.partitioned_rels.Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-08Remove operator_precedence_warning.Tom Lane
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-11-30Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-19Remove undocumented IS [NOT] OF syntax.Tom Lane
2020-11-04Improve our ability to regurgitate SQL-syntax function calls.Tom Lane
2020-11-02Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley
2020-10-28Fix foreign-key selectivity estimation in the presence of constants.Tom Lane
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-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-05-25Reconcile nodes/*funcs.c.Noah Misch