master
plpython: Remove regression test infrastructure for Python 2.
plpython: Fix NULL pointer dereferences for broken sequence and mapping objects
Fix a couple of typos
Provide more-specific error details/hints for function lookup failures.
Convert the existing regression test scripts for the various optional PLs to use the standard pg_regress infrastructure. No changes in the tests themselves. Andrew Dunstan
Reduce messages about implicit indexes and sequences to DEBUG1.
plpython: Use funccache.c infrastructure for procedure caching.
PL/Python: Add event trigger support
EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.