Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane | 14.0 |
| 2021-02-17 | Use errmsg_internal for debug messages | Peter Eisentraut | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-08-16 | Correct several behavior descriptions in comments. | Noah Misch | 14.0 |
| 2020-08-14 | snapshot scalability: Introduce dense array of in-progress xids. | Andres Freund | 14.0 |
| 2020-08-14 | snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT. | Andres Freund | 14.0 |
| 2020-08-12 | Track latest completed xid as a FullTransactionId. | Andres Freund | 14.0 |
| 2020-08-11 | Rename VariableCacheData.nextFullXid to nextXid. | Andres Freund | 14.0 |
| 2020-08-01 | Change XID and mxact limits to warn at 40M and stop at 3M. | Noah Misch | 14.0 |