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