aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython
Commit message (Expand)AuthorAge
* Activate Python "Limited API" in PL/PythonPeter Eisentraut2025-03-14
* Prepare for Python "Limited API" in PL/PythonPeter Eisentraut2025-03-12
* Revert "Prepare for Python "Limited API" in PL/Python"Peter Eisentraut2025-02-26
* Prepare for Python "Limited API" in PL/PythonPeter Eisentraut2025-02-26
* Remove obsolete Python version checkPeter Eisentraut2025-02-25
* Virtual generated columnsPeter Eisentraut2025-02-07
* Repair memory leaks in plpython.Tom Lane2025-01-11
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Simplify some SPI tests of PL/PythonMichael Paquier2024-11-25
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane2024-09-09
* Mark misc static global variables as constHeikki Linnakangas2024-08-06
* Make formatting in nls.mk files more consistentPeter Eisentraut2024-05-14
* Fix recursive RECORD-returning plpython functions.Tom Lane2024-05-09
* Don't corrupt plpython's "TD" dictionary in a recursive trigger call.Tom Lane2024-05-07
* Translation updatesPeter Eisentraut2024-05-06
* Avoid possible longjmp-induced logic error in PLy_trigger_build_args.Tom Lane2024-04-01
* Make the order of the header file includes consistentPeter Eisentraut2024-03-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Fix mistaken file name in plpython's meson recipe.Tom Lane2023-12-26
* Hide warnings from Python headers when using gcc-compatible compiler.Tom Lane2023-12-26
* Remove distprepPeter Eisentraut2023-11-06
* Fix assertion failure with PL/Python exceptionsMichael Paquier2023-09-19
* Translation updatesPeter Eisentraut2023-08-07
* Translation updatesPeter Eisentraut2023-06-26
* Translation updatesPeter Eisentraut2023-05-22
* Move return statements out of PG_TRY blocks.Nathan Bossart2023-05-04
* Tighten array dimensionality checks in Python -> SQL array conversion.Tom Lane2023-05-04
* Handle zero-length sublist correctly in Python -> SQL array conversion.Tom Lane2023-04-28
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-19
* Harmonize some more function parameter names.Peter Geoghegan2023-04-13
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* meson: add install-{quiet, world} targetsAndres Freund2023-03-23
* Fix a couple of typosMichael Paquier2023-03-22
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-08
* plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCEAndres Freund2023-01-25
* plpython: Avoid the need to redefine *printf macrosAndres Freund2023-01-25
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-27
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add support for building with precompiled headersAndres Freund2022-10-06
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-07
* meson: Add windows resource filesAndres Freund2022-10-05
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* plpython: Don't create pgxsdir subdirectory in installdir targetPeter Eisentraut2022-08-31
* Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund2022-07-17
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-13