summaryrefslogtreecommitdiff
path: root/src/pl/plperl
Commit message (Expand)AuthorAgeFilesLines
* Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane2008-11-191-2/+3
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-291-2/+3
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-281-7/+40
* Improve translatability of error messages for external modules by tweakingAlvaro Herrera2008-10-092-2/+13
* Update pg_regress calls in PL checks to handle vpath builds.Peter Eisentraut2008-10-021-2/+2
* Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut2008-10-011-22/+1
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-0/+10
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-0/+3
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-071-16/+5
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-1/+5
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-4/+3
* Add a new tuplestore API function, tuplestore_putvalues(). This isNeil Conway2008-03-251-8/+14
* More README src cleanups.Bruce Momjian2008-03-211-0/+2
* 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