Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-09-12 | Reintroduce support for sequences in pgstattuple and pageinspect. | Nathan Bossart | 12.21 |
| 2019-04-01 | Only allow heap in a number of contrib modules. | Andres Freund | 12.0 |
| 2019-01-21 | Replace heapam.h includes with {table, relation}.h where applicable. | 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-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 12.0 |
| 2018-10-01 | Fix tuple_data_split() to not open a relation without any lock. | Tom Lane | 12.0 |