summaryrefslogtreecommitdiff
path: root/src/pl/plperl
AgeCommit message (Expand)Author
2009-10-20Translations update for 8.5alpha2Peter Eisentraut
2009-09-28Convert a perl array to a postgres array when returned by Set Returning Funct...Andrew Dunstan
2009-09-16errcontext support in PL/PerlPeter Eisentraut
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-10Translation updatesPeter Eisentraut
2009-06-06Move variable declaration to avoid 'unused variable' warning when theTom Lane
2009-06-05Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...Andrew Dunstan
2009-06-05Search for versioned perl library instead of using hardcoded name on Windows....Andrew Dunstan
2009-06-04Improve the recently-added support for properly pluralized error messagesTom Lane
2009-06-04Initialise perl library as documented in perl API. Backpatch to release 7.4.Andrew Dunstan
2009-05-14Translation updatesAlvaro Herrera
2009-04-09Translation updates for 8.4 betaPeter Eisentraut
2009-02-20another small message tweakPeter Eisentraut
2009-02-19Wordsmithing for PL/Perl messagesPeter Eisentraut
2009-02-19Remove croak and Perl_croak from gettext triggers. While we couldPeter Eisentraut
2009-02-17Remove gettext trigger write_stderr(), which isn't used by PLs.Peter Eisentraut
2009-01-07Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-11-19Some infrastructure changes for the upcoming auto-explain contrib module:Tom Lane
2008-10-29Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane
2008-10-28Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane
2008-10-09Improve translatability of error messages for external modules by tweakingAlvaro Herrera
2008-10-02Update pg_regress calls in PL checks to handle vpath builds.Peter Eisentraut
2008-10-01Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-04-07Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut
2008-03-28Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-03-25Add a new tuplestore API function, tuplestore_putvalues(). This isNeil Conway
2008-03-21More README src cleanups.Bruce Momjian
2008-01-23Document the fix for perl 5.10 with this comment:Andrew Dunstan
2008-01-22Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens.Andrew Dunstan
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-01Suppress compiler warnings in recent plperl patch. Avoid uselessly expensiveTom Lane
2007-12-01Revert inadvertantly committed change.Andrew Dunstan
2007-12-01Workaround for perl problem where evaluating UTF8 regexes can causeAndrew Dunstan
2007-11-22Prevent Perl from introducing a possibly-incompatible definition of typeTom Lane
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-05Fix plperl and pltcl to include the name of the current function whenTom Lane
2007-07-25Silence compiler warnings on mingwMagnus Hagander
2007-06-28Fix incorrect tests for undef Perl values in some places in plperl.c.Tom Lane
2007-04-02Support enum data types. Along the way, use macros for the values ofTom Lane
2007-02-10Put back some not-so-unnecessary-as-all-that := usages. Per buildfarm.Tom Lane
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-09Combine cmin and cmax fields of HeapTupleHeaders into a single field, byTom Lane
2007-02-01Update some of the "expected" regression test results for Bruce'sNeil Conway
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian