| Age | Commit message (Expand) | Author |
| 2007-11-22 | Prevent Perl from introducing a possibly-incompatible definition of type | Tom Lane |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-10-05 | Fix plperl and pltcl to include the name of the current function when | Tom Lane |
| 2007-07-25 | Silence compiler warnings on mingw | Magnus Hagander |
| 2007-06-28 | Fix incorrect tests for undef Perl values in some places in plperl.c. | Tom Lane |
| 2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
| 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 |
| 2007-02-09 | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane |
| 2007-02-01 | Update some of the "expected" regression test results for Bruce's | Neil Conway |
| 2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
| 2007-01-28 | Remove unnecessary checkpoint from PL regression tests. This was once | Tom Lane |
| 2007-01-27 | remove unnecessary and now inaccurate cast which I should have removed with o... | Andrew Dunstan |
| 2007-01-27 | Allow args to spi_prepare to be standard type aliaes as well as those known i... | Andrew Dunstan |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-11-21 | remove duplicate declaration, per report from Magnus Hagander. | Andrew Dunstan |
| 2006-11-13 | Force plperl and plperlu to run in separate interpreters. Create an error | Andrew Dunstan |
| 2006-10-19 | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane |
| 2006-10-15 | Adjust plperl to ensure that all strings and hash keys passed to Perl | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-08-27 | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane |
| 2006-08-13 | Back out plperl OUT hash/array parameter patch, again. | Bruce Momjian |
| 2006-08-13 | Re-apply plperl patch that allows OUT parameters to be placed into Perl | Bruce Momjian |
| 2006-08-12 | Back out patch for plperl to handle OUT paramaters into arrays and | Bruce Momjian |
| 2006-08-11 | plperl: | Bruce Momjian |
| 2006-08-08 | Add a feature for automatic initialization and finalization of dynamically | Tom Lane |
| 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 |
| 2006-06-16 | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane |
| 2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
| 2006-05-30 | Update ppport.h to not cause warnings with newest Perl versions. | Tom Lane |
| 2006-05-29 | Make plperl's $_TD trigger data a global rather than a lexical variable, | Andrew Dunstan |
| 2006-05-26 | Add table_name and table_schema to plperl trigger data. relname is | Andrew Dunstan |
| 2006-04-04 | Modify all callers of datatype input and receive functions so that if these | Tom Lane |
| 2006-03-19 | Fix a few places that were checking for the return value of palloc() to be | Neil Conway |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 2006-03-11 | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian |
| 2006-03-05 | Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch | Andrew Dunstan |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-02-28 | Fix typo in comment. | Neil Conway |
| 2006-02-26 | Fix a few minor typos in comments in PL/Perl. | Neil Conway |
| 2006-01-28 | Undo perl's nasty locale setting on Windows. Since we can't do that as | Andrew Dunstan |
| 2006-01-28 | Per a bug report from Theo Schlossnagle, plperl_return_next() leaks | Neil Conway |
| 2006-01-12 | Clear up remaining compile warning for plperl on Windows. | Andrew Dunstan |
| 2006-01-08 | Rationalise perl header inclusions via a common include file, which also | Andrew Dunstan |
| 2005-12-29 | Move declaration of check_function_bodies to where the perl headers | Andrew Dunstan |
| 2005-12-28 | Fix plperl validator to honor check_function_bodies: when that is OFF, | Tom Lane |
| 2005-12-09 | Allow installation into directories containing spaces in the name. | Peter Eisentraut |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |