summaryrefslogtreecommitdiff
path: root/src/backend/executor
AgeCommit message (Expand)Author
2021-07-22Make nodeSort.c use Datum sorts for single column sortsDavid Rowley
2021-07-21Rename NodeTag of ExprStatePeter Eisentraut
2021-07-21More improvements of error messages about mismatching relkindPeter Eisentraut
2021-07-19Use l*_node() family of functions where appropriatePeter Eisentraut
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-07Use a hash table to speed up NOT IN(values)David Rowley
2021-07-06Allow CustomScan providers to say whether they support projections.Tom Lane
2021-07-04Cleanup some aggregate code in the executorDavid Rowley
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-06-16Fix copying data into slots with FDW batchingTomas Vondra
2021-06-11Optimize creation of slots for FDW bulk insertsTomas Vondra
2021-06-11Use the correct article for abbreviationsDavid Rowley
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-10Shut down EvalPlanQual machinery when LockRows node reaches the end.Tom Lane
2021-06-07Fix rescanning of async-aware Append nodes.Etsuro Fujita
2021-05-22Fix planner's use of Result Cache with unique joinsDavid Rowley
2021-05-21Fix usage of "tableoid" in GENERATED expressions.Tom Lane
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-05-14Convert misleading while loop into an if conditionDavid Rowley
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita
2021-05-10Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane
2021-05-10Prevent integer overflows in array subscripting calculations.Tom Lane
2021-05-08Move memory accounting Asserts for Result Cache codeDavid Rowley
2021-04-24Fix come comments in execMain.cMichael Paquier
2021-04-23Minor code cleanup in asynchronous execution support.Etsuro Fujita
2021-04-22Don't crash on reference to an un-available system column.Tom Lane
2021-04-22Fix relcache inconsistency hazard in partition detachAlvaro Herrera
2021-04-21doc: Improve hyphenation consistencyPeter Eisentraut
2021-04-20adjust query id feature to use pg_stat_activity.query_idBruce Momjian
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-15Revert "Cope with NULL query string in ExecInitParallelPlan()."Tom Lane
2021-04-15Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane
2021-04-13Redesign the caching done by get_cached_rowtype().Tom Lane
2021-04-08Fixes for query_id featureBruce Momjian
2021-04-08Speedup ScalarArrayOpExpr evaluationDavid Rowley
2021-04-08Cope with NULL query string in ExecInitParallelPlan().Andres Freund
2021-04-07SQL-standard function bodyPeter Eisentraut
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-07Comment cleanup for a1115fa07.Tom Lane
2021-04-06Postpone some more stuff out of ExecInitModifyTable.Tom Lane
2021-04-06Postpone some stuff out of ExecInitModifyTable.Tom Lane
2021-04-06Fix missing #include in nodeResultCache.h.Tom Lane
2021-04-06Clean up treatment of missing default and CHECK-constraint records.Tom Lane
2021-04-06Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().Etsuro Fujita
2021-04-02Remove useless Asserts in Result Cache codeDavid Rowley
2021-04-02Add Result Cache executor node (take 2)David Rowley
2021-04-01Revert b6002a796David Rowley
2021-03-31Add Result Cache executor nodeDavid Rowley