summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
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
2020-05-11Translation updatesPeter Eisentraut
2020-03-05Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-08Modernize Python exception syntax in testsPeter Eisentraut
2020-01-08Remove support for Python older than 2.6Peter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-18Fix some OBJS lists in two Makefiles to be ordered alphabeticallyMichael Paquier
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-04Fix some compiler warnings on older compilersPeter Eisentraut
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-07Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2019-06-17Translation updatesPeter Eisentraut
2019-05-31Fix assorted header files that failed to compile standalone.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-20Translation updatesPeter Eisentraut
2019-04-19Fix problems with auto-held portals.Tom Lane
2019-03-30Generated columnsPeter Eisentraut