Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-02-02 | Retire PG_SETMASK() macro. | Thomas Munro | 16.0 |
| 2021-02-15 | ReadNewTransactionId() -> ReadNextTransactionId(). | Thomas Munro | 14.0 |
| 2019-11-11 | Optimize TransactionIdIsCurrentTransactionId(). | Thomas Munro | 13.0 |
| 2019-04-12 | Fix GetNewTransactionId()'s interaction with xidVacLimit. | Thomas Munro | 12.0 |
| 2019-04-04 | Refactor the fsync queue for wider use. | Thomas Munro | 12.0 |
| 2019-03-28 | Fix typo. | Thomas Munro | 12.0 |
| 2019-03-28 | Use FullTransactionId for the transaction stack. | Thomas Munro | 12.0 |
| 2019-03-28 | Add basic infrastructure for 64 bit transaction IDs. | Thomas Munro | 12.0 |
| 2019-03-15 | Enable parallel query with SERIALIZABLE isolation. | Thomas Munro | 12.0 |
| 2018-10-08 | Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux). | Thomas Munro | 12.0 |