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 changes in execMain.c from commit 16828d5c0273b
Andrew Dunstan
2018-08-10
*
Fix buffer usage stats for parallel nodes.
Amit Kapila
2018-08-03
*
Match the buffer usage tracking for leader and worker backends.
Amit Kapila
2018-08-03
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Fix unnoticed variable shadowing in previous commit
Alvaro Herrera
2018-08-01
*
Fix per-tuple memory leak in partition tuple routing
Alvaro Herrera
2018-08-01
*
Allow multi-inserts during COPY into a partitioned table
Peter Eisentraut
2018-08-01
*
Verify range bounds to bms_add_range when necessary
Alvaro Herrera
2018-07-30
*
Use key and partdesc from PartitionDispatch where possible.
Robert Haas
2018-07-27
*
LLVMJIT: Release JIT context after running ExprContext shutdown callbacks.
Andres Freund
2018-07-25
*
Rephrase a few comments for clarity.
Heikki Linnakangas
2018-07-19
*
Fix comment.
Heikki Linnakangas
2018-07-19
*
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Allow using the updated tuple while moving it to a different partition.
Amit Kapila
2018-07-12
*
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
*
Fix assert in nested SQL procedure call
Peter Eisentraut
2018-07-06
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Fix thinko in comments.
Amit Kapila
2018-06-27
*
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
*
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-13
*
Improve ExecFindInitialMatchingSubPlans's subplan renumbering logic.
Tom Lane
2018-06-11
*
Don't needlessly check the partition contraint twice
Alvaro Herrera
2018-06-11
*
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-06-11
*
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
*
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
*
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-06-10
*
Limit Parallel Hash's bucket array to MaxAllocSize.
Thomas Munro
2018-06-10
*
Fix typo
Peter Eisentraut
2018-06-08
*
Fix obsolete comment.
Heikki Linnakangas
2018-06-07
*
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-21
*
Further adjust comment in get_partition_dispatch_recurse.
Robert Haas
2018-05-18
*
Improve comment in get_partition_dispatch_recurse.
Robert Haas
2018-05-16
*
Fix type checking for support functions of parallel VARIADIC aggregates.
Tom Lane
2018-05-15
*
Fix SPI error cleanup and memory leak
Peter Eisentraut
2018-05-03
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Fix interaction of foreign tuple routing with remote triggers.
Robert Haas
2018-05-01
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Update ExecInitPartitionInfo comment
Alvaro Herrera
2018-04-24
*
Initialize ExprStates once in run-time partition pruning
Alvaro Herrera
2018-04-24
*
Add missing "static" marker.
Tom Lane
2018-04-21
*
Remove quick path in ExecInitPartitionInfo for equal tupdescs
Alvaro Herrera
2018-04-19
*
Update Append's idea of first_partial_plan
Alvaro Herrera
2018-04-17
*
Ignore whole-rows in INSERT/CONFLICT with partitioned tables
Alvaro Herrera
2018-04-16
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-10
*
Fix incorrect logic for choosing the next Parallel Append subplan
Alvaro Herrera
2018-04-09
*
Minor comment updates
Alvaro Herrera
2018-04-09
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
[next]