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
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
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
2025-08-21
PL/Python: Add event trigger support
Peter Eisentraut
2025-08-21
PL/Python: Refactor for event trigger support
Peter Eisentraut
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-08-03
Reduce leakage during PL/pgSQL function compilation.
Tom Lane
2025-07-29
Don't put library-supplied -L/-I switches before user-supplied ones.
Tom Lane
2025-07-09
Use pg_assume() to avoid compiler warning below exec_set_found()
Andres Freund
2025-07-07
Restore the ability to run pl/pgsql expression queries in parallel.
Tom Lane
2025-07-02
meson: Increase minimum version to 0.57.2
Peter Eisentraut
2025-06-30
Improve error report for PL/pgSQL reserved word used as a field name.
Tom Lane
2025-06-30
De-reserve keywords EXECUTE and STRICT in PL/pgSQL.
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-28
Fix memory leakage when function compilation fails.
Tom Lane
2025-05-05
Translation updates
Peter Eisentraut
2025-04-27
Don't use double-quotes in #include's of system headers, redux.
Tom Lane
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-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-03-22
plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'.
Tom Lane
2025-03-21
Revert inappropriate weakening of an Assert in plpgsql.
Tom Lane
2025-03-21
Fix plpgsql's handling of simple expressions in scrollable cursors.
Tom Lane
2025-03-14
Activate Python "Limited API" in PL/Python
Peter Eisentraut
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-12
Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
2025-03-07
Include column name in build_attrmap_by_position's error reports.
Tom Lane
2025-03-03
Allow => syntax for named cursor arguments in plpgsql.
Tom Lane
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-11
Allow extension functions to participate in in-place updates.
Tom Lane
2025-02-11
Implement new optimization rule for updates of expanded variables.
Tom Lane
2025-02-11
Detect whether plpgsql assignment targets are "local" variables.
Tom Lane
2025-02-11
Preliminary refactoring of plpgsql expression construction.
Tom Lane
2025-02-11
Refactor pl_funcs.c to provide a usage-independent tree walker.
Tom Lane
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-29
Fix grammatical typos around possessive "its"
John Naylor
2025-01-24
Return yyparse() result not via global variable
Peter Eisentraut
2025-01-11
Repair memory leaks in plpython.
Tom Lane
[next]