pgsql: Update Unicode data to CLDR 45

2024-04-22 Thread Peter Eisentraut
Update Unicode data to CLDR 45 No actual changes result. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/9e2e4f08bb6cc86710cb84459b7fd0f407e596a7 Modified Files -- src/Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

pgsql: Update src/common/unicode/.gitignore

2024-04-22 Thread Peter Eisentraut
Update src/common/unicode/.gitignore for new downloaded files and new build results. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/7e44ac3741dd2ebf8c668d6ac6a10fa6ed7301b3 Modified Files -- src/common/unicode/.gitignore | 4 1 file changed, 4

pgsql: Fix dumps of partitioned tables with table AMs

2024-04-22 Thread Michael Paquier
Fix dumps of partitioned tables with table AMs pg_dump/restore failed to properly set the table access method for partitioned tables, as it relies on SET queries that would change default_table_access_method. However, SET affects only tables and materialized views, not partitioned tables which

pgsql: Remove unneeded nbtree array preprocessing assert.

2024-04-22 Thread Peter Geoghegan
Remove unneeded nbtree array preprocessing assert. Certain cases involving the use of cursors had assertion failures within _bt_preprocess_keys's recently added no-op return path. The assertion in question made the faulty assumption that a second or third call to _bt_preprocess_keys (within the