summaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAgeFilesLines
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-172-0/+84
* Mark internal messages as no longer translatableAlvaro Herrera2023-05-161-6/+6
* Fix ExecCheckPermissions call in RI_Initial_CheckAlvaro Herrera2023-05-041-0/+22
* Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt"Alvaro Herrera2023-05-046-26/+5
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Fix buffer refcount leak with FDW bulk insertsMichael Paquier2023-04-251-2/+8
* Rename ExecAggTransReparent, and improve its documentation.Tom Lane2023-04-243-23/+46
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-193-3/+3
* Fix various typosDavid Rowley2023-04-182-2/+2
* Ensure result of an aggregate's finalfunc is made read-only.Tom Lane2023-04-162-5/+20
* Fix assignment to array of domain over composite, redux.Tom Lane2023-04-151-2/+8
* Fix PHJ match bit initialization.Thomas Munro2023-04-141-0/+1
* Remove overzealous assertion from PHJ.Thomas Munro2023-04-131-1/+0
* Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier2023-04-062-1/+9
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-052-24/+44
* Revert 764da7710bAlexander Korotkov2023-04-031-35/+13
* Revert 11470f544eAlexander Korotkov2023-04-031-122/+166
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-312-0/+112
* Move ExecEvalJsonConstructor new function to a more natural placeAlvaro Herrera2023-03-311-37/+37
* Parallel Hash Full Join.Thomas Munro2023-03-312-32/+224
* Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera2023-03-301-3/+0
* Fix outdated comments regarding TupleTableSlotsDavid Rowley2023-03-301-4/+5
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-292-0/+141
* Simplify useless 0L constantsPeter Eisentraut2023-03-291-2/+2
* Fix oversights in array manipulation.Tom Lane2023-03-261-4/+9
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-252-10/+3
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-242-4/+8
* Ignore generated columns during apply of update/delete.Amit Kapila2023-03-231-2/+3
* Improve the naming of Parallel Hash Join phases.Thomas Munro2023-03-232-81/+82
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2023-03-231-166/+122
* Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete()Alexander Korotkov2023-03-231-13/+35
* Ignore dropped columns during apply of update/delete.Amit Kapila2023-03-211-2/+8
* Fix race in parallel hash join batch cleanup, take II.Thomas Munro2023-03-212-32/+72
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-203-19/+40
* Fix memory leak in Memoize cache key evaluationDavid Rowley2023-03-201-1/+8
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-151-2/+4
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-151-33/+79
* Fix MERGE command tag for actions blocked by BEFORE ROW triggers.Dean Rasheed2023-03-131-4/+6
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-132-122/+55
* Fix some more cases of missed GENERATED-column updates.Tom Lane2023-03-063-53/+79
* Fill EState.es_rteperminfos more systematically.Tom Lane2023-03-062-5/+9
* Remove local optimizations of empty Bitmapsets into null pointers.Tom Lane2023-03-021-9/+1
* Mop up some undue familiarity with the innards of Bitmapsets.Tom Lane2023-03-022-15/+24
* Remove bms_first_member().Tom Lane2023-03-021-1/+2
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-252-129/+179
* Add missing support for the latest SPI status codes.Dean Rasheed2023-02-221-0/+4
* Fix Assert failure for MERGE into a partitioned table with RLS.Dean Rasheed2023-02-221-3/+7
* Fix MERGE command tag for cross-partition updates.Dean Rasheed2023-02-221-1/+1
* Remove duplicated comment in nodeModifyTable.cMichael Paquier2023-02-161-3/+0
* Don't rely on uninitialized value in MERGE / DELETEAlvaro Herrera2023-02-151-8/+7