Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-04-03 | Fix bogus CALLED_AS_TRIGGER() defenses. | Tom Lane | 12.3 |
| 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-22 | Move generic snapshot related code from tqual.h to snapmgr.h. | Andres Freund | 12.0 |
| 2019-01-15 | Don't include genam.h from execnodes.h and relscan.h anymore. | Andres Freund | 12.0 |
| 2019-01-15 | Don't include heapam.h from others headers. | Andres Freund | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-11-16 | Introduce notion of different types of slots (without implementing them). | Andres Freund | 12.0 |
| 2018-09-25 | Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. | Andres Freund | 12.0 |