master
plpython: Fix NULL pointer dereferences for broken sequence and mapping objects
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
Make PL/Python handle domain-type conversions correctly.
Pre-beta mechanical code beautification, step 1: run pgindent.
Make PLy_elog() use pg_integer_constant_p().
plpython: Use funccache.c infrastructure for procedure caching.
Phase 2 of pgindent updates.
Sync typedefs.list with the buildfarm.
Repair memory leaks in plpython.
plpython: Streamline initialization
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.
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.