aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* 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 index-only scan plans, take 2.Tom Lane2022-01-03
* 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
* Get rid of artificial restriction on hash table sizes on Windows.Tom Lane2021-07-25
* Fix usage of "tableoid" in GENERATED expressions.Tom Lane2021-05-21
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* 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
* Don't crash on reference to an un-available system column.Tom Lane2021-04-22
* Fix bugs in RETURNING in cross-partition UPDATE cases.Tom Lane2021-04-22
* Redesign the caching done by get_cached_rowtype().Tom Lane2021-04-13
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-18
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-17
* Simplify loop logic in nodeIncrementalSort.c.Tom Lane2021-02-15
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-15
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Fix bug in HashAgg's selective-column-spilling logic.Tom Lane2021-02-04
* Fix YA incremental sort bug.Tom Lane2021-02-04
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-28
* Don't add bailout adjustment for non-strict deserialize calls.Andrew Gierth2021-01-28
* Remove faulty support for MergeAppend plan with WHERE CURRENT OF.Tom Lane2021-01-19
* Avoid crash with WHERE CURRENT OF and a custom scan plan.Tom Lane2021-01-18
* Fix bug #16784 in Disk-based Hash Aggregation.Jeff Davis2020-12-26
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas2020-11-20
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Use INT64_FORMAT to print int64 variables in sort debugTomas Vondra2020-11-03
* Guard against core dump from uninitialized subplan.Tom Lane2020-11-03
* Fix list-munging bug that broke SQL function result coercions.Tom Lane2020-10-19
* Change LogicalTapeSetBlocks() to use nBlocksWritten.Jeff Davis2020-09-15
* HashAgg: release write buffers sooner by rewinding tape.Jeff Davis2020-09-15
* logtape.c: do not preallocate for tapes when sortingJeff Davis2020-09-11
* Check default partitions constraints while descendingAlvaro Herrera2020-09-08
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Fix matching of sub-partitions when a partitioned plan is stale.Tom Lane2020-08-05
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* HashAgg: use better cardinality estimate for recursive spilling.Jeff Davis2020-07-28
* Rename another "hash_mem" local variable.Peter Geoghegan2020-07-28
* Make EXPLAIN ANALYZE of HashAgg more similar to Hash JoinDavid Rowley2020-07-29
* Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis2020-07-26
* Fix buffer usage stats for nodes above Gather Merge.Amit Kapila2020-07-25
* Fix minor typo in nodeIncrementalSort.c.Amit Kapila2020-07-20
* HashAgg: before spilling tuples, set unneeded columns to NULL.Jeff Davis2020-07-12
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Fix HashAgg regression from choosing too many initial buckets.Jeff Davis2020-06-08