summaryrefslogtreecommitdiff
path: root/src/pl/plpython
Commit message (Expand)AuthorAgeFilesLines
...
* Fix -Wcast-function-type warningsPeter Eisentraut2020-07-141-7/+7
* Clear some style deviations.Noah Misch2020-05-214-12/+5
* Translation updatesPeter Eisentraut2020-05-181-89/+89
* Translation updatesPeter Eisentraut2020-05-119-526/+1020
* Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane2020-03-051-3/+1
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-2/+2
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-194-23/+2
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-4/+2
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-294-19/+37
* Modernize Python exception syntax in testsPeter Eisentraut2020-01-0815-27/+27
* Remove support for Python older than 2.6Peter Eisentraut2020-01-088-1484/+0
* Update copyrights for 2020Bruce Momjian2020-01-012-2/+2
* Fix some OBJS lists in two Makefiles to be ordered alphabeticallyMichael Paquier2019-12-181-2/+2
* Make the order of the header file includes consistent.Amit Kapila2019-11-2515-92/+44
* Fix some compiler warnings on older compilersPeter Eisentraut2019-11-042-2/+2
* PG_FINALLYPeter Eisentraut2019-11-015-32/+6
* Simplify PGAC_STRUCT_TIMEZONE Autoconf macroPeter Eisentraut2019-10-071-1/+0
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-131-1/+1
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Translation updatesPeter Eisentraut2019-06-173-328/+278
* Fix assorted header files that failed to compile standalone.Tom Lane2019-05-317-1/+14
* Phase 2 pgindent run for v12.Tom Lane2019-05-227-32/+32
* Initial pgindent run for v12.Tom Lane2019-05-221-2/+2
* Translation updatesPeter Eisentraut2019-05-2011-1307/+1344
* Fix problems with auto-held portals.Tom Lane2019-04-191-4/+0
* Generated columnsPeter Eisentraut2019-03-307-13/+168
* Remove unnecessary use of PROCEDURALPeter Eisentraut2019-02-256-9/+9
* Change function call information to be variable length.Andres Freund2019-01-262-6/+6
* Fix misc typos in comments.Heikki Linnakangas2019-01-231-1/+1
* Update copyright for 2019Bruce Momjian2019-01-022-2/+2
* Fix omissions in snprintf.c's coverage of standard *printf functions.Tom Lane2018-10-081-6/+37
* Clean up *printf macros to avoid conflict with format archetypes.Tom Lane2018-09-261-5/+0
* Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane2018-09-261-0/+2
* Always use our own versions of *printf().Tom Lane2018-09-261-5/+0
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-261-1/+0
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-161-2/+18
* Use C99 designated initializers for some structsPeter Eisentraut2018-09-075-148/+42
* PL/Python: Remove use of simple slicing APIPeter Eisentraut2018-09-051-22/+2
* Remove test for VA_ARGS, implied by C99.Andres Freund2018-08-241-4/+0
* Mop-up for 3522d0eaba5, which missed some alternative output files.Andres Freund2018-07-223-3/+3
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-222-3/+3
* Translation updatesPeter Eisentraut2018-05-2110-661/+1784
* Update expected files for older Python versionsPeter Eisentraut2018-05-032-2/+2
* Tweak tests to support Python 3.7Peter Eisentraut2018-05-032-4/+4
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-4/+4
* Fix YA parallel-make hazard, this one in "make check" in plpython.Tom Lane2018-04-121-1/+1
* Put back parallel-safety guards in plpython and src/test/regress/.Tom Lane2018-04-101-0/+3
* Fix partial-build problems introduced by having more generated headers.Tom Lane2018-04-091-3/+0
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-081-1/+0
* Fix a boatload of typos in C comments.Tom Lane2018-04-011-1/+1