summaryrefslogtreecommitdiff
path: root/src/backend/executor
AgeCommit message (Expand)Author
2023-07-02Fix memory leak in Incremental Sort rescansTomas Vondra
2023-06-29Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-14Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote
2023-06-07Use per-tuple context in ExecGetAllUpdatedColsTomas Vondra
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-05-19Allocate hash join files in a separate memory contextTomas Vondra
2023-05-19Describe hash join implementationTomas Vondra
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
2023-05-17Add back SQLValueFunction for SQL keywordsMichael Paquier
2023-05-16Mark internal messages as no longer translatableAlvaro Herrera
2023-05-04Fix ExecCheckPermissions call in RI_Initial_CheckAlvaro Herrera
2023-05-04Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera
2023-05-02Fix typos in commentsMichael Paquier
2023-04-25Fix buffer refcount leak with FDW bulk insertsMichael Paquier
2023-04-24Rename ExecAggTransReparent, and improve its documentation.Tom Lane
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-18Fix various typosDavid Rowley
2023-04-16Ensure result of an aggregate's finalfunc is made read-only.Tom Lane
2023-04-15Fix assignment to array of domain over composite, redux.Tom Lane
2023-04-13Fix PHJ match bit initialization.Thomas Munro
2023-04-12Remove overzealous assertion from PHJ.Thomas Munro
2023-04-06Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier
2023-04-05Support "Right Anti Join" plan shapes.Tom Lane
2023-04-03Revert 764da7710bAlexander Korotkov
2023-04-03Revert 11470f544eAlexander Korotkov
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-31Move ExecEvalJsonConstructor new function to a more natural placeAlvaro Herrera
2023-03-30Parallel Hash Full Join.Thomas Munro
2023-03-30Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera
2023-03-30Fix outdated comments regarding TupleTableSlotsDavid Rowley
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-29Simplify useless 0L constantsPeter Eisentraut
2023-03-26Fix oversights in array manipulation.Tom Lane
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-24Invent GENERIC_PLAN option for EXPLAIN.Tom Lane
2023-03-23Ignore generated columns during apply of update/delete.Amit Kapila
2023-03-23Improve the naming of Parallel Hash Join phases.Thomas Munro
2023-03-22Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov
2023-03-22Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete()Alexander Korotkov
2023-03-21Ignore dropped columns during apply of update/delete.Amit Kapila
2023-03-21Fix race in parallel hash join batch cleanup, take II.Thomas Munro
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-20Fix memory leak in Memoize cache key evaluationDavid Rowley
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-03-15Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila
2023-03-13Fix MERGE command tag for actions blocked by BEFORE ROW triggers.Dean Rasheed
2023-03-13Fix concurrent update issues with MERGE.Dean Rasheed
2023-03-06Fix some more cases of missed GENERATED-column updates.Tom Lane