summaryrefslogtreecommitdiff
path: root/src/backend/nodes
AgeCommit message (Expand)Author
2021-04-10Improve slightly misleading comments in nodeFuncs.cDavid Rowley
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 missing TidRangeScan readfuncDavid Rowley
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-30Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut
2021-01-20Implement support for bulk inserts in postgres_fdwTomas Vondra
2021-01-04Re-implement pl/pgsql's expression and assignment parsing.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-12-08Remove operator_precedence_warning.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-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-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-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-29Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane
2020-09-28Minor mop-up for List improvements.Tom Lane
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-04Remove variable "concurrent" from ReindexStmtMichael Paquier
2020-08-19Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane
2020-08-17Make xact.h usable in frontend.Heikki Linnakangas
2020-07-11Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier
2020-07-07Don't create pg_type entries for sequences or toast tables.Tom Lane