aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
Commit message (Expand)AuthorAge
* Add support for not-null constraints on virtual generated columnsPeter Eisentraut2025-03-28
* Rename a node field for clarityPeter Eisentraut2025-03-28
* Remove 'additional' pointer from TupleHashEntryData.Jeff Davis2025-03-24
* Create accessor functions for TupleHashEntry.Jeff Davis2025-03-24
* HashAgg: use Bump allocator for hash TupleHashTable entries.Jeff Davis2025-03-24
* BitmapHeapScan uses the read stream APIMelanie Plageman2025-03-15
* Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan2025-03-11
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* Fix an oversight in cbc127917 to handle MERGE correctlyAmit Langote2025-02-17
* Virtual generated columnsPeter Eisentraut2025-02-07
* Track unpruned relids to avoid processing pruned relationsAmit Langote2025-02-07
* Perform runtime initial pruning outside ExecInitNode()Amit Langote2025-01-31
* Move PartitionPruneInfo out of plan nodes into PlannedStmtAmit Langote2025-01-30
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* Revert "TupleHashTable: store additional data along with tuple."Jeff Davis2025-01-13
* Fix pgindent damageRichard Guo2025-01-13
* TupleHashTable: store additional data along with tuple.Jeff Davis2025-01-10
* Remove unused TupleHashTableData->entrysize.Jeff Davis2025-01-07
* Update copyright for 2025Bruce Momjian2025-01-01
* Convert SetOp to read its inputs as outerPlan and innerPlan.Tom Lane2024-12-19
* Bitmap Table Scans use unified TBMIteratorMelanie Plageman2024-12-18
* Add common interface for TBMIteratorsMelanie Plageman2024-12-18
* Use ExprStates for hashing in GROUP BY and SubPlansDavid Rowley2024-12-11
* Remove unused field from SubPlanState structDavid Rowley2024-10-31
* Make table_scan_bitmap_next_block() async-friendlyMelanie Plageman2024-10-25
* Introduce two fields in EState to track parallel worker activityMichael Paquier2024-10-09
* For inplace update durability, make heap_update() callers wait.Noah Misch2024-09-24
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-09-17
* Update comment about ExprState.escontextAmit Langote2024-09-06
* Optimize WindowAgg's use of tuplestoresDavid Rowley2024-09-05
* Speed up Hash Join by making ExprStates support hashingDavid Rowley2024-08-20
* Fix outdated commentsDavid Rowley2024-08-12
* Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund2024-07-31
* Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley2024-07-09
* Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley2024-07-08
* SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote2024-06-28
* Ensure we allocate NAMEDATALEN bytes for names in Index Only ScansDavid Rowley2024-05-01
* Remove some unnecessary fields from executor nodes.Tom Lane2024-04-23
* Use macro NUM_MERGE_MATCH_KINDS instead of '3' in MERGE code.Dean Rasheed2024-04-19
* BitmapHeapScan: Push skip_fetch optimization into table AMTomas Vondra2024-04-07
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-03-30
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas2024-03-14
* Add soft error handling to some expression nodesAmit Langote2024-01-24
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Remove IndexInfo.ii_OpclassOptions fieldPeter Eisentraut2023-10-03
* Revert "Add soft error handling to some expression nodes"Amit Langote2023-10-02