Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-11-19 | Fix traversing to the deleted GIN page via downlink | Alexander Korotkov | 10.12 |
| 2019-11-19 | Fix deadlock between ginDeletePage() and ginStepRight() | Alexander Korotkov | 10.12 |
| 2018-12-13 | Prevent GIN deleted pages from being reclaimed too early | Alexander Korotkov | 10.7 |
| 2018-12-13 | Fix deadlock in GIN vacuum introduced by 218f51584d5 | Alexander Korotkov | 10.7 |
| 2017-11-16 | Fix broken cleanup interlock for GIN pending list. | Robert Haas | 10.2 |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane | 10.0 |
| 2017-05-17 | Post-PG 10 beta1 pgindent run | Bruce Momjian | 10.0 |
| 2017-03-23 | Reduce page locking in GIN vacuum | Teodor Sigaev | 10.0 |
| 2017-02-14 | Split index xlog headers from other private index headers. | Robert Haas | 10.0 |
| 2017-01-03 | Update copyright via script for 2017 | Bruce Momjian | 10.0 |
| 2016-08-27 | Add macros to make AllocSetContextCreate() calls simpler and safer. | Tom Lane | 10.0 |