aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Fix checking of query type in plpgsql's RETURN QUERY command.Tom Lane2021-10-03
* Fix missing words in comment.Heikki Linnakangas2021-09-07
* Improve error messages about misuse of SELECT INTO.Tom Lane2021-08-21
* Use appropriate tuple descriptor in FDW batchingTomas Vondra2021-08-12
* Fix segfault during EvalPlanQual with mix of local and foreign partitions.Heikki Linnakangas2021-08-12
* Fix oversight in commit 1ec7fca8592178281cd5cdada0f27a340fb813fc.Etsuro Fujita2021-08-02
* postgres_fdw: Fix handling of pending asynchronous requests.Etsuro Fujita2021-07-30
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-25
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Fix copying data into slots with FDW batchingTomas Vondra2021-06-16
* Optimize creation of slots for FDW bulk insertsTomas Vondra2021-06-11
* Use the correct article for abbreviationsDavid Rowley2021-06-11
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Shut down EvalPlanQual machinery when LockRows node reaches the end.Tom Lane2021-06-10
* Fix rescanning of async-aware Append nodes.Etsuro Fujita2021-06-07
* Fix planner's use of Result Cache with unique joinsDavid Rowley2021-05-22
* Fix usage of "tableoid" in GENERATED expressions.Tom Lane2021-05-21
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Convert misleading while loop into an if conditionDavid Rowley2021-05-14
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-12
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-10
* Move memory accounting Asserts for Result Cache codeDavid Rowley2021-05-09
* Fix come comments in execMain.cMichael Paquier2021-04-24
* Minor code cleanup in asynchronous execution support.Etsuro Fujita2021-04-23
* Don't crash on reference to an un-available system column.Tom Lane2021-04-22
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* Revert "Cope with NULL query string in ExecInitParallelPlan()."Tom Lane2021-04-15
* Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane2021-04-15
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-13
* Fixes for query_id featureBruce Momjian2021-04-08
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-08
* Cope with NULL query string in ExecInitParallelPlan().Andres Freund2021-04-07
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-07
* Comment cleanup for a1115fa07.Tom Lane2021-04-07
* Postpone some more stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Fix missing #include in nodeResultCache.h.Tom Lane2021-04-06
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-06
* Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().Etsuro Fujita2021-04-06
* Remove useless Asserts in Result Cache codeDavid Rowley2021-04-03
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01