Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2017-10-29 | Fix problems with the "role" GUC and parallel query. | Robert Haas | 10.1 |
| 2017-04-11 | Add an Assert() to max_parallel_workers enforcement. | Robert Haas | 10.0 |
| 2017-03-09 | Add a Gather Merge executor node. | Robert Haas | 10.0 |
| 2017-02-15 | Replace min_parallel_relation_size with two new GUCs. | Robert Haas | 10.0 |
| 2017-02-09 | Rename user-facing tools with "xlog" in the name to say "wal". | Robert Haas | 10.0 |
| 2017-02-08 | Add WAL consistency checking facility. | Robert Haas | 10.0 |
| 2017-02-02 | Increase upper bound for bgwriter_lru_maxpages. | Robert Haas | 10.0 |
| 2017-01-24 | Add a SHOW command to the replication command language. | Robert Haas | 10.0 |
| 2016-12-23 | Remove sql_inheritance GUC. | Robert Haas | 10.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-11-08 | Fix mistake in XLOG_SEG_SIZE test. | Robert Haas | 10.0 |
| 2016-10-17 | By default, set log_line_prefix = '%m [%p] '. | Robert Haas | 10.0 |