Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-07 | Update copyright for 2022 | Bruce Momjian | |
Backpatch-through: 10 | |||
2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane | |
Also "make reformat-dat-files". The only change worthy of note is that pgindent messed up the formatting of launcher.c's struct LogicalRepWorkerId, which led me to notice that that struct wasn't used at all anymore, so I just took it out. | |||
2021-01-02 | Update copyright for 2021 | Bruce Momjian | |
Backpatch-through: 9.5 | |||
2020-09-24 | Add new 'old_snapshot' contrib module. | Robert Haas | |
You can use this to view the contents of the time to XID mapping which the server maintains when old_snapshot_threshold != -1. Being able to view that information may be interesting for users, and it's definitely useful for figuring out whether the mapping is being maintained correctly. It isn't, so that will need to be fixed in a subsequent commit. Patch by me, reviewed by Thomas Munro, Dilip Kumar, Hamid Akhtar. Discussion: http://postgr.es/m/CA+TgmoY=aqf0zjTD+3dUWYkgMiNDegDLFjo+6ze=Wtpik+3XqA@mail.gmail.com |