index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
REL_19_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
Age
Commit message (
Expand
)
Author
2026-08-17
Use safer allocation routines in more places of the tree
Michael Paquier
2026-07-06
Make PLy_elog() use pg_integer_constant_p().
Tom Lane
2026-06-29
plpython: Fix NULL pointer dereferences for broken sequence and mapping objects
Richard Guo
2026-06-21
plpython: Use funccache.c infrastructure for procedure caching.
Tom Lane
2026-06-01
Translation updates
Peter Eisentraut
2026-05-13
Pre-beta mechanical code beautification, step 1: run pgindent.
Tom Lane
2026-04-08
Remove MULE_INTERNAL encoding.
Thomas Munro
2026-03-30
Remove bits* typedefs.
Nathan Bossart
2026-02-26
EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.
Noah Misch
2026-02-02
Refactor att_align_nominal() to improve performance.
Tom Lane
2026-01-15
plpython: Streamline initialization
Peter Eisentraut
2026-01-15
plpython: Remove duplicate PyModule_Create()
Peter Eisentraut
2026-01-15
plpython: Clean up PyModule_AddObject() uses
Peter Eisentraut
2026-01-15
plpython: Remove commented out code
Peter Eisentraut
2026-01-14
Enable Python Limited API for PL/Python on MSVC
Peter Eisentraut
2026-01-01
Update copyright for 2026
Bruce Momjian
2025-12-09
Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
2025-10-23
Avoid memory leak in validation of a PL/Python trigger function.
Tom Lane
2025-10-23
Fix resource leaks in PL/Python error reporting, redux.
Tom Lane
2025-10-22
Remove useless pstrdup() calls.
Tom Lane
2025-10-21
Use CompactAttribute more often, when possible
David Rowley
2025-10-15
plpython: Remove support for major version conflict detection
Peter Eisentraut
2025-09-30
Make some use of anonymous unions [plpython]
Peter Eisentraut
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2025-08-21
PL/Python: Add event trigger support
Peter Eisentraut
2025-08-21
PL/Python: Refactor for event trigger support
Peter Eisentraut
2025-07-29
Don't put library-supplied -L/-I switches before user-supplied ones.
Tom Lane
2025-06-15
Sync typedefs.list with the buildfarm.
Tom Lane
2025-06-07
plpython: Remove obsolete test expected file
Peter Eisentraut
2025-06-01
Run pgindent on the previous commit.
Tom Lane
2025-06-01
Fix edge-case resource leaks in PL/Python error reporting.
Tom Lane
2025-05-05
Translation updates
Peter Eisentraut
2025-04-27
Remove circular #include's between plpython.h and plpy_util.h.
Tom Lane
2025-04-03
plpython: Add test for returning Python set from SETOF function
Peter Eisentraut
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-14
Activate Python "Limited API" in PL/Python
Peter Eisentraut
2025-03-12
Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
2025-02-26
Revert "Prepare for Python "Limited API" in PL/Python"
Peter Eisentraut
2025-02-26
Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
2025-02-25
Remove obsolete Python version check
Peter Eisentraut
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-11
Repair memory leaks in plpython.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-25
Simplify some SPI tests of PL/Python
Michael Paquier
2024-10-28
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-08-06
Mark misc static global variables as const
Heikki Linnakangas
2024-05-14
Make formatting in nls.mk files more consistent
Peter Eisentraut
2024-05-09
Fix recursive RECORD-returning plpython functions.
Tom Lane
[next]