| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 | 1 | -16/+5 |
| * | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 | 1 | -1/+5 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -4/+3 |
| * | Add a new tuplestore API function, tuplestore_putvalues(). This is | Neil Conway | 2008-03-25 | 1 | -8/+14 |
| * | More README src cleanups. | Bruce Momjian | 2008-03-21 | 1 | -0/+2 |
| * | Document the fix for perl 5.10 with this comment: | Andrew Dunstan | 2008-01-23 | 1 | -1/+8 |
| * | Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens. | Andrew Dunstan | 2008-01-22 | 1 | -3/+3 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Suppress compiler warnings in recent plperl patch. Avoid uselessly expensive | Tom Lane | 2007-12-01 | 1 | -21/+9 |
| * | Revert inadvertantly committed change. | Andrew Dunstan | 2007-12-01 | 1 | -2/+1 |
| * | Workaround for perl problem where evaluating UTF8 regexes can cause | Andrew Dunstan | 2007-12-01 | 2 | -2/+52 |
| * | Prevent Perl from introducing a possibly-incompatible definition of type | Tom Lane | 2007-11-22 | 1 | -1/+6 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -6/+6 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -35/+38 |
| * | Fix plperl and pltcl to include the name of the current function when | Tom Lane | 2007-10-05 | 3 | -14/+20 |
| * | Silence compiler warnings on mingw | Magnus Hagander | 2007-07-25 | 1 | -1/+4 |
| * | Fix incorrect tests for undef Perl values in some places in plperl.c. | Tom Lane | 2007-06-28 | 1 | -11/+12 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -8/+8 |
| * | Put back some not-so-unnecessary-as-all-that := usages. Per buildfarm. | Tom Lane | 2007-02-10 | 1 | -3/+3 |
| * | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 | 1 | -4/+4 |
| * | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 | 1 | -18/+16 |
| * | Update some of the "expected" regression test results for Bruce's | Neil Conway | 2007-02-01 | 1 | -1/+1 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -3/+3 |
| * | Remove unnecessary checkpoint from PL regression tests. This was once | Tom Lane | 2007-01-28 | 2 | -12/+1 |
| * | remove unnecessary and now inaccurate cast which I should have removed with o... | Andrew Dunstan | 2007-01-27 | 1 | -3/+2 |
| * | Allow args to spi_prepare to be standard type aliaes as well as those known i... | Andrew Dunstan | 2007-01-27 | 3 | -16/+80 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | remove duplicate declaration, per report from Magnus Hagander. | Andrew Dunstan | 2006-11-21 | 1 | -2/+1 |
| * | Force plperl and plperlu to run in separate interpreters. Create an error | Andrew Dunstan | 2006-11-13 | 1 | -39/+213 |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 1 | -4/+2 |
| * | Adjust plperl to ensure that all strings and hash keys passed to Perl | Tom Lane | 2006-10-15 | 1 | -70/+114 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 2 | -173/+181 |
| * | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 | 1 | -2/+2 |
| * | Back out plperl OUT hash/array parameter patch, again. | Bruce Momjian | 2006-08-13 | 3 | -286/+21 |
| * | Re-apply plperl patch that allows OUT parameters to be placed into Perl | Bruce Momjian | 2006-08-13 | 3 | -21/+286 |
| * | Back out patch for plperl to handle OUT paramaters into arrays and | Bruce Momjian | 2006-08-12 | 2 | -177/+21 |
| * | plperl: | Bruce Momjian | 2006-08-11 | 2 | -21/+177 |
| * | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 | 1 | -31/+17 |
| * | Ah, I finally realize why Magnus wanted to add a --bindir option to | Tom Lane | 2006-07-21 | 1 | -2/+4 |
| * | Rewrite pg_regress as a C program instead of a shell script. | Tom Lane | 2006-07-19 | 1 | -3/+3 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 1 | -1/+2 |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -1/+3 |
| * | Update ppport.h to not cause warnings with newest Perl versions. | Tom Lane | 2006-05-30 | 1 | -0/+2 |
| * | Make plperl's $_TD trigger data a global rather than a lexical variable, | Andrew Dunstan | 2006-05-29 | 1 | -2/+2 |
| * | Add table_name and table_schema to plperl trigger data. relname is | Andrew Dunstan | 2006-05-26 | 3 | -1/+154 |
| * | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 1 | -50/+59 |
| * | Fix a few places that were checking for the return value of palloc() to be | Neil Conway | 2006-03-19 | 2 | -11/+1 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 2 | -27/+14 |
| * | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian | 2006-03-11 | 1 | -33/+1 |
| * | Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch | Andrew Dunstan | 2006-03-05 | 5 | -16/+656 |