pgsql: doc PG 17 relnotes: combine items

2024-05-25 Thread Bruce Momjian
doc PG 17 relnotes: combine items Reported-by: Andres Freund Discussion: https://postgr.es/m/20240524182329.gmzcd3a2zrvye...@awork3.anarazel.de Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/87331c68233425dd02048978e527dcf1ca505c6d Mo

pgsql: Provide deterministic order for catalog queries in partition_spl

2024-05-25 Thread Alexander Korotkov
Provide deterministic order for catalog queries in partition_split.sql System catalog tables are subject to modification by parallel tests. This is the source of instability when querying them without explicit ORDER BY. This commit adds explicit ORDER BY to system catalog queries in partition_spl

pgsql: doc PG 17 relnote: adjust "SLRU cache sizes to be configured"

2024-05-25 Thread Bruce Momjian
doc PG 17 relnote: adjust "SLRU cache sizes to be configured" Add Álvaro Herrera as additional item author. Reported-by: Álvaro Herrera Discussion: https://postgr.es/m/202405231122.zew2gncy63fo@alvherre.pgsql Author: Álvaro Herrera Backpatch-through: master Branch -- master Details

pgsql: doc PG 17 relnotes: fix "pg_stat_slru_reset" wording

2024-05-25 Thread Bruce Momjian
doc PG 17 relnotes: fix "pg_stat_slru_reset" wording Reported-by: Marcos Pegoraro Discussion: https://postgr.es/m/cab-jlwyxrl-8fbfvdx8tevytj8y1smmot5a-5clqxaane7w...@mail.gmail.com Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/f3bfa02

pgsql: doc PG 17 relnotes: improve btree "set/array" matching item

2024-05-25 Thread Bruce Momjian
doc PG 17 relnotes: improve btree "set/array" matching item Reported-by: Peter Geoghegan Discussion: https://postgr.es/m/cah2-wznwss5iruka2deuoosdh7sts2opdvv4pcowhk51fq2...@mail.gmail.com Backpatch-through: master Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/

pgsql: amcheck: Fixes for right page check during unique constraint che

2024-05-25 Thread Alexander Korotkov
amcheck: Fixes for right page check during unique constraint check * Don't forget to pfree() the right page when it's to be ignored. * Report error on unexpected non-leaf right page even if this page is not to be ignored. This restores the logic which was unintendedly changed in 97e5b0026