Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-03-28 | tableam: Support for an index build's initial table scan(s). | Andres Freund | 12.0 |
| 2019-03-11 | tableam: Add and use scan APIs. | Andres Freund | 12.0 |
| 2019-01-22 | Move generic snapshot related code from tqual.h to snapmgr.h. | Andres Freund | 12.0 |
| 2019-01-22 | Change snapshot type to be determined by enum rather than callback. | 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 | Don't include heapam.h from others headers. | Andres Freund | 12.0 |