index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
Commit message (
Expand
)
Author
Age
*
Activate Python "Limited API" in PL/Python
Peter Eisentraut
2025-03-14
*
Prepare for Python "Limited API" in PL/Python
Peter Eisentraut
2025-03-12
*
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-26
*
Remove obsolete Python version check
Peter Eisentraut
2025-02-25
*
Virtual generated columns
Peter Eisentraut
2025-02-07
*
Repair memory leaks in plpython.
Tom Lane
2025-01-11
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Simplify some SPI tests of PL/Python
Michael Paquier
2024-11-25
*
Remove unused #include's from contrib, pl, test .c files
Peter Eisentraut
2024-10-28
*
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-09
*
Mark misc static global variables as const
Heikki Linnakangas
2024-08-06
*
Make formatting in nls.mk files more consistent
Peter Eisentraut
2024-05-14
*
Fix recursive RECORD-returning plpython functions.
Tom Lane
2024-05-09
*
Don't corrupt plpython's "TD" dictionary in a recursive trigger call.
Tom Lane
2024-05-07
*
Translation updates
Peter Eisentraut
2024-05-06
*
Avoid possible longjmp-induced logic error in PLy_trigger_build_args.
Tom Lane
2024-04-01
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make all Perl warnings fatal
Peter Eisentraut
2023-12-29
*
Fix mistaken file name in plpython's meson recipe.
Tom Lane
2023-12-26
*
Hide warnings from Python headers when using gcc-compatible compiler.
Tom Lane
2023-12-26
*
Remove distprep
Peter Eisentraut
2023-11-06
*
Fix assertion failure with PL/Python exceptions
Michael Paquier
2023-09-19
*
Translation updates
Peter Eisentraut
2023-08-07
*
Translation updates
Peter Eisentraut
2023-06-26
*
Translation updates
Peter Eisentraut
2023-05-22
*
Move return statements out of PG_TRY blocks.
Nathan Bossart
2023-05-04
*
Tighten array dimensionality checks in Python -> SQL array conversion.
Tom Lane
2023-05-04
*
Handle zero-length sublist correctly in Python -> SQL array conversion.
Tom Lane
2023-04-28
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-13
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
meson: add install-{quiet, world} targets
Andres Freund
2023-03-23
*
Fix a couple of typos
Michael Paquier
2023-03-22
*
Break up long GETTEXT_FILES lists
Peter Eisentraut
2023-03-08
*
plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE
Andres Freund
2023-01-25
*
plpython: Avoid the need to redefine *printf macros
Andres Freund
2023-01-25
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
*
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-10-07
*
meson: Add windows resource files
Andres Freund
2022-10-05
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
plpython: Don't create pgxsdir subdirectory in installdir target
Peter Eisentraut
2022-08-31
*
Mark all symbols exported from extension libraries PGDLLEXPORT.
Andres Freund
2022-07-17
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
*
Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."
Tom Lane
2022-07-13
[next]