aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Fix behavior of stable functions called from a CALL's argument list.Tom Lane2024-06-07
* Revert temporal primary keys and foreign keysPeter Eisentraut2024-05-16
* Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexesPeter Eisentraut2024-05-10
* Fix an assortment of typosDavid Rowley2024-05-04
* 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
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* SQL/JSON: Improve some error messagesAmit Langote2024-04-18
* Revert: Allow table AM tuple_insert() method to return the different slotAlexander Korotkov2024-04-11
* Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2024-04-11
* Revert: Let table AM insertion methods control index insertionAlexander Korotkov2024-04-11
* Revert indexed and enlargable binary heap implementation.Masahiko Sawada2024-04-11
* Change BitmapAdjustPrefetchIterator to accept BlockNumberTomas Vondra2024-04-07
* BitmapHeapScan: Use correct recheck flag for skip_fetchTomas Vondra2024-04-07
* BitmapHeapScan: Push skip_fetch optimization into table AMTomas Vondra2024-04-07
* BitmapHeapScan: postpone setting can_skip_fetchTomas Vondra2024-04-06
* BitmapHeapScan: begin scan after bitmap creationTomas Vondra2024-04-06
* Enhance nbtree ScalarArrayOp execution.Peter Geoghegan2024-04-06
* Add basic JSON_TABLE() functionalityAmit Langote2024-04-04
* Add functions to binaryheap for efficient key removal and update.Masahiko Sawada2024-04-03
* Let table AM insertion methods control index insertionAlexander Korotkov2024-03-30
* Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-03-30
* Fix unnecessary use of moving-aggregate mode with non-moving frame.Tom Lane2024-03-27
* Improve error message for tts_(virtual|minimal)_is_current_xact_tupleAlexander Korotkov2024-03-26
* Add comments on some MinimalTupleSlots methods usageAlexander Korotkov2024-03-26
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2024-03-26
* Add TupleTableSlotOps.is_current_xact_tuple() methodAlexander Korotkov2024-03-21
* Allow table AM tuple_insert() method to return the different slotAlexander Korotkov2024-03-21
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas2024-03-18
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Remove redundant snapshot copying from parallel leader to workersHeikki Linnakangas2024-03-14
* Fix confusion about the return rowtype of SQL-language procedures.Tom Lane2024-03-12
* Fix incorrect accessing of pfree'd memory in MemoizeDavid Rowley2024-03-11
* Fix handling of self-modified tuples in MERGE.Dean Rasheed2024-03-07
* Fix type-checking of RECORD-returning functions in FROM.Tom Lane2024-03-06
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Redefine backend ID to be an index into the proc arrayHeikki Linnakangas2024-03-03
* Support MERGE into updatable views.Dean Rasheed2024-02-29
* Remove field UpdateContext->updated in nodeModifyTable.cDean Rasheed2024-02-29
* Delay build of Memoize hash table until executor runDavid Rowley2024-01-30
* Add soft error handling to some expression nodesAmit Langote2024-01-24
* Fix indentation in ExecParallelHashIncreaseNumBatches()Alexander Korotkov2024-01-08
* Fix oversized memory allocation in Parallel Hash JoinAlexander Korotkov2024-01-07
* Add macros for looping through a List without a ListCell.Nathan Bossart2024-01-04
* Fix use of incorrect TupleTableSlot in DISTINCT aggregatesDavid Rowley2024-01-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix typos in comments and in one isolation test.Robert Haas2024-01-02
* Fix BEFORE ROW trigger handling in cross-partition MERGE update.Dean Rasheed2023-12-21
* Verify that attribute counts match in ExecCopySlotDavid Rowley2023-12-07