Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix potential memory leakage from HandleParallelMessages(). | Tom Lane | 2016-08-26 |
* | Block interrupts during HandleParallelMessages(). | Tom Lane | 2016-08-02 |
* | Sync 9.5 version of access/transam/parallel.c with HEAD. | Tom Lane | 2016-08-02 |
* | Message improvements | Peter Eisentraut | 2015-11-16 |
* | Pass extra data to bgworkers, and use this to fix parallel contexts. | Robert Haas | 2015-11-05 |
* | Fix a problem with parallel workers being unable to restore role. | Robert Haas | 2015-10-16 |
* | Invalidate caches after cranking up a parallel worker transaction. | Robert Haas | 2015-10-16 |
* | Don't send protocol messages to a shm_mq that no longer exists. | Robert Haas | 2015-10-16 |
* | Don't dump core when destroying an unused ParallelContext. | Robert Haas | 2015-09-30 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Avoid using a C++ keyword as a structure member name. | Robert Haas | 2015-05-05 |
* | Create an infrastructure for parallel computation in PostgreSQL. | Robert Haas | 2015-04-30 |