aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Fix indentation in ExecParallelHashIncreaseNumBatches()Alexander Korotkov2024-01-08
* Fix oversized memory allocation in Parallel Hash JoinAlexander Korotkov2024-01-07
* Fix use of incorrect TupleTableSlot in DISTINCT aggregatesDavid Rowley2024-01-04
* Fix BEFORE ROW trigger handling in cross-partition MERGE update.Dean Rasheed2023-12-21
* Fix resource leak when a FDW's ForeignAsyncRequest function failsHeikki Linnakangas2023-11-23
* Fix AFTER ROW trigger execution in MERGE cross-partition update.Dean Rasheed2023-11-09
* Fix intra-query memory leak when a SRF returns zero rows.Tom Lane2023-10-28
* Fix problems when a plain-inheritance parent table is excluded.Tom Lane2023-10-24
* Fix runtime partition pruning for HASH partitioned tablesDavid Rowley2023-10-13
* Fix memory leak in Memoize codeDavid Rowley2023-10-05
* Fix EvalPlanQual rechecking during MERGE.Dean Rasheed2023-09-30
* Fix RLS policy usage in MERGE.Dean Rasheed2023-08-07
* Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-25
* Don't include CaseTestExpr in JsonValueExpr.formatted_exprAmit Langote2023-07-21
* Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-13
* Fix memory leak in Incremental Sort rescansTomas Vondra2023-07-02
* Fix order of operations in ExecEvalFieldStoreDeForm().Tom Lane2023-06-29
* Pre-beta2 mechanical code beautification.Tom Lane2023-06-20
* Retain relkind too in RTE_SUBQUERY entries for views.Amit Langote2023-06-14
* Use per-tuple context in ExecGetAllUpdatedColsTomas Vondra2023-06-07
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* Allocate hash join files in a separate memory contextTomas Vondra2023-05-19
* Describe hash join implementationTomas Vondra2023-05-19
* Remove stray mid-sentence tabs in commentsPeter Eisentraut2023-05-19
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-17
* Mark internal messages as no longer translatableAlvaro Herrera2023-05-16
* Fix ExecCheckPermissions call in RI_Initial_CheckAlvaro Herrera2023-05-04
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-04
* Fix typos in commentsMichael Paquier2023-05-02
* Fix buffer refcount leak with FDW bulk insertsMichael Paquier2023-04-25
* Rename ExecAggTransReparent, and improve its documentation.Tom Lane2023-04-24
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Fix various typosDavid Rowley2023-04-18
* Ensure result of an aggregate's finalfunc is made read-only.Tom Lane2023-04-16
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-15
* Fix PHJ match bit initialization.Thomas Munro2023-04-14
* Remove overzealous assertion from PHJ.Thomas Munro2023-04-13
* Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier2023-04-06
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-05
* Revert 764da7710bAlexander Korotkov2023-04-03
* Revert 11470f544eAlexander Korotkov2023-04-03
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-31
* Move ExecEvalJsonConstructor new function to a more natural placeAlvaro Herrera2023-03-31
* Parallel Hash Full Join.Thomas Munro2023-03-31
* Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera2023-03-30
* Fix outdated comments regarding TupleTableSlotsDavid Rowley2023-03-30
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Simplify useless 0L constantsPeter Eisentraut2023-03-29
* Fix oversights in array manipulation.Tom Lane2023-03-26