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