Commits
Showing commits that first shipped in 11 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-11-17 | Replace RelationOpenSmgr() with RelationGetSmgr(). | Tom Lane | 11.19 |
| 2022-11-14 | Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay. | Amit Kapila | 11.19 |
| 2018-09-04 | During the split, set checksum on an empty hash index page. | Amit Kapila | 11.0 |
| 2018-09-01 | Avoid using potentially-under-aligned page buffers. | Tom Lane | 11.0 |
| 2018-04-07 | Predicate locking in hash indexes. | Teodor Sigaev | 11.0 |
| 2018-03-01 | Remove redundant IndexTupleDSize macro. | Tom Lane | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut | 11.0 |
| 2017-11-03 | Flag index metapages as standard-format in xlog.c calls. | Tom Lane | 11.0 |
| 2017-09-22 | hash: Implement page-at-a-time scan. | Robert Haas | 11.0 |
| 2017-09-01 | Introduce 64-bit hash functions with a 64-bit seed. | Robert Haas | 11.0 |