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
*
Fix typo
Peter Eisentraut
2018-06-08
*
Fix obsolete comment.
Heikki Linnakangas
2018-06-07
*
Fix type checking for support functions of parallel VARIADIC aggregates.
Tom Lane
2018-05-15
*
Fix state reversal after partition tuple routing
Alvaro Herrera
2018-03-19
*
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-17
*
Fix query-lifespan memory leakage in repeatedly executed hash joins.
Tom Lane
2018-03-16
*
Use the correct tuplestore read pointer in a NamedTuplestoreScan.
Tom Lane
2018-02-27
*
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-02-19
*
Improve bit perturbation in TupleHashTableHash.
Andres Freund
2018-01-29
*
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-27
*
When passing query strings to workers, pass the terminating \0.
Robert Haas
2017-12-20
*
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-19
*
Fix crashes on plans with multiple Gather (Merge) nodes.
Robert Haas
2017-12-18
*
Revert "Fix accumulation of parallel worker instrumentation."
Robert Haas
2017-12-13
*
Fix comment
Peter Eisentraut
2017-12-11
*
Fix corner-case coredump in _SPI_error_callback().
Tom Lane
2017-12-11
*
Fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-05
*
Teach bitmap heap scan to cope with absence of a DSA.
Robert Haas
2017-11-28
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Repair failure with SubPlans in multi-row VALUES lists.
Tom Lane
2017-11-25
*
Fix handling of NULLs returned by aggregate combine functions.
Andres Freund
2017-11-23
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Fix mistaken failure to allow parallelism in corner case.
Robert Haas
2017-10-27
*
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-16
*
Restore nodeAgg.c's ability to check for improperly-nested aggregates.
Tom Lane
2017-10-15
*
Fix AggGetAggref() so it won't lie to aggregate final functions.
Tom Lane
2017-10-12
*
Fix logical replication to fire BEFORE ROW DELETE triggers.
Robert Haas
2017-10-12
*
Prevent sharing transition states between ordered-set aggregates.
Tom Lane
2017-10-11
*
Fix mistakes in comments.
Robert Haas
2017-10-11
*
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-06
*
Fix intra-query memory leakage in nodeProjectSet.c.
Tom Lane
2017-10-06
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
Properly check interrupts in execScan.c.
Andres Freund
2017-09-14
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Quick-hack fix for foreign key cascade vs triggers with transition tables.
Tom Lane
2017-09-10
*
Even if some partitions are foreign, allow tuple routing.
Robert Haas
2017-09-07
*
Improve division of labor between execParallel.c and nodeGather[Merge].c.
Tom Lane
2017-09-01
*
Avoid memory leaks when a GatherMerge node is rescanned.
Tom Lane
2017-08-31
*
Clean up shm_mq cleanup.
Tom Lane
2017-08-31
*
Code review for nodeGatherMerge.c.
Tom Lane
2017-08-30
*
Separate reinitialization of shared parallel-scan state from ExecReScan.
Tom Lane
2017-08-30
*
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-30
*
Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.
Robert Haas
2017-08-18
*
Don't lock tables in RelationGetPartitionDispatchInfo.
Robert Haas
2017-08-17
*
Fix ExecReScanGatherMerge.
Tom Lane
2017-08-17
*
Add missing call to ExecReScanGatherMerge.
Robert Haas
2017-08-15
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
*
Improve ExecModifyTable comments.
Robert Haas
2017-08-03
[next]