aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY stepsAmit Langote2024-09-09
* Revert recent SQL/JSON related commitsAmit Langote2024-09-06
* SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY stepsAmit Langote2024-09-06
* Fix misleading error message contextPeter Eisentraut2024-09-05
* Optimize WindowAgg's use of tuplestoresDavid Rowley2024-09-05
* Speedup WindowAgg code by moving uncommon code out-of-lineDavid Rowley2024-09-05
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* 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
* Fix a series of typos and outdated referencesDavid Rowley2024-08-12
* Fix edge case in plpgsql's make_callstmt_target().Tom Lane2024-08-07
* Refactor/reword some error messages to avoid duplicatesAlvaro Herrera2024-08-07
* 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
* SQL/JSON: Remove useless code in ExecInitJsonExpr()Amit Langote2024-07-26
* SQL/JSON: Improve error-handling of JsonBehavior expressionsAmit Langote2024-07-26
* SQL/JSON: Fix error-handling of some JsonBehavior expressionsAmit Langote2024-07-26
* Propagate query IDs of utility statements in functionsMichael Paquier2024-07-19
* Fix new assertion for MERGE view_name ... DO NOTHING.Noah Misch2024-07-13
* Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley2024-07-09
* Fix right-anti-joins when the inner relation is proven uniqueRichard Guo2024-07-08
* Support "Right Semi Join" plan shapesRichard Guo2024-07-05
* Use TupleDescAttr macro consistentlyDavid Rowley2024-07-02
* SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote2024-06-28
* Expand comments and add an assertion in nodeModifyTable.c.Noah Misch2024-06-27
* Fix thinkos in commentsAlvaro Herrera2024-06-27
* Fix partition pruning setup during DETACH CONCURRENTLYAlvaro Herrera2024-06-26
* Revert "Fix partition pruning setup during DETACH CONCURRENTLY"Alvaro Herrera2024-06-24
* Fix partition pruning setup during DETACH CONCURRENTLYAlvaro Herrera2024-06-24
* SQL/JSON: Correct jsonpath variable name matchingAmit Langote2024-06-19
* 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