index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-15
Fix spelling mistakes.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-23
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-18
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-11
Improve some messages
Peter Eisentraut
2015-12-10
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-12-09
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-11-30
Fix obsolete comment.
Robert Haas
2015-11-20
Avoid server crash when worker registration fails at execution time.
Robert Haas
2015-11-18
Avoid aggregating worker instrumentation multiple times.
Robert Haas
2015-11-18
Fix dumb bug in tqueue.c
Robert Haas
2015-11-15
Remove accidentally-committed debugging code.
Robert Haas
2015-11-11
Make sequential scans parallel-aware.
Robert Haas
2015-11-10
Add missing "static" qualifier.
Tom Lane
2015-11-09
Fix rebasing mistake in nodeGather.c
Robert Haas
2015-11-09
Add a dummy return statement to TupleQueueRemap.
Robert Haas
2015-11-08
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-02
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-10-30
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-27
Make Gather node projection-capable.
Robert Haas
2015-10-22
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-20
Remove duplicate word.
Robert Haas
2015-10-16
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-10-15
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-13
Improve INSERT .. ON CONFLICT error message.
Robert Haas
2015-10-04
Further twiddling of nodeHash.c hashtable sizing calculation.
Tom Lane
2015-10-04
Fix some issues in new hashtable size calculations in nodeHash.c.
Tom Lane
2015-10-03
Add missing "static" specifier.
Tom Lane
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-29
Parallel executor support.
Robert Haas
2015-09-28
Fix ON CONFLICT DO UPDATE for tables with oids.
Andres Freund
2015-09-19
Glue layer to connect the executor to the shm_mq mechanism.
Robert Haas
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-15
RLS refactoring
Stephen Frost
2015-09-08
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-08-22
Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().
Tom Lane
2015-08-21
Remove ExecGetScanType function
Alvaro Herrera
2015-08-19
Fix bug in calculations of hash join buckets.
Kevin Grittner
[next]