Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
2023-03-10 initdb: derive encoding from locale for ICU; similar to libc. Jeff Davis 16.0
2023-03-09 Fix test failure caused in 27b62377b4. Jeff Davis 16.0
2023-03-09 Use ICU by default at initdb time. Jeff Davis 16.0
2023-03-09 Fix 9637badd9f. Jeff Davis 16.0
2023-03-09 pg_upgrade: copy locale and encoding information to new cluster. Jeff Davis 16.0
2023-02-24 Silence compiler warnings introduced by d87d548cd0. Jeff Davis 16.0
2023-02-23 Remove unnecessary #ifdef USE_ICU and branch. Jeff Davis 16.0
2023-02-23 Refactor to introduce pg_locale_deterministic(). Jeff Davis 16.0
2023-02-23 Refactor to add pg_strcoll(), pg_strxfrm(), and variants. Jeff Davis 16.0
2023-02-20 Limit memory usage of pg_walinspect functions. Jeff Davis 16.0
2023-02-14 Correct docs for the default locale_provider of a new database. Jeff Davis 16.0
2023-01-26 Clarify documentation for CLUSTER on partitioned tables. Jeff Davis 16.0
2023-01-14 Fix MAINTAIN privileges for toast tables and partitions. Jeff Davis 16.0
2023-01-13 Clean up useless "skipping" messages for VACUUM/ANALYZE. Jeff Davis 16.0
2023-01-13 Simplify permissions for LOCK TABLE. Jeff Davis 16.0
2022-12-14 Add grantable MAINTAIN privilege and pg_maintain role. Jeff Davis 16.0
2022-12-12 Remove extra space from dumped ALTER DEFAULT PRIVILEGES. Jeff Davis 16.0
2022-12-02 Fix broken hash function hashbpcharextended(). Jeff Davis 16.0
2022-12-01 Fix memory leak for hashing with nondeterministic collations. Jeff Davis 16.0
2022-11-16 Fix test in ae168c794f, per buildfarm. Jeff Davis 16.0
2022-11-16 Mark argument of RegisterCustomRmgr() as const. Jeff Davis 16.0
2022-11-15 Add test module for Custom WAL Resource Manager feature. Jeff Davis 16.0
2022-11-12 Document WAL rules related to PD_ALL_VISIBLE in README. Jeff Davis 16.0
2022-11-11 Fix theoretical torn page hazard. Jeff Davis 16.0
2022-11-11 Remove obsolete comments and code from prior to f8f4227976. Jeff Davis 16.0