summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
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
2019-02-25Remove unnecessary use of PROCEDURALPeter Eisentraut
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-08Fix omissions in snprintf.c's coverage of standard *printf functions.Tom Lane
2018-09-26Clean up *printf macros to avoid conflict with format archetypes.Tom Lane
2018-09-26Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane
2018-09-26Always use our own versions of *printf().Tom Lane
2018-09-26Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane
2018-09-16Fix out-of-tree build for transform modules.Andrew Gierth
2018-09-07Use C99 designated initializers for some structsPeter Eisentraut
2018-09-05PL/Python: Remove use of simple slicing APIPeter Eisentraut
2018-08-24Remove test for VA_ARGS, implied by C99.Andres Freund
2018-07-23Mop-up for 3522d0eaba5, which missed some alternative output files.Andres Freund
2018-07-22Deduplicate "invalid input syntax" messages for various types.Andres Freund
2018-05-21Translation updatesPeter Eisentraut
2018-05-04Update expected files for older Python versionsPeter Eisentraut
2018-05-03Tweak tests to support Python 3.7Peter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-12Fix YA parallel-make hazard, this one in "make check" in plpython.Tom Lane
2018-04-10Put back parallel-safety guards in plpython and src/test/regress/.Tom Lane
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-03-28Allow committing inside cursor loopPeter Eisentraut