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
*
Avoid incorrectly indicating exclusion constraint wait
Stephen Frost
2016-03-15
*
Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.
Tom Lane
2016-03-14
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Minor optimizations based on ParallelContext having nworkers_launched.
Robert Haas
2016-03-04
*
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-03-01
*
Reuse abbreviated keys in ordered [set] aggregates.
Robert Haas
2016-02-17
*
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
2016-02-07
*
Fix comment block trashed by pgindent.
Tom Lane
2016-02-06
*
Improve HJDEBUG code a bit.
Tom Lane
2016-02-06
*
When modifying a foreign table, initialize tableoid field properly.
Robert Haas
2016-02-04
*
Allow parallel custom and foreign scans.
Robert Haas
2016-02-03
*
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
*
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
*
Support multi-stage aggregation.
Robert Haas
2016-01-20
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Fix spelling mistakes.
Robert Haas
2016-01-14
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Read from the same worker repeatedly until it returns no tuple.
Robert Haas
2015-12-23
*
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
*
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
*
Fix TupleQueueReaderNext not to ignore its nowait argument.
Robert Haas
2015-12-18
*
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-18
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-12-10
*
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-12-09
*
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-08
*
Fix obsolete comment.
Robert Haas
2015-11-30
*
Avoid server crash when worker registration fails at execution time.
Robert Haas
2015-11-20
*
Avoid aggregating worker instrumentation multiple times.
Robert Haas
2015-11-18
*
Fix dumb bug in tqueue.c
Robert Haas
2015-11-18
*
Remove accidentally-committed debugging code.
Robert Haas
2015-11-15
*
Make sequential scans parallel-aware.
Robert Haas
2015-11-11
*
Add missing "static" qualifier.
Tom Lane
2015-11-10
*
Fix rebasing mistake in nodeGather.c
Robert Haas
2015-11-09
*
Add a dummy return statement to TupleQueueRemap.
Robert Haas
2015-11-09
*
Remove set-but-not-used variables.
Robert Haas
2015-11-07
*
Try to convince gcc that TupleQueueRemap never falls off the end.
Robert Haas
2015-11-06
*
Modify tqueue infrastructure to support transient record types.
Robert Haas
2015-11-06
*
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-11-02
*
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-30
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Make Gather node projection-capable.
Robert Haas
2015-10-28
*
Fix typos in comments.
Robert Haas
2015-10-22
*
Fix a couple of bugs in recent parallelism-related commits.
Robert Haas
2015-10-22
*
Add header comments to execParallel.c and nodeGather.c.
Robert Haas
2015-10-22
*
Remove duplicate word.
Robert Haas
2015-10-20
*
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-10-16
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
*
Improve INSERT .. ON CONFLICT error message.
Robert Haas
2015-10-13
[next]