Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-09-24 | For inplace update durability, make heap_update() callers wait. | Noah Misch | 12.21 |
| 2023-12-15 | Fix bugs in manipulation of large objects. | Tom Lane | 12.18 |
| 2022-12-23 | Fix come incorrect elog() messages in aclchk.c | Michael Paquier | 12.14 |
| 2021-01-20 | Fix ALTER DEFAULT PRIVILEGES with duplicated objects | Michael Paquier | 12.6 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane | 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-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 12.0 |
| 2018-11-10 | Fix missing role dependencies for some schema and type ACLs. | Tom Lane | 12.0 |