index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Commit message (
Expand
)
Author
Age
*
Back-patch fix and test case for bug #7516.
Tom Lane
2012-09-14
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
*
Restore SIGFPE handler after initializing PL/Perl.
Tom Lane
2012-09-05
*
Translation updates
Peter Eisentraut
2012-08-14
*
Perform conversion from Python unicode to string/bytes object via UTF-8.
Heikki Linnakangas
2012-08-06
*
Remove recently added PL/Perl encoding tests
Alvaro Herrera
2012-07-17
*
Add forgotten PL/Perl regression test files
Alvaro Herrera
2012-07-10
*
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-07-10
*
PL/Perl: Avoid compiler warning from clang
Alvaro Herrera
2012-07-10
*
Revert part of the previous patch that avoided using PLy_elog().
Heikki Linnakangas
2012-07-05
*
Fix mapping of PostgreSQL encodings to Python encodings.
Heikki Linnakangas
2012-07-05
*
Translation updates
Peter Eisentraut
2012-05-31
*
PL/pgSQL RETURN NEXT was leaking converted tuples, causing
Joe Conway
2012-05-09
*
PL/Python: Accept strings in functions returning composite types
Peter Eisentraut
2012-04-26
*
PL/Python: Improve error messages
Peter Eisentraut
2012-04-25
*
Fix GET DIAGNOSTICS for case of assignment to function's first variable.
Tom Lane
2012-03-22
*
plperl: Package-qualify _TD
Alvaro Herrera
2012-03-19
*
Patch some corner-case bugs in pl/python.
Tom Lane
2012-03-13
*
Translation updates
Peter Eisentraut
2012-02-23
*
Fix I/O-conversion-related memory leaks in plpgsql.
Tom Lane
2012-02-11
*
Improve efficiency of recent changes to plperl's sv2cstr().
Andrew Dunstan
2012-01-15
*
Fix breakage from earlier plperl fix.
Andrew Dunstan
2012-01-05
*
Work around perl bug in SvPVutf8().
Andrew Dunstan
2012-01-05
*
Translation updates
Peter Eisentraut
2011-12-01
*
Use the right interpreter for encoding test.
Andrew Dunstan
2011-11-26
*
Use the preferred version of xsubpp, not necessarily the one that came with the
Andrew Dunstan
2011-11-26
*
Ensure plperl strings are always correctly UTF8 encoded.
Andrew Dunstan
2011-11-26
*
Preserve SQLSTATE when an SPI error is propagated through PL/python
Heikki Linnakangas
2011-11-24
*
In plpgsql, allow foreign tables to define row types.
Tom Lane
2011-11-12
*
Only install the extension files for the current Python major version
Peter Eisentraut
2011-11-09
*
Fix up Perl-to-Postgres datatype conversions in pl/perl.
Tom Lane
2011-10-13
*
Translation updates for 9.1.0
Peter Eisentraut
2011-09-08
*
Guard against using plperl's Makefile without specifying --with-perl.
Tom Lane
2011-09-04
*
Change PyInit_plpy to external linkage
Peter Eisentraut
2011-08-18
*
Fix two issues in plpython's handling of composite results.
Tom Lane
2011-08-17
*
Properly handle empty arrays returned from plperl functions.
Andrew Dunstan
2011-08-17
*
Translation updates
Peter Eisentraut
2011-08-17
*
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
*
Put comments on the installable procedural languages.
Tom Lane
2011-07-03
*
Make distprep and *clean build targets recurse into all subdirectories.
Tom Lane
2011-07-03
*
Translation updates for 9.1beta2
Peter Eisentraut
2011-06-09
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Allow building with perl 5.14.
Andrew Dunstan
2011-06-04
*
Remove usage of &PL_sv_undef in hashes and arrays
Alvaro Herrera
2011-05-30
*
Make plpgsql complain about conflicting IN and OUT parameter names.
Tom Lane
2011-05-23
*
Make plpgsql provide the typmods for its variables to the main parser.
Tom Lane
2011-05-22
*
Message style improvements
Peter Eisentraut
2011-05-21
*
Fix declaration of $_TD in "strict" trigger functions
Alvaro Herrera
2011-05-18
*
Catch errors in for loop in makefile
Peter Eisentraut
2011-05-02
*
Rewrite installation makefile rules without for loops
Peter Eisentraut
2011-05-02
[next]