pgsql: Reorder some object files in makefiles

2022-12-28 Thread Peter Eisentraut
Reorder some object files in makefiles This restores some once-intended alphabetical orders and makes the lists consistent between the different build systems. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/24b55cd949a11b712927acf2557683976ee149ac Modified Files -

pgsql: Convert contrib/ltree's input functions to report errors softly

2022-12-28 Thread Andrew Dunstan
Convert contrib/ltree's input functions to report errors softly Reviewed by Tom Lane and Amul Sul Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/7a05425d96742acff5ebfacf307711385c88

pgsql: Convert contrib/intarray's bqarr_in() to report errors softly

2022-12-28 Thread Andrew Dunstan
Convert contrib/intarray's bqarr_in() to report errors softly Reviewed by Tom Lane and Amul Sul Discussion: https://postgr.es/m/[email protected] Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3b76622e04d8656fb44e7c932cb243e2d92fe4

pgsql: Add page-level freezing to VACUUM.

2022-12-28 Thread Peter Geoghegan
Add page-level freezing to VACUUM. Teach VACUUM to decide on whether or not to trigger freezing at the level of whole heap pages. Individual XIDs and MXIDs fields from tuple headers now trigger freezing of whole pages, rather than independently triggering freezing of each individual tuple header