Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-07-13 | Release lock after encountering bogs row in vac_truncate_clog() | Andres Freund | 12.16 |
| 2023-07-13 | Handle DROP DATABASE getting interrupted | Andres Freund | 12.16 |
| 2019-04-24 | Allow pg_class xid & multixid horizons to not be set. | Andres Freund | 12.0 |
| 2019-03-31 | tableam: VACUUM and ANALYZE support. | Andres Freund | 12.0 |
| 2019-03-11 | tableam: Add and use scan APIs. | Andres Freund | 12.0 |
| 2019-01-21 | Remove superfluous tqual.h includes. | Andres Freund | 12.0 |
| 2019-01-21 | Replace uses of heap_open et al with the corresponding table_* function. | Andres Freund | 12.0 |
| 2019-01-15 | Move vacuumlazy.c into access/heap. | Andres Freund | 12.0 |
| 2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 12.0 |