| Age | Commit message (Expand) | Author |
| 2014-05-30 | On OS X, link libpython normally, ignoring the "framework" framework. | Tom Lane |
| 2011-11-09 | Only install the extension files for the current Python major version | Peter Eisentraut |
| 2011-07-03 | Make distprep and *clean build targets recurse into all subdirectories. | Tom Lane |
| 2011-05-02 | Catch errors in for loop in makefile | Peter Eisentraut |
| 2011-05-02 | Rewrite installation makefile rules without for loops | Peter Eisentraut |
| 2011-03-05 | Fix parallel gmake for extension directory addition in PL languages. | Bruce Momjian |
| 2011-03-05 | Make plpythonu language use plpython2 shared library directly. | Tom Lane |
| 2011-03-04 | Create extension infrastructure for the core procedural languages. | Tom Lane |
| 2011-02-28 | Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b. | Andrew Dunstan |
| 2011-02-28 | PL/Python custom SPI exceptions | Peter Eisentraut |
| 2011-02-27 | PL/Python explicit subtransactions | Peter Eisentraut |
| 2011-02-26 | Table function support for PL/Python | Peter Eisentraut |
| 2011-02-22 | Add PL/Python functions for quoting strings | Peter Eisentraut |
| 2011-02-15 | Allow make check in PL directories | Peter Eisentraut |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-01-22 | PL/Python DO handler | Peter Eisentraut |
| 2009-12-15 | Python 3 support in PL/Python | Peter Eisentraut |
| 2009-08-14 | PL/Python regression tests for data type handling | Peter Eisentraut |
| 2009-08-12 | Split the plpython regression test into test cases arranged by topic, instead | Peter Eisentraut |
| 2009-01-15 | Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and | Peter Eisentraut |
| 2008-10-02 | Update pg_regress calls in PL checks to handle vpath builds. | Peter Eisentraut |
| 2008-10-01 | Allow pg_regress to be run outside the build tree. Look for input files | Peter Eisentraut |
| 2008-04-07 | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut |
| 2007-02-10 | Put back some not-so-unnecessary-as-all-that := usages. Per buildfarm. | Tom Lane |
| 2007-02-09 | Replace useless uses of := by = in makefiles. | Peter Eisentraut |
| 2006-07-21 | Ah, I finally realize why Magnus wanted to add a --bindir option to | Tom Lane |
| 2006-07-19 | Rewrite pg_regress as a C program instead of a shell script. | Tom Lane |
| 2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 2005-08-12 | Back out plpython makefile change. | Bruce Momjian |
| 2005-08-12 | Cleanups for FreeBSD linking (PIC) and plpython compiles. | Bruce Momjian |
| 2005-05-24 | Fix PL makefiles to support running regression tests in VPATH builds. | Tom Lane |
| 2005-05-17 | Add a --dbname option to the pg_regress script, and use pl_regression | Tom Lane |
| 2005-05-14 | Convert the existing regression test scripts for the various optional | Tom Lane |
| 2004-11-19 | Set rpath for plperl and plpython to ensure we can find the .so files | Tom Lane |
| 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-24 | Persuade plpython to build on OS X. | Tom Lane |
| 2004-01-21 | Fix bit-rot in support for building with --disable-shared. This patch | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2002-09-05 | Assorted fixes for Cygwin: | Peter Eisentraut |
| 2001-09-16 | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut |
| 2001-08-27 | Turn on plpython build by default if we have something that looks like a | Peter Eisentraut |
| 2001-07-10 | Support fake root install, separate build dir, dependency tracking, our | Peter Eisentraut |
| 2001-05-25 | See attached for a small patch that enables plpython to build cleanly | Bruce Momjian |
| 2001-05-14 | Remove linking hacks now that dynloader is fixed. | Peter Eisentraut |
| 2001-05-12 | PL/Python should build portably now, if you can get over the fact that | Peter Eisentraut |
| 2001-05-12 | PL/Python integration: support in create/droplang, add CVS keywords, | Peter Eisentraut |
| 2001-05-10 | Move disabled message up to a higher makefile. | Bruce Momjian |
| 2001-05-09 | This directory contains a module that implements the "Metaphone" code as | Bruce Momjian |