summaryrefslogtreecommitdiff
path: root/src/pl/plpython/Makefile
Commit message (Expand)AuthorAgeFilesLines
* plpython: Don't create pgxsdir subdirectory in installdir targetPeter Eisentraut2022-08-311-1/+1
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-071-14/+0
* Use gendef instead of pexports for building windows .def filesAndrew Dunstan2022-02-101-1/+1
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-191-2/+2
* Fix some OBJS lists in two Makefiles to be ordered alphabeticallyMichael Paquier2019-12-181-2/+2
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-161-2/+18
* 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
* Transaction control in PL proceduresPeter Eisentraut2018-01-221-0/+1
* SQL proceduresPeter Eisentraut2017-11-301-0/+1
* Fix misplacement of submake-generated-headers prerequisites.Tom Lane2016-10-011-1/+3
* Provide and use a makefile target to build all generated headers.Tom Lane2016-07-011-5/+5
* PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut2016-06-071-0/+1
* Fix python_includespec on Windows at configure timeAndrew Dunstan2015-05-031-4/+2
* Windows also needs an override of the shared libpython detectionPeter Eisentraut2015-05-021-1/+0
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-011-32/+0
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-291-1/+1
* Add transforms featurePeter Eisentraut2015-04-261-36/+4
* Improve speed of make check-worldPeter Eisentraut2015-04-231-3/+0
* Re-remove dependency on the DLL of pythonxx.def file.Noah Misch2014-11-021-2/+2
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+4
* On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane2014-05-301-3/+6
* Cosmetic improvements in plpython's make rule for libpython import library.Tom Lane2014-02-141-5/+10
* Remove dependency on the DLL of pythonxx.def file.Andrew Dunstan2013-03-051-1/+1
* PL/Python: Make build on OS X more flexiblePeter Eisentraut2013-01-051-11/+11
* Remove allow_nonpic_in_shlibPeter Eisentraut2012-12-181-3/+2
* PL/Python: Improve Python 3 regression test setupPeter Eisentraut2012-09-161-13/+22
* Run "make all" as a prerequisite of "make check"Peter Eisentraut2011-12-271-2/+2
* PL/Python: One more file renaming fix to unbreak the buildPeter Eisentraut2011-12-181-1/+1
* Split plpython.c into smaller piecesPeter Eisentraut2011-12-181-2/+14
* plpython: Fix sed expression in python3 buildPeter Eisentraut2011-11-291-1/+1
* Only install the extension files for the current Python major versionPeter Eisentraut2011-11-091-3/+4
* Make distprep and *clean build targets recurse into all subdirectories.Tom Lane2011-07-031-13/+15
* Catch errors in for loop in makefilePeter Eisentraut2011-05-021-1/+1
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-021-4/+1
* Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian2011-03-051-2/+2
* Make plpythonu language use plpython2 shared library directly.Tom Lane2011-03-051-6/+2
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-041-3/+24
* Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.Andrew Dunstan2011-02-281-1/+1
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-281-1/+11
* PL/Python explicit subtransactionsPeter Eisentraut2011-02-271-0/+1
* Table function support for PL/PythonPeter Eisentraut2011-02-261-0/+1
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-221-0/+1
* Allow make check in PL directoriesPeter Eisentraut2011-02-151-4/+9
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* PL/Python DO handlerPeter Eisentraut2010-01-221-1/+2
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-3/+40
* PL/Python regression tests for data type handlingPeter Eisentraut2009-08-141-1/+2
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-121-2/+17