aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Fix oversights in array manipulation.Tom Lane2023-03-26
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-24
* Ignore generated columns during apply of update/delete.Amit Kapila2023-03-23
* 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
* Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete()Alexander Korotkov2023-03-23
* Ignore dropped columns during apply of update/delete.Amit Kapila2023-03-21
* 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
* Fix memory leak in Memoize cache key evaluationDavid Rowley2023-03-20
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-15
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-15
* Fix MERGE command tag for actions blocked by BEFORE ROW triggers.Dean Rasheed2023-03-13
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-13
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-06
* Fill EState.es_rteperminfos more systematically.Tom Lane2023-03-06
* Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane2023-03-02
* Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane2023-03-02
* Remove bms_first_member().Tom Lane2023-03-02
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Add missing support for the latest SPI status codes.Dean Rasheed2023-02-22
* Fix Assert failure for MERGE into a partitioned table with RLS.Dean Rasheed2023-02-22
* Fix MERGE command tag for cross-partition updates.Dean Rasheed2023-02-22
* Remove duplicated comment in nodeModifyTable.cMichael Paquier2023-02-16
* Don't rely on uninitialized value in MERGE / DELETEAlvaro Herrera2023-02-15
* Fix pfree issue in presorted DISTINCT aggregate codeDavid Rowley2023-02-13
* Fix incorrect presorted DISTINCT aggregate if conditionDavid Rowley2023-02-13
* Disable WindowAgg inverse transitions when subplans are presentDavid Rowley2023-02-13
* Fix various typos in code and testsMichael Paquier2023-02-09
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Remove dead NoMovementScanDirection codeDavid Rowley2023-02-01
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Ensure that MERGE recomputes GENERATED expressions properly.Dean Rasheed2023-01-30
* Remove redundant grouping and DISTINCT columns.Tom Lane2023-01-18
* Add BufFileRead variants with short read and EOF detectionPeter Eisentraut2023-01-16
* Make new GENERATED-expressions code more bulletproof.Tom Lane2023-01-15
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* Avoid reference to nonexistent array element in ExecInitAgg().Tom Lane2023-01-02
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove unnecessary castsPeter Eisentraut2022-12-30
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Allow batching of inserts during cross-partition updates.Etsuro Fujita2022-12-20
* Static assertions cleanupPeter Eisentraut2022-12-15
* Rearrange some static assertions for consistencyPeter Eisentraut2022-12-14
* Remove unnecessary castsPeter Eisentraut2022-12-08
* Remove new structure member from ResultRelInfo.Etsuro Fujita2022-12-08
* Rework query relation permission checkingAlvaro Herrera2022-12-06
* Fix 32-bit build dangling pointer issue in WindowAggDavid Rowley2022-12-07
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02