Re: Add 64-bit XIDs into PostgreSQL 15
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Maxim Orlov <orlovmg@gmail.com>,
Shubham Khanna <khannashubham1197@gmail.com>, Daniel Gustafsson <daniel@yesql.se>, Pavel Borisov <pashkin.elfe@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Chris Travers <chris@orioledata.com>, Bruce Momjian <bruce@momjian.us>, Chris Travers <chris.travers@gmail.com>,
Peter Geoghegan <pg@bowt.ie>, Fedor Sigaev <teodor@sigaev.ru>, Alexander Korotkov <aekorotkov@gmail.com>, Konstantin Knizhnik <knizhnik@garret.ru>,
Nikita Glukhov <n.gluhov@postgrespro.ru>, Yura Sokolov <y.sokolov@postgrespro.ru>
Date: 2024-06-19T10:36:51Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add SLRU tests for 64-bit page case
- a60b8a58f435 17.0 landed
-
Make use FullTransactionId in 2PC filenames
- 5a1dfde8334b 17.0 landed
-
Use larger segment file names for pg_notify
- 2cdf131c46e6 17.0 landed
-
Index SLRUs by 64-bit integers rather than by 32-bit integers
- 4ed8f0913bfd 17.0 landed
Attachments
- v53-0002-Use-64-bit-FullTransactionId-instead-of-Epoch-xi.patch (application/octet-stream) patch v53-0002
- v53-0005-README.XID64.patch (application/octet-stream) patch v53-0005
- v53-0004-Use-64-bit-GUCs.patch (application/octet-stream) patch v53-0004
- v53-0003-Use-64-bit-SLRU-pages-in-callers.patch (application/octet-stream) patch v53-0003
- v53-0001-Use-64-bit-format-to-output-XIDs.patch (application/octet-stream) patch v53-0001
Hi, > Please send the Re-base version of the patch. PFA the rebased patchset. In order to keep the scope reasonable I suggest we focus on 0001...0005 for now. 0006+ are difficult to rebase / review and I'm a bit worried for the committer who will merge them. We can return to 0006+ when we deal with the first 5 patches. These patches can be delivered to PG18 independently, as we did with SLRU in the PG17 cycle. Tested on Intel MacOS w/ Autotools and ARM Linux w/ Meson. -- Best regards, Aleksander Alekseev