Commits
Showing commits that first shipped in 9.5 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2018-04-11 | Do not select new object OIDs that match recently-dead entries. | Tom Lane | 9.5.13 |
| 2015-05-14 | Support "expanded" objects, particularly arrays, for better performance. | Tom Lane | 9.5.0 |
| 2015-02-21 | Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. | Tom Lane | 9.5.0 |
| 2015-02-20 | Use FLEXIBLE_ARRAY_MEMBER in struct varlena. | Tom Lane | 9.5.0 |
| 2015-02-09 | Minor cleanup/code review for "indirect toast" stuff. | Tom Lane | 9.5.0 |
| 2014-12-25 | Temporarily revert "Move pg_lzcompress.c to src/common." | Tom Lane | 9.5.0 |
| 2014-12-11 | Fix assorted confusion between Oid and int32. | Tom Lane | 9.5.0 |