aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* 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
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-19
* Revert SQL/JSON featuresAndrew Dunstan2022-09-01
* Remove unused fields from ExprEvalStepDavid Rowley2022-08-03
* Improve performance of ORDER BY / DISTINCT aggregatesDavid Rowley2022-08-02
* Automatically generate node support functionsPeter Eisentraut2022-07-09
* Remove size increase in ExprEvalStep caused by hashed saopsDavid Rowley2022-07-06
* expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund2022-07-05
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)Michael Paquier2022-04-08
* Revert "Rewrite some RI code to avoid using SPI"Alvaro Herrera2022-04-07
* Rewrite some RI code to avoid using SPIAlvaro Herrera2022-04-07
* Refactor and cleanup runtime partition prune code a littleAlvaro Herrera2022-04-05
* JSON_TABLEAndrew Dunstan2022-04-04
* SQL JSON functionsAndrew Dunstan2022-03-30