aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Don't store intermediate hash values in ExprState->resvalueDavid Rowley2024-10-17
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* Speed up Hash Join by making ExprStates support hashingDavid Rowley2024-08-20
* Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund2024-07-31
* SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote2024-07-30
* Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley2024-07-09
* SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote2024-06-28
* Add TupleTableSlotOps.is_current_xact_tuple() methodAlexander Korotkov2024-03-21
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Fix confusion about the return rowtype of SQL-language procedures.Tom Lane2024-03-12
* Support MERGE into updatable views.Dean Rasheed2024-02-29
* Add soft error handling to some expression nodesAmit Langote2024-01-24
* Update copyright for 2024Bruce Momjian2024-01-03
* Verify that attribute counts match in ExecCopySlotDavid Rowley2023-12-07
* Retire a few backwards compatibility macros.Nathan Bossart2023-11-27
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier2023-10-19
* Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier2023-10-19
* Add const to values and nulls argumentsPeter Eisentraut2023-10-10
* Revert "Add soft error handling to some expression nodes"Amit Langote2023-10-02
* Add soft error handling to some expression nodesAmit Langote2023-10-02
* Remove obsolete executor cleanup codeAmit Langote2023-09-28
* Allow the use of a hash index on the subscriber during replication.Amit Kapila2023-07-14
* Remove obsolete commentPeter Eisentraut2023-06-05
* 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
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-17
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-04
* Rename ExecAggTransReparent, and improve its documentation.Tom Lane2023-04-24
* 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 outdated comments regarding TupleTableSlotsDavid Rowley2023-03-30
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-24
* Improve the naming of Parallel Hash Join phases.Thomas Munro2023-03-23
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2023-03-23
* Fix race in parallel hash join batch cleanup, take II.Thomas Munro2023-03-21
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* Fill EState.es_rteperminfos more systematically.Tom Lane2023-03-06
* Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytesAndres Freund2023-02-22
* Make new GENERATED-expressions code more bulletproof.Tom Lane2023-01-15
* Update copyright for 2023Bruce Momjian2023-01-02
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-01
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-21