index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Revert applying column aliases to the output of whole-row Vars.
Tom Lane
2022-03-17
*
Fix memory leak in IndexScan node with reordering
Alexander Korotkov
2022-02-14
*
Test, don't just Assert, that mergejoin's inputs are in order.
Tom Lane
2022-02-05
*
Fix index-only scan plans, take 2.
Tom Lane
2022-01-03
*
Fix variable lifespan in ExecInitCoerceToDomain().
Tom Lane
2021-11-02
*
Avoid some other O(N^2) hazards in list manipulation.
Tom Lane
2021-11-01
*
Fix assignment to array of domain over composite.
Tom Lane
2021-10-19
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Fix usage of "tableoid" in GENERATED expressions.
Tom Lane
2021-05-21
*
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-05-21
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-05-10
*
Don't crash on reference to an un-available system column.
Tom Lane
2021-04-22
*
Fix bugs in RETURNING in cross-partition UPDATE cases.
Tom Lane
2021-04-22
*
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-04-13
*
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-18
*
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-03-17
*
Simplify loop logic in nodeIncrementalSort.c.
Tom Lane
2021-02-15
*
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-15
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Fix bug in HashAgg's selective-column-spilling logic.
Tom Lane
2021-02-04
*
Fix YA incremental sort bug.
Tom Lane
2021-02-04
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
*
Don't add bailout adjustment for non-strict deserialize calls.
Andrew Gierth
2021-01-28
*
Remove faulty support for MergeAppend plan with WHERE CURRENT OF.
Tom Lane
2021-01-19
*
Avoid crash with WHERE CURRENT OF and a custom scan plan.
Tom Lane
2021-01-18
*
Fix bug #16784 in Disk-based Hash Aggregation.
Jeff Davis
2020-12-26
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
*
Skip allocating hash table in EXPLAIN-only mode.
Heikki Linnakangas
2020-11-20
*
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-11-08
*
Use INT64_FORMAT to print int64 variables in sort debug
Tomas Vondra
2020-11-03
*
Guard against core dump from uninitialized subplan.
Tom Lane
2020-11-03
*
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-19
*
Change LogicalTapeSetBlocks() to use nBlocksWritten.
Jeff Davis
2020-09-15
*
HashAgg: release write buffers sooner by rewinding tape.
Jeff Davis
2020-09-15
*
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
*
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Fix matching of sub-partitions when a partitioned plan is stale.
Tom Lane
2020-08-05
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-28
*
Rename another "hash_mem" local variable.
Peter Geoghegan
2020-07-28
*
Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join
David Rowley
2020-07-29
*
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-26
*
Fix buffer usage stats for nodes above Gather Merge.
Amit Kapila
2020-07-25
*
Fix minor typo in nodeIncrementalSort.c.
Amit Kapila
2020-07-20
*
HashAgg: before spilling tuples, set unneeded columns to NULL.
Jeff Davis
2020-07-12
*
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-19
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
Fix HashAgg regression from choosing too many initial buckets.
Jeff Davis
2020-06-08
[next]