Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-12-19 | Extend the ProcSignal mechanism to support barriers. | Robert Haas | 13.0 |
| 2019-12-17 | Partially deduplicate interrupt handling for background processes. | Robert Haas | 13.0 |
| 2018-02-02 | Support parallel btree index builds. | Robert Haas | 11.0 |
| 2017-09-29 | Remove replacement selection sort. | Robert Haas | 11.0 |
| 2016-12-05 | Reduce the default for max_worker_processes back to 8. | Robert Haas | 10.0 |
| 2016-12-02 | Add max_parallel_workers GUC. | Robert Haas | 10.0 |
| 2016-04-08 | Use quicksort, not replacement selection, for external sorting. | Robert Haas | 9.6.0 |
| 2016-03-16 | Add idle_in_transaction_session_timeout. | Robert Haas | 9.6.0 |
| 2013-07-04 | Add new GUC, max_worker_processes, limiting number of bgworkers. | Robert Haas | 9.4.0 |
| 2013-03-07 | Code beautification for object-access hook machinery. | Robert Haas | 9.3.0 |
| 2010-11-25 | Object access hook framework, with post-creation hook. | Robert Haas | 9.1.0 |