summaryrefslogtreecommitdiff
path: root/src/pl/plpython
Commit message (Expand)AuthorAgeFilesLines
* Move return statements out of PG_TRY blocks.Nathan Bossart2023-05-041-18/+36
* Tighten array dimensionality checks in Python -> SQL array conversion.Tom Lane2023-05-043-121/+212
* Handle zero-length sublist correctly in Python -> SQL array conversion.Tom Lane2023-04-283-16/+23
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-191-1/+1
* Harmonize some more function parameter names.Peter Geoghegan2023-04-131-1/+1
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-4/+2
* meson: add install-{quiet, world} targetsAndres Freund2023-03-231-1/+1
* Fix a couple of typosMichael Paquier2023-03-222-2/+2
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-081-2/+12
* plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCEAndres Freund2023-01-251-14/+4
* plpython: Avoid the need to redefine *printf macrosAndres Freund2023-01-251-45/+3
* Update copyright for 2023Bruce Momjian2023-01-024-4/+4
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-271-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-202-0/+4
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-073-8/+6
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-212-0/+100
* plpython: Don't create pgxsdir subdirectory in installdir targetPeter Eisentraut2022-08-311-1/+1
* Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund2022-07-173-27/+27
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-2/+0
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-131-1/+2
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-131-2/+1
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-132-1/+1
* PL/Python: Update guide to alternative expected filesPeter Eisentraut2022-06-271-5/+0
* Translation updatesPeter Eisentraut2022-05-168-251/+240
* plpython: Restore alternative output for plpython_error test.Andres Freund2022-03-082-1/+448
* plpython: add missing plpython.h include to plpy_plpymodule.hAndres Freund2022-03-081-0/+1
* plpython: Code cleanup related to removal of Python 2 support.Andres Freund2022-03-0713-205/+79
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-0747-2076/+564
* plpython: Remove plpythonu, plpython2u and associated transform extensions.Andres Freund2022-03-074-48/+0
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-285-36/+188
* Use gendef instead of pexports for building windows .def filesAndrew Dunstan2022-02-101-1/+1
* Update copyright for 2022Bruce Momjian2022-01-072-2/+2
* Remove unneeded Python includesPeter Eisentraut2021-11-251-3/+0
* Translation updatesPeter Eisentraut2021-06-212-1/+461
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-103-5/+5
* Fix subtransaction test for Python 3.10Peter Eisentraut2021-06-052-6/+12
* Translation updatesPeter Eisentraut2021-05-103-183/+189
* Port regress-python3-mangle.mk to Solaris "sed".Noah Misch2021-04-121-2/+4
* Update copyright for 2021Bruce Momjian2021-01-022-2/+2
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-152-2/+0
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-091-4/+4
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-291-1/+1
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-151-1/+1
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-053-2/+38
* Tidy up error reporting when converting PL/Python arrays.Heikki Linnakangas2020-10-021-5/+15
* Fix incorrect assertion on number of array dimensions.Heikki Linnakangas2020-10-011-1/+1
* Fix a few more generator scripts to produce pgindent-clean output.Tom Lane2020-09-211-2/+2
* Standardize order of use strict and use warnings in Perl codePeter Eisentraut2020-09-211-1/+1