summaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAgeFilesLines
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-126-9/+66
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-104-120/+154
* Prevent integer overflows in array subscripting calculations.Tom Lane2021-05-101-0/+4
* Move memory accounting Asserts for Result Cache codeDavid Rowley2021-05-091-35/+29
* Fix come comments in execMain.cMichael Paquier2021-04-241-3/+3
* Minor code cleanup in asynchronous execution support.Etsuro Fujita2021-04-231-5/+13
* Don't crash on reference to an un-available system column.Tom Lane2021-04-221-5/+35
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-221-11/+8
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-211-2/+2
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-202-5/+5
* Fix typos and grammar in comments and docsMichael Paquier2021-04-191-3/+3
* Revert "Cope with NULL query string in ExecInitParallelPlan()."Tom Lane2021-04-151-5/+2
* Undo decision to allow pg_proc.prosrc to be NULL.Tom Lane2021-04-152-10/+12
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-132-83/+111
* Fixes for query_id featureBruce Momjian2021-04-081-1/+0
* Speedup ScalarArrayOpExpr evaluationDavid Rowley2021-04-082-18/+343
* Cope with NULL query string in ExecInitParallelPlan().Andres Freund2021-04-071-2/+5
* SQL-standard function bodyPeter Eisentraut2021-04-071-31/+48
* Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian2021-04-072-2/+12
* Comment cleanup for a1115fa07.Tom Lane2021-04-071-4/+1
* Postpone some more stuff out of ExecInitModifyTable.Tom Lane2021-04-062-158/+208
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-064-252/+212
* Fix missing #include in nodeResultCache.h.Tom Lane2021-04-061-1/+0
* Clean up treatment of missing default and CHECK-constraint records.Tom Lane2021-04-061-1/+10
* Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait().Etsuro Fujita2021-04-061-1/+3
* Remove useless Asserts in Result Cache codeDavid Rowley2021-04-031-4/+0
* Add Result Cache executor node (take 2)David Rowley2021-04-026-0/+1306
* Revert b6002a796David Rowley2021-04-016-1305/+0
* Add Result Cache executor nodeDavid Rowley2021-04-016-0/+1305
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-316-307/+707
* Add support for asynchronous execution.Etsuro Fujita2021-03-316-13/+665
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-251-6/+23
* Sanitize the term "combo CID" in code commentsMichael Paquier2021-03-251-1/+1
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-241-3/+0
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-182-117/+89
* Update the names of Parallel Hash Join phases.Thomas Munro2021-03-172-76/+79
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-172-31/+56
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-101-0/+3
* Complain if a function-in-FROM returns a set when it shouldn't.Tom Lane2021-03-081-1/+11
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-275-0/+431
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-241-2/+1
* Fix tuple routing to initialize batching only for insertsTomas Vondra2021-02-181-1/+2
* Simplify loop logic in nodeIncrementalSort.c.Tom Lane2021-02-151-34/+11
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-151-7/+21
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-085-77/+146
* Fix bug in HashAgg's selective-column-spilling logic.Tom Lane2021-02-041-1/+7
* Fix YA incremental sort bug.Tom Lane2021-02-041-0/+7
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-281-3/+1
* Don't add bailout adjustment for non-strict deserialize calls.Andrew Gierth2021-01-281-2/+4
* Rethink recently-added SPI interfaces.Tom Lane2021-01-261-64/+50