summaryrefslogtreecommitdiff
path: root/config/python.m4
AgeCommit message (Expand)Author
2022-07-06Unify DLSUFFIX on DarwinPeter Eisentraut
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-02-17plpython: Reject Python 2 during build configuration.Andres Freund
2022-01-25Replace use of deprecated Python module distutils.sysconfig, take 2.Tom Lane
2022-01-25Revert "Temporarily add some information about python include paths to config...Tom Lane
2022-01-24Temporarily add some information about python include paths to configure.Andres Freund
2022-01-20Revert "Make configure prefer python3 to plain python."Tom Lane
2022-01-19Make configure prefer python3 to plain python.Tom Lane
2022-01-18Revert "Replace use of deprecated Python module distutils.sysconfig"Peter Eisentraut
2022-01-18Replace use of deprecated Python module distutils.sysconfigPeter Eisentraut
2020-01-08Remove support for Python older than 2.6Peter Eisentraut
2019-01-18configure: More use of AC_ARG_VARPeter Eisentraut
2019-01-13configure: Update python search orderPeter Eisentraut
2018-04-02Teach configure --with-python to report the Python version number.Tom Lane
2017-08-01Further improve consistency of configure's program searching.Tom Lane
2017-02-21Reject too-old Python versions a bit sooner.Tom Lane
2017-02-21Drop support for Python 2.3Peter Eisentraut
2016-10-07Fix python shlib probe for Cygwin.Tom Lane
2016-10-06Try to fix python shlib probe for MinGW.Tom Lane
2016-10-05In python shlib probe, cater for OpenBSD, which omits the .so symlink.Tom Lane
2016-10-04Huh, we do need to look in $python_configdir for the Python shlib.Tom Lane
2016-10-04Improve (I hope) our autolocation of the Python shared library.Tom Lane
2015-05-27Remove configure check prohibiting threaded libpython on OpenBSD.Tom Lane
2015-05-03fix escaping of brackets for m4 broken in b6b2149e48aa61981ae0199c963d5145a37...Andrew Dunstan
2015-05-03Fix python_includespec on Windows at configure timeAndrew Dunstan
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2014-05-30On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane
2013-01-06Fix plpython build on older versions of OS X.Tom Lane
2013-01-05PL/Python: Make build on OS X more flexiblePeter Eisentraut
2012-08-30Also check for Python platform-specific include directoryPeter Eisentraut
2012-02-20Don't reject threaded Python on FreeBSD.Tom Lane
2011-11-29python.m4: Remove useless "import string" callsPeter Eisentraut
2011-08-18Improve detection of Python 3.2 installationsPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-03-17Don't link PL/Python against LOCALMODLIBSPeter Eisentraut
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-10-14In the configure check for the Python distutils module, use a less obscurePeter Eisentraut
2009-01-04Allow configure to deal with Python 3.0. Changes were:Peter Eisentraut
2006-10-16Punt when trying to build with threaded Python on FreeBSD.Peter Eisentraut
2005-10-13Enable threaded python builds on freebsd5, per report from Jim C. NasbyBruce Momjian
2005-09-26Prevent threaded python build on BSD's, where it fails.Bruce Momjian
2004-10-11Another try at making plpython autoconfiguration work correctly. Use aTom Lane
2004-10-10Un-break plpython build for non-Windows platforms.Tom Lane
2004-10-06Allow plpython to build on Win32.Bruce Momjian
2004-09-16Make discovery of python_configdir architecture independent. SolutionJoe Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-01Clean up after pygresql removal: adjust/remove documentation and removePeter Eisentraut
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-03-29Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut
2001-07-10Support fake root install, separate build dir, dependency tracking, ourPeter Eisentraut