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
*
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
*
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
*
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 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
*
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
*
Guard against core dump from uninitialized subplan.
Tom Lane
2020-11-03
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Fix buffer usage stats for nodes above Gather Merge.
Amit Kapila
2020-07-25
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
Michael Paquier
2020-05-16
*
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-21
*
Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.
Tom Lane
2020-04-11
*
Fix potential crash after constraint violation errors in partitioned tables.
Andres Freund
2020-03-23
*
Correctly re-use hash tables in buildSubPlanHash().
Tom Lane
2020-02-29
*
Add missing break out seqscan loop in logical replication
Alvaro Herrera
2020-02-03
*
Avoid unnecessary shm writes in Parallel Hash Join.
Thomas Munro
2020-01-27
*
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-20
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-14
*
Rotate instead of shifting hash join batch number.
Thomas Munro
2019-12-24
*
Don't shut down Gather[Merge] early under Limit.
Amit Kapila
2019-11-26
*
Always call ExecShutdownNode() if appropriate.
Thomas Munro
2019-11-16
*
jit: Re-allow JIT compilation of execGrouping.c hashtable comparisons.
Andres Freund
2019-09-29
*
Fix usage of whole-row variables in WCO and RLS policy expressions.
Tom Lane
2019-09-12
*
Fix choice of comparison operators for cross-type hashed subplans.
Tom Lane
2019-08-05
*
Pass QueryEnvironment down to EvalPlanQual's EState.
Thomas Munro
2019-07-10
*
Fix misleading comment in nodeIndexonlyscan.c.
Thomas Munro
2019-06-28
*
Fix inconsistency in comments atop ExecParallelEstimate.
Amit Kapila
2019-06-07
*
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-23
*
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-05-19
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Fix tuple printing in error message of tuple routing for partitions
Michael Paquier
2019-05-06
*
Fix problems with auto-held portals.
Tom Lane
2019-04-19
*
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2019-04-08
*
Fix partition tuple routing with dropped attributes
Michael Paquier
2019-04-08
*
Reset, not recreate, execGrouping.c style hashtables.
Andres Freund
2019-02-09
*
Allow to reset execGrouping.c style tuple hashtables.
Andres Freund
2019-02-09
*
Plug leak in BuildTupleHashTable by creating ExprContext in correct context.
Andres Freund
2019-02-09
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Fix outdated comment
Peter Eisentraut
2019-01-19
[next]