Re: UUID v7
Nikolay Samokhvalov <nikolay@samokhvalov.com>
From: Nikolay Samokhvalov <nikolay@samokhvalov.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Andrey Borodin <x4mmm@yandex-team.ru>, Kirk Wolak <wolakk@gmail.com>
Date: 2024-01-22T04:24:31Z
Lists: pgsql-hackers
The following review has been posted through the commitfest application: make installcheck-world: not tested Implements feature: tested, passed Spec compliant: not tested Documentation: tested, passed Manually tested uuidv7(), uuid_extract_time() – they work as expected. The basic docs provided look clear. I haven't checked the tests though and possible edge cases, so leaving it as "needs review" waiting for more reviewers
Commits
-
Fix timestamp overflow in UUIDv7 implementation.
- a5419bc72e22 18.0 landed
-
Add UUID version 7 generation function.
- 78c5e141e9c1 18.0 landed
-
Add some UUID support functions
- 794f10f6b920 17.0 landed