Commit Graph

1132 Commits (1b384aff158a840fed4e9f4f366ba8d7c6ed42fb)

Author SHA1 Message Date
Peter Eisentraut 559eb85bff Translation updates 12 years ago
Peter Eisentraut 1c4dfd19a6 Translation updates 12 years ago
Tom Lane 89bd9fe5fd Add semicolons to eval'd strings to hide a minor Perl behavioral change. 13 years ago
Peter Eisentraut 54d4a8f023 Translation updates 13 years ago
Tom Lane b2da7c805c Eliminate memory leaks in plperl's spi_prepare() function. 13 years ago
Peter Eisentraut 390523596d Translation updates 13 years ago
Tom Lane 17dee323e7 Fix plpython's handling of functions used as triggers on multiple tables. 13 years ago
Peter Eisentraut 04a210b090 Translation updates 13 years ago
Tom Lane 87802a12d7 Back-patch fix and test case for bug #7516. 14 years ago
Tom Lane ef06dca975 Make plperl safe against functions that are redefined while running. 14 years ago
Tom Lane 5ee0f03727 Restore SIGFPE handler after initializing PL/Perl. 14 years ago
Peter Eisentraut b5987c4f87 Translation updates 14 years ago
Heikki Linnakangas 3159599390 Perform conversion from Python unicode to string/bytes object via UTF-8. 14 years ago
Alvaro Herrera 5dd19d10d2 Remove recently added PL/Perl encoding tests 14 years ago
Alvaro Herrera 892a8d0544 Add forgotten PL/Perl regression test files 14 years ago
Alvaro Herrera fc661f78c6 plperl: Skip setting UTF8 flag when in SQL_ASCII encoding 14 years ago
Alvaro Herrera 1fbe7d377c PL/Perl: Avoid compiler warning from clang 14 years ago
Heikki Linnakangas b4234f8fc4 Revert part of the previous patch that avoided using PLy_elog(). 14 years ago
Heikki Linnakangas 138313ebaa Fix mapping of PostgreSQL encodings to Python encodings. 14 years ago
Peter Eisentraut 8620f6f18e Translation updates 14 years ago
Joe Conway 05a8689123 PL/pgSQL RETURN NEXT was leaking converted tuples, causing 14 years ago
Peter Eisentraut 4fa520f147 PL/Python: Accept strings in functions returning composite types 14 years ago
Peter Eisentraut f33f1a875f PL/Python: Improve error messages 14 years ago
Tom Lane f318ee848c Fix GET DIAGNOSTICS for case of assignment to function's first variable. 14 years ago
Alvaro Herrera bceef1bcbe plperl: Package-qualify _TD 14 years ago
Tom Lane 0cb4a0bfb8 Patch some corner-case bugs in pl/python. 14 years ago
Peter Eisentraut 602dd1eeaa Translation updates 14 years ago
Tom Lane 6fb17aeeab Fix I/O-conversion-related memory leaks in plpgsql. 14 years ago
Andrew Dunstan ef007e6702 Improve efficiency of recent changes to plperl's sv2cstr(). 14 years ago
Andrew Dunstan d1d836f92c Fix breakage from earlier plperl fix. 14 years ago
Andrew Dunstan d496384d67 Work around perl bug in SvPVutf8(). 14 years ago
Peter Eisentraut a03c47c29e Translation updates 14 years ago
Andrew Dunstan 9f42e5b3ec Use the right interpreter for encoding test. 14 years ago
Andrew Dunstan 403372459e Use the preferred version of xsubpp, not necessarily the one that came with the 14 years ago
Andrew Dunstan e75d41f0c3 Ensure plperl strings are always correctly UTF8 encoded. 14 years ago
Heikki Linnakangas d2192a108c Preserve SQLSTATE when an SPI error is propagated through PL/python 14 years ago
Tom Lane 37fb0170b7 In plpgsql, allow foreign tables to define row types. 14 years ago
Peter Eisentraut 7e2c42c74c Only install the extension files for the current Python major version 14 years ago
Tom Lane 7c64c9f6b7 Fix up Perl-to-Postgres datatype conversions in pl/perl. 14 years ago
Peter Eisentraut bd6db68f71 Translation updates for 9.1.0 15 years ago
Tom Lane eed7dcfcee Guard against using plperl's Makefile without specifying --with-perl. 15 years ago
Peter Eisentraut 7b1509d562 Change PyInit_plpy to external linkage 15 years ago
Tom Lane f26474eff4 Fix two issues in plpython's handling of composite results. 15 years ago
Andrew Dunstan 22a55b3af6 Properly handle empty arrays returned from plperl functions. 15 years ago
Peter Eisentraut dfee7d16ad Translation updates 15 years ago
Tom Lane fbd847a587 Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 15 years ago
Tom Lane 80d7722337 Put comments on the installable procedural languages. 15 years ago
Tom Lane ffd3f13fab Make distprep and *clean build targets recurse into all subdirectories. 15 years ago
Peter Eisentraut 74b1d29dd1 Translation updates for 9.1beta2 15 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 15 years ago