Commits
Showing commits that first shipped in 9.6 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2016-08-16 | Disable parallel query by default. | Robert Haas | 9.6.0 |
| 2016-07-07 | Clarify resource utilization of parallel query. | Robert Haas | 9.6.0 |
| 2016-06-09 | Eliminate "parallel degree" terminology. | Robert Haas | 9.6.0 |
| 2016-05-03 | Note that max_worker_processes requires restart. | Robert Haas | 9.6.0 |
| 2016-04-27 | Fix wrong word. | Robert Haas | 9.6.0 |
| 2016-04-27 | Change postgresql.conf.sample to say that fsync=off will corrupt data. | Robert Haas | 9.6.0 |
| 2016-04-26 | Enable parallel query by default. | Robert Haas | 9.6.0 |
| 2016-04-08 | Use quicksort, not replacement selection, for external sorting. | Robert Haas | 9.6.0 |
| 2016-03-30 | Add new replication mode synchronous_commit = 'remote_apply'. | Robert Haas | 9.6.0 |
| 2016-03-16 | Add idle_in_transaction_session_timeout. | Robert Haas | 9.6.0 |
| 2016-02-07 | Introduce a new GUC force_parallel_mode for testing purposes. | Robert Haas | 9.6.0 |
| 2015-09-30 | Add a Gather executor node. | Robert Haas | 9.6.0 |