summaryrefslogtreecommitdiff
path: root/src/pl/plpython/Makefile
AgeCommit message (Expand)Author
2025-07-29Don't put library-supplied -L/-I switches before user-supplied ones.Tom Lane
2023-12-26Hide warnings from Python headers when using gcc-compatible compiler.Tom Lane
2023-11-06Remove distprepPeter Eisentraut
2022-08-31plpython: Don't create pgxsdir subdirectory in installdir targetPeter Eisentraut
2022-03-08plpython: Remove regression test infrastructure for Python 2.Andres Freund
2022-02-10Use gendef instead of pexports for building windows .def filesAndrew Dunstan
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2019-12-18Fix some OBJS lists in two Makefiles to be ordered alphabeticallyMichael Paquier
2018-09-16Fix out-of-tree build for transform modules.Andrew Gierth
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-01-22Transaction control in PL proceduresPeter Eisentraut
2017-11-30SQL proceduresPeter Eisentraut
2016-10-01Fix misplacement of submake-generated-headers prerequisites.Tom Lane
2016-07-01Provide and use a makefile target to build all generated headers.Tom Lane
2016-06-07PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut
2015-05-03Fix python_includespec on Windows at configure timeAndrew Dunstan
2015-05-02Windows also needs an override of the shared libpython detectionPeter Eisentraut
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-26Add transforms featurePeter Eisentraut
2015-04-23Improve speed of make check-worldPeter Eisentraut
2014-11-03Re-remove dependency on the DLL of pythonxx.def file.Noah Misch
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-05-30On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane
2014-02-14Cosmetic improvements in plpython's make rule for libpython import library.Tom Lane
2013-03-06Remove dependency on the DLL of pythonxx.def file.Andrew Dunstan
2013-01-05PL/Python: Make build on OS X more flexiblePeter Eisentraut
2012-12-18Remove allow_nonpic_in_shlibPeter Eisentraut
2012-09-17PL/Python: Improve Python 3 regression test setupPeter Eisentraut
2011-12-27Run "make all" as a prerequisite of "make check"Peter Eisentraut
2011-12-18PL/Python: One more file renaming fix to unbreak the buildPeter Eisentraut
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut
2011-11-29plpython: Fix sed expression in python3 buildPeter Eisentraut
2011-11-09Only install the extension files for the current Python major versionPeter Eisentraut
2011-07-03Make distprep and *clean build targets recurse into all subdirectories.Tom Lane
2011-05-01Catch errors in for loop in makefilePeter Eisentraut
2011-05-01Rewrite installation makefile rules without for loopsPeter Eisentraut
2011-03-05Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian
2011-03-05Make plpythonu language use plpython2 shared library directly.Tom Lane
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-03-01Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.Andrew Dunstan
2011-02-28PL/Python custom SPI exceptionsPeter Eisentraut
2011-02-27PL/Python explicit subtransactionsPeter Eisentraut
2011-02-26Table function support for PL/PythonPeter Eisentraut
2011-02-22Add PL/Python functions for quoting stringsPeter Eisentraut
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-22PL/Python DO handlerPeter Eisentraut