aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plperl
Commit message (Expand)AuthorAge
* Add semicolons to eval'd strings to hide a minor Perl behavioral change.Tom Lane2013-06-03
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Translation updatesPeter Eisentraut2013-05-05
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane2013-03-01
* Detect Windows perl linkage parameters in configure script.Andrew Dunstan2013-01-09
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove allow_nonpic_in_shlibPeter Eisentraut2012-12-18
* Add a regression test case based on bug #7516.Tom Lane2012-09-14
* Keep plperl's current_call_data record on the stack, instead of palloc'ing.Tom Lane2012-09-13
* Make plperl safe against functions that are redefined while running.Tom Lane2012-09-09
* Restore SIGFPE handler after initializing PL/Perl.Tom Lane2012-09-05
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Remove recently added PL/Perl encoding testsAlvaro Herrera2012-07-17
* Add comment why seemingly dead code is necessaryPeter Eisentraut2012-07-16
* plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera2012-07-10
* Run newly-configured perltidy script on Perl files.Bruce Momjian2012-07-04
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* PL/Perl: Avoid compiler warning from clangPeter Eisentraut2012-05-27
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* Fix misleading commentsPeter Eisentraut2012-05-08
* plperl: Package-qualify _TDAlvaro Herrera2012-03-19
* Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan2012-01-15
* Fix breakage from earlier plperl fix.Andrew Dunstan2012-01-05
* Work around perl bug in SvPVutf8().Andrew Dunstan2012-01-05
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Run "make all" as a prerequisite of "make check"Peter Eisentraut2011-12-27
* Use the right interpreter for encoding test.Andrew Dunstan2011-11-26
* Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan2011-11-26
* Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan2011-11-26
* Fix up Perl-to-Postgres datatype conversions in pl/perl.Tom Lane2011-10-13
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-04
* Remove the custom_variable_classes parameter.Tom Lane2011-10-04
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Guard against using plperl's Makefile without specifying --with-perl.Tom Lane2011-09-04
* Properly handle empty arrays returned from plperl functions.Andrew Dunstan2011-08-17
* Translation updatesPeter Eisentraut2011-08-17
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Put comments on the installable procedural languages.Tom Lane2011-07-03
* Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut2011-06-27
* Refactor common gettext triggersPeter Eisentraut2011-06-27
* Replace := by = in nls.mk filesPeter Eisentraut2011-06-26
* Translation updates for 9.1beta2Peter Eisentraut2011-06-09
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Allow building with perl 5.14.Andrew Dunstan2011-06-04
* Remove usage of &PL_sv_undef in hashes and arraysAlvaro Herrera2011-05-30
* Fix declaration of $_TD in "strict" trigger functionsAlvaro Herrera2011-05-18
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-02
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Prevent perl header overriding our *snprintf macros, and give it a usable PER...Andrew Dunstan2011-04-25