Commit Graph

66 Commits (d664a10f9623fd2198b257e513bce849d439a773)

Author SHA1 Message Date
Peter Eisentraut d664a10f96 Move interpreter shared library detection to configure 11 years ago
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup 11 years ago
Peter Eisentraut cac7658205 Add transforms feature 11 years ago
Peter Eisentraut dcae5facca Improve speed of make check-world 11 years ago
Noah Misch 00c07e497f Re-remove dependency on the DLL of pythonxx.def file. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 12 years ago
Tom Lane 20561acf93 On OS X, link libpython normally, ignoring the "framework" framework. 12 years ago
Tom Lane a7983e989d Cosmetic improvements in plpython's make rule for libpython import library. 12 years ago
Andrew Dunstan 0d147e43ad Remove dependency on the DLL of pythonxx.def file. 13 years ago
Peter Eisentraut fc8745070a PL/Python: Make build on OS X more flexible 13 years ago
Peter Eisentraut 1a5f04dd7e Remove allow_nonpic_in_shlib 13 years ago
Peter Eisentraut b2e3bea3af PL/Python: Improve Python 3 regression test setup 13 years ago
Peter Eisentraut c317a3ac16 Run "make all" as a prerequisite of "make check" 14 years ago
Peter Eisentraut 19d2231718 PL/Python: One more file renaming fix to unbreak the build 14 years ago
Peter Eisentraut 147c248254 Split plpython.c into smaller pieces 14 years ago
Peter Eisentraut 04e5cb629b plpython: Fix sed expression in python3 build 14 years ago
Peter Eisentraut 6f2efcd557 Only install the extension files for the current Python major version 14 years ago
Tom Lane acb9198b96 Make distprep and *clean build targets recurse into all subdirectories. 15 years ago
Peter Eisentraut 5c436a79e0 Catch errors in for loop in makefile 15 years ago
Peter Eisentraut b106195b17 Rewrite installation makefile rules without for loops 15 years ago
Bruce Momjian c15c1f1c15 Fix parallel gmake for extension directory addition in PL languages. 15 years ago
Tom Lane bfd7f8cbb2 Make plpythonu language use plpython2 shared library directly. 15 years ago
Tom Lane 63b656b7bf Create extension infrastructure for the core procedural languages. 15 years ago
Andrew Dunstan 57e9bda5ec Unbreak vpath builds broken by commit 474a42473a. 15 years ago
Peter Eisentraut 474a42473a PL/Python custom SPI exceptions 15 years ago
Peter Eisentraut 22690719ea PL/Python explicit subtransactions 15 years ago
Peter Eisentraut bc411f25c1 Table function support for PL/Python 15 years ago
Peter Eisentraut 1c51c7d5ff Add PL/Python functions for quoting strings 15 years ago
Peter Eisentraut 2fd77060a2 Allow make check in PL directories 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 16 years ago
Peter Eisentraut adb7764030 PL/Python DO handler 16 years ago
Peter Eisentraut dd4cd55c15 Python 3 support in PL/Python 16 years ago
Peter Eisentraut 0c738084fb PL/Python regression tests for data type handling 17 years ago
Peter Eisentraut 9d9848668f Split the plpython regression test into test cases arranged by topic, instead 17 years ago
Peter Eisentraut f8c8386a08 Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and 17 years ago
Peter Eisentraut 22c2c695b3 Update pg_regress calls in PL checks to handle vpath builds. 18 years ago
Peter Eisentraut feae7856af Allow pg_regress to be run outside the build tree. Look for input files 18 years ago
Peter Eisentraut 46e76373ec Implement a few changes to how shared libraries and dynamically loadable 18 years ago
Tom Lane 1a1474b4c0 Put back some not-so-unnecessary-as-all-that := usages. Per buildfarm. 19 years ago
Peter Eisentraut c138b966d4 Replace useless uses of := by = in makefiles. 19 years ago
Tom Lane bc660c4237 Ah, I finally realize why Magnus wanted to add a --bindir option to 20 years ago
Tom Lane a38c85bd5d Rewrite pg_regress as a C program instead of a shell script. 20 years ago
Peter Eisentraut a29c04a541 Allow installation into directories containing spaces in the name. 20 years ago
Bruce Momjian bb2ffe9acf Back out plpython makefile change. 21 years ago
Bruce Momjian 2c07d6bfa5 Cleanups for FreeBSD linking (PIC) and plpython compiles. 21 years ago
Tom Lane bc6444dc6a Fix PL makefiles to support running regression tests in VPATH builds. 21 years ago
Tom Lane 4e7d6f5349 Add a --dbname option to the pg_regress script, and use pl_regression 21 years ago
Tom Lane 0ff7a2c2ad Convert the existing regression test scripts for the various optional 21 years ago
Tom Lane 466fb06739 Set rpath for plperl and plpython to ensure we can find the .so files 21 years ago
Tom Lane 669ca7af83 Another try at making plpython autoconfiguration work correctly. Use a 22 years ago