summaryrefslogtreecommitdiff
path: root/src/pl/plperl
Commit message (Expand)AuthorAgeFilesLines
* Document the fix for perl 5.10 with this comment:Andrew Dunstan2008-01-231-1/+8
* Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens.Andrew Dunstan2008-01-221-3/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Suppress compiler warnings in recent plperl patch. Avoid uselessly expensiveTom Lane2007-12-011-21/+9
* Revert inadvertantly committed change.Andrew Dunstan2007-12-011-2/+1
* Workaround for perl problem where evaluating UTF8 regexes can causeAndrew Dunstan2007-12-012-2/+52
* Prevent Perl from introducing a possibly-incompatible definition of typeTom Lane2007-11-221-1/+6
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-6/+6
* pgindent run for 8.3.Bruce Momjian2007-11-151-35/+38
* Fix plperl and pltcl to include the name of the current function whenTom Lane2007-10-053-14/+20
* Silence compiler warnings on mingwMagnus Hagander2007-07-251-1/+4
* Fix incorrect tests for undef Perl values in some places in plperl.c.Tom Lane2007-06-281-11/+12
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-8/+8
* Put back some not-so-unnecessary-as-all-that := usages. Per buildfarm.Tom Lane2007-02-101-3/+3
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-4/+4
* Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane2007-02-091-18/+16
* Update some of the "expected" regression test results for Bruce'sNeil Conway2007-02-011-1/+1
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-3/+3
* Remove unnecessary checkpoint from PL regression tests. This was onceTom Lane2007-01-282-12/+1
* remove unnecessary and now inaccurate cast which I should have removed with o...Andrew Dunstan2007-01-271-3/+2
* Allow args to spi_prepare to be standard type aliaes as well as those known i...Andrew Dunstan2007-01-273-16/+80
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* remove duplicate declaration, per report from Magnus Hagander.Andrew Dunstan2006-11-211-2/+1
* Force plperl and plperlu to run in separate interpreters. Create an errorAndrew Dunstan2006-11-131-39/+213
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-191-4/+2
* Adjust plperl to ensure that all strings and hash keys passed to PerlTom Lane2006-10-151-70/+114
* pgindent run for 8.2.Bruce Momjian2006-10-042-173/+181
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-271-2/+2
* Back out plperl OUT hash/array parameter patch, again.Bruce Momjian2006-08-133-286/+21
* Re-apply plperl patch that allows OUT parameters to be placed into PerlBruce Momjian2006-08-133-21/+286
* Back out patch for plperl to handle OUT paramaters into arrays andBruce Momjian2006-08-122-177/+21
* plperl:Bruce Momjian2006-08-112-21/+177
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-081-31/+17
* Ah, I finally realize why Magnus wanted to add a --bindir option toTom Lane2006-07-211-2/+4
* Rewrite pg_regress as a C program instead of a shell script.Tom Lane2006-07-191-3/+3
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-161-1/+2
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Update ppport.h to not cause warnings with newest Perl versions.Tom Lane2006-05-301-0/+2
* Make plperl's $_TD trigger data a global rather than a lexical variable,Andrew Dunstan2006-05-291-2/+2
* Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan2006-05-263-1/+154
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-041-50/+59
* Fix a few places that were checking for the return value of palloc() to beNeil Conway2006-03-192-11/+1
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-142-27/+14
* Remove copyright notices from Jan (per author approval), and those filesBruce Momjian2006-03-111-33/+1
* Prepared queries for PLPerl, plus fixing a small plperl memory leak. PatchAndrew Dunstan2006-03-055-16/+656
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Fix typo in comment.Neil Conway2006-02-281-2/+2
* Fix a few minor typos in comments in PL/Perl.Neil Conway2006-02-261-3/+3
* Undo perl's nasty locale setting on Windows. Since we can't do that asAndrew Dunstan2006-01-281-1/+84
* Per a bug report from Theo Schlossnagle, plperl_return_next() leaksNeil Conway2006-01-281-68/+113