aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Future-proof the recursion inside ExecShutdownNode().Tom Lane2022-09-19
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* Avoid misbehavior when hash_table_bytes < bucket_size.Tom Lane2022-08-13
* Fix handling of R/W expanded datums that are passed to SQL functions.Tom Lane2022-08-10
* Add CHECK_FOR_INTERRUPTS in ExecInsert's speculative insertion loop.Tom Lane2022-08-04
* Re-add SPICleanup for ABI compatibility in stable branchPeter Eisentraut2022-07-18
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-06-22
* Un-break whole-row Vars referencing domain-over-composite types.Tom Lane2022-06-10
* Harden Memoization code against broken data typesDavid Rowley2022-06-08
* Revert applying column aliases to the output of whole-row Vars.Tom Lane2022-03-17
* Fix memory leak in IndexScan node with reorderingAlexander Korotkov2022-02-14
* Test, don't just Assert, that mergejoin's inputs are in order.Tom Lane2022-02-05
* Fix compiler warning in non-assert builds, introduced in f862d57057f.Andres Freund2022-02-03
* Further fix for EvalPlanQual with mix of local and foreign partitions.Etsuro Fujita2022-02-03
* Fix typo in comment.Etsuro Fujita2022-01-28
* Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan2022-01-12
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-24
* Revert "Flush Memoize cache when non-key parameters change"David Rowley2021-11-24
* Flush Memoize cache when non-key parameters changeDavid Rowley2021-11-24
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Fix variable lifespan in ExecInitCoerceToDomain().Tom Lane2021-11-02
* Avoid some other O(N^2) hazards in list manipulation.Tom Lane2021-11-01
* Fix assignment to array of domain over composite.Tom Lane2021-10-19
* 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