summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
2023-04-19Fix various typos and incorrect/outdated name referencesDavid Rowley
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-21Fix a couple of typosMichael Paquier
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-01-25plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCEAndres Freund
2023-01-25plpython: Avoid the need to redefine *printf macrosAndres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-07Fix final warnings produced by -Wshadow=compatible-localDavid Rowley
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-31plpython: Don't create pgxsdir subdirectory in installdir targetPeter Eisentraut
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-06-27PL/Python: Update guide to alternative expected filesPeter Eisentraut
2022-05-16Translation updatesPeter Eisentraut
2022-03-08plpython: Restore alternative output for plpython_error test.Andres Freund
2022-03-08plpython: add missing plpython.h include to plpy_plpymodule.hAndres Freund
2022-03-08plpython: Code cleanup related to removal of Python 2 support.Andres Freund
2022-03-08plpython: Remove regression test infrastructure for Python 2.Andres Freund
2022-03-08plpython: Remove plpythonu, plpython2u and associated transform extensions.Andres Freund
2022-02-28Fix SPI's handling of errors during transaction commit.Tom Lane
2022-02-10Use gendef instead of pexports for building windows .def filesAndrew Dunstan
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-25Remove unneeded Python includesPeter Eisentraut
2021-06-21Translation updatesPeter Eisentraut
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-06-05Fix subtransaction test for Python 3.10Peter Eisentraut
2021-05-10Translation updatesPeter Eisentraut
2021-04-13Port regress-python3-mangle.mk to Solaris "sed".Noah Misch
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-10-02Tidy up error reporting when converting PL/Python arrays.Heikki Linnakangas
2020-10-01Fix incorrect assertion on number of array dimensions.Heikki Linnakangas
2020-09-21Fix a few more generator scripts to produce pgindent-clean output.Tom Lane
2020-09-21Standardize order of use strict and use warnings in Perl codePeter Eisentraut
2020-07-14Fix -Wcast-function-type warningsPeter Eisentraut
2020-05-21Clear some style deviations.Noah Misch
2020-05-18Translation updatesPeter Eisentraut