aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/parallel.h
Commit message (Expand)AuthorAge
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Avoid passing function pointers across process boundaries.Tom Lane2017-04-14
* Don't use bgw_main even to specify in-core bgworker entrypoints.Robert Haas2017-03-31
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Minor cleanup for access/transam/parallel.c.Tom Lane2016-08-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Update parallel executor support to reuse the same DSM.Robert Haas2015-10-30
* Allow a parallel context to relaunch workers.Robert Haas2015-10-16
* Fix a problem with parallel workers being unable to restore role.Robert Haas2015-10-16
* pgindent run for 9.5Bruce Momjian2015-05-23
* Avoid using a C++ keyword as a structure member name.Robert Haas2015-05-05
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30