master
EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.
Translation updates
plpython: Remove regression test infrastructure for Python 2.
Don't put library-supplied -L/-I switches before user-supplied ones.
Update copyright for 2026
Make formatting in nls.mk files more consistent
Sync typedefs.list with the buildfarm.
Make PL/Python handle domain-type conversions correctly.
Pre-beta mechanical code beautification, step 1: run pgindent.
PL/Python: Add event trigger support
plpython: Streamline initialization
Phase 2 of pgindent updates.
Repair memory leaks in plpython.
Use palloc_object() and palloc_array() in more areas of the tree
Fix assorted header files that failed to compile standalone.
Fix SPI's handling of errors during transaction commit.
Make the order of the header file includes consistent.
Remove bits* typedefs.
Make some use of anonymous unions [plpython]
Remove MULE_INTERNAL encoding.
Mark all symbols exported from extension libraries PGDLLEXPORT.
Enable Python Limited API for PL/Python on MSVC
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Create extension infrastructure for the core procedural languages.