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
Age
Commit message (
Expand
)
Author
2026-08-20
Remove redundant SvOK() tests in plperl.
Tom Lane
2026-08-19
Support tied Perl objects in plperl and associated contrib modules.
Tom Lane
2026-08-18
Make plperl's handling of Perl hashes more consistent.
Tom Lane
2026-08-18
Defend against null "SV *" pointers in plperl modules.
Tom Lane
2026-08-17
Make plperl's handling of Perl arrays safer and more consistent.
Tom Lane
2026-08-17
Use safer allocation routines in more places of the tree
Michael Paquier
2026-08-10
Use palloc_array() in pltcl and plperl to avoid overflow
Heikki Linnakangas
2026-08-10
Reject calls from SQL to functions that take or return type internal.
Tom Lane
2026-08-10
Protect some fixed-size arrays that have FUNC_MAX_ARGS elements.
Tom Lane
2026-08-10
Harden PL/Perl code against "tied" Perl arrays and hashes.
Tom Lane
2026-07-16
Revert "Make PL/Tcl require Tcl 8.6 or later"
Peter Eisentraut
2026-07-16
Make PL/Tcl require Tcl 8.6 or later
Peter Eisentraut
2026-07-11
Fix for loop variables used with lengthof
Peter Eisentraut
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-24
plperl: Fix NULL pointer dereference for forged array object
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-22
Harmonize function parameter names for Postgres 19.
Peter Geoghegan
2026-04-21
Make plpgsql_trap test more robust and less resource-intensive.
Tom Lane
2026-04-08
Remove MULE_INTERNAL encoding.
Thomas Munro
2026-03-31
Avoid including vacuum.h in tableam.h and heapam.h.
Nathan Bossart
2026-03-30
Remove bits* typedefs.
Nathan Bossart
2026-03-24
Bounds-check access to TupleDescAttr with an Assert.
Robert Haas
2026-03-20
plpgsql: optimize "SELECT simple-expression INTO var".
Tom Lane
2026-03-16
Reduce header inclusions via execnodes.h
Álvaro Herrera
2026-03-15
Add all required calls to TupleDescFinalize()
David Rowley
2026-02-26
EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.
Noah Misch
2026-02-23
Fix additional fallthrough warnings from clang
Peter Eisentraut
2026-02-19
Use fallthrough attribute instead of comment
Peter Eisentraut
2026-02-11
Fix plpgsql's handling of "return simple_record_variable".
Tom Lane
2026-02-10
Improve type handling of varlena structures
Michael Paquier
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-28
Split some long Makefile lists
Michael Paquier
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-09-12
Allow redeclaration of typedef yyscan_t
Peter Eisentraut
[next]