index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2021-05-21
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-10
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-04-22
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-13
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-03-18
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-17
Fix race in Parallel Hash Join batch cleanup.
Thomas Munro
2021-02-15
Make ExecGetInsertedCols() and friends more robust and improve comments.
Heikki Linnakangas
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-28
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-19
Remove faulty support for MergeAppend plan with WHERE CURRENT OF.
Tom Lane
2021-01-18
Avoid crash with WHERE CURRENT OF and a custom scan plan.
Tom Lane
2020-11-24
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-20
Skip allocating hash table in EXPLAIN-only mode.
Heikki Linnakangas
2020-11-08
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-11-03
Guard against core dump from uninitialized subplan.
Tom Lane
2020-09-08
Check default partitions constraints while descending
Alvaro Herrera
2020-08-14
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-05
Fix matching of sub-partitions when a partitioned plan is stale.
Tom Lane
2020-07-25
Fix buffer usage stats for nodes above Gather Merge.
Amit Kapila
2020-06-16
Fix buffile.c error handling.
Thomas Munro
2020-05-16
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
Michael Paquier
2020-04-22
Fix transient memory leak for SRFs in FROM.
Andres Freund
2020-04-21
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-18
Fix possible crash with GENERATED ALWAYS columns
David Rowley
2020-04-11
Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.
Tom Lane
2020-02-29
Correctly re-use hash tables in buildSubPlanHash().
Tom Lane
2020-02-07
Fix bug in Tid scan.
Fujii Masao
2020-02-03
Add missing break out seqscan loop in logical replication
Alvaro Herrera
2020-01-28
Fix dangling pointer in EvalPlanQual machinery.
Tom Lane
2020-01-27
Avoid unnecessary shm writes in Parallel Hash Join.
Thomas Munro
2020-01-20
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-17
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-14
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2019-12-24
Rotate instead of shifting hash join batch number.
Thomas Munro
2019-12-04
Fix whitespace.
Etsuro Fujita
2019-11-26
Don't shut down Gather[Merge] early under Limit.
Amit Kapila
2019-11-16
Always call ExecShutdownNode() if appropriate.
Thomas Munro
2019-11-06
Minor code review for tuple slot rewrite.
Tom Lane
2019-09-29
jit: Re-allow JIT compilation of execGrouping.c hashtable comparisons.
Andres Freund
2019-09-29
Fix determination when slot types for upper executor nodes are fixed.
Andres Freund
2019-09-22
Fix typo in tts_virtual_copyslot.
Tom Lane
2019-09-15
Fix bogus sizeof calculations.
Tom Lane
2019-09-09
Reorder EPQ work, to fix rowmark related bugs and improve efficiency.
Andres Freund
2019-08-05
Fix choice of comparison operators for cross-type hashed subplans.
Tom Lane
2019-08-02
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-07-31
Remove superfluous newlines in function prototypes.
Andres Freund
[next]