summaryrefslogtreecommitdiff
path: root/src/backend/executor
AgeCommit message (Expand)Author
2024-01-04Fix use of incorrect TupleTableSlot in DISTINCT aggregatesDavid Rowley
2024-01-03Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-12-21Fix BEFORE ROW trigger handling in cross-partition MERGE update.Dean Rasheed
2023-12-07Verify that attribute counts match in ExecCopySlotDavid Rowley
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-11-23Use ResourceOwner to track WaitEventSets.Heikki Linnakangas
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-11-09Fix AFTER ROW trigger execution in MERGE cross-partition update.Dean Rasheed
2023-10-28Fix intra-query memory leak when a SRF returns zero rows.Tom Lane
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-24Fix problems when a plain-inheritance parent table is excluded.Tom Lane
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-10-13Fix runtime partition pruning for HASH partitioned tablesDavid Rowley
2023-10-10Add const to values and nulls argumentsPeter Eisentraut
2023-10-09Remove duplicate words in docs and code comments.Amit Kapila
2023-10-05Fix memory leak in Memoize codeDavid Rowley
2023-10-02Revert "Add soft error handling to some expression nodes"Amit Langote
2023-10-02Add soft error handling to some expression nodesAmit Langote
2023-09-30Fix EvalPlanQual rechecking during MERGE.Dean Rasheed
2023-09-28Remove obsolete executor cleanup codeAmit Langote
2023-08-07Fix RLS policy usage in MERGE.Dean Rasheed
2023-07-26Add more SQL/JSON constructor functionsAmit Langote
2023-07-25Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada
2023-07-14Allow the use of a hash index on the subscriber during replication.Amit Kapila
2023-07-13Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada
2023-07-13Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote
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-14Fix PHJ match bit initialization.Thomas Munro