summaryrefslogtreecommitdiff
path: root/src/backend/nodes/copyfuncs.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-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-07Improve order in filePeter Eisentraut
2021-09-14Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELDPeter Eisentraut
2021-09-09Remove Value node structPeter Eisentraut
2021-09-06Add PublicationTable and PublicationRelInfo structsAlvaro Herrera
2021-08-08Check the size in COPY_POINTER_FIELDPeter Eisentraut
2021-07-21Rename some node support functions for consistencyPeter 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-10Reconsider the handling of procedure OUT parameters.Tom Lane
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-05-07Revert per-index collation version tracking feature.Thomas Munro
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-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
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-01SEARCH and CYCLE clausesPeter Eisentraut
2021-01-30Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter 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-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-14Provide the OR REPLACE option for CREATE TRIGGER.Tom Lane
2020-11-04Improve our ability to regurgitate SQL-syntax function calls.Tom Lane
2020-11-02Track collation versions for indexes.Thomas Munro
2020-11-02Remove pg_collation.collversion.Thomas Munro
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-04Remove variable "concurrent" from ReindexStmtMichael Paquier