In May 2024, the IETF standard on UUIDs (Universally Unique IDentifiers)has been updated with RFC 9562,finally officializing the UUID Version 7. This version...| postgresql.verite.pro
Among the novelties of PostgreSQL 17, recently released in beta,there’s a built-in UTF-8 locale and collation with binary stringcomparisons. In this post, le...| postgresql.verite.pro
In this post, let’s see how to control psql from outside withthe coproc functionality in bash.| postgresql.verite.pro
In a previous post, I mentioned that Postgres databases often have text indexes sorted linguistically rather than bytewise, which is why they need to be rein...| postgresql.verite.pro
A versioning bug in the ICU 73 release might affect people that use ICU collations with Postgres. Let's explain the issue and see what to do about it.| postgresql.verite.pro
GNU libc 2.28, released on August1, 2018, has among its new features a major update of itsUnicode locale data with new collation information.| postgresql.verite.pro