aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* PL/Python: Fix type mixupPeter Eisentraut2013-06-13
* 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
* Remove dependency on the DLL of pythonxx.def file.Andrew Dunstan2013-03-05
* Add a materialized view relations.Kevin Grittner2013-03-03
* Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane2013-03-01
* Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane2013-02-14
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-12
* PL/Python: Add result object str handlerPeter Eisentraut2013-02-03
* PL/Tcl: Fix compiler warnings with Tcl 8.6Peter Eisentraut2013-01-31
* Don't use spi_priv.h in plpython.Tom Lane2013-01-30
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-30
* Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas2013-01-28
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-25
* Detect Windows perl linkage parameters in configure script.Andrew Dunstan2013-01-09
* Fix typoPeter Eisentraut2013-01-07
* PL/Python: Make build on OS X more flexiblePeter Eisentraut2013-01-05
* Revert "PL/Python: Remove workaround for returning booleans in Python <2.3"Peter Eisentraut2013-01-05
* Update copyrights for 2013Bruce Momjian2013-01-01
* Remove allow_nonpic_in_shlibPeter Eisentraut2012-12-18
* Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane2012-12-06
* Refactor flex and bison make rulesPeter Eisentraut2012-10-11
* PL/pgSQL: rename gram.y to pl_gram.yPeter Eisentraut2012-10-04
* PL/Python: Remove workaround for returning booleans in Python <2.3Peter Eisentraut2012-09-29
* PL/Python: Convert oid to long/intPeter Eisentraut2012-09-29
* Make plpgsql's unreserved keywords more unreserved.Tom Lane2012-09-26
* PL/Python: Improve Python 3 regression test setupPeter Eisentraut2012-09-16
* 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
* Adjust PL/Python regression tests some more for Python 3.3.Tom Lane2012-09-08
* 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
* add #includes to plpy_subxactobject.h to make it compile standaloneAlvaro Herrera2012-08-28
* Add C comment that '=' is not documented for plpgsql assignment.Bruce Momjian2012-08-15
* Perform conversion from Python unicode to string/bytes object via UTF-8.Heikki Linnakangas2012-08-06
* Suppress volatile-related warning seen in some compilers.Tom Lane2012-07-21
* Revert temporary patch to debug Windows breakage.Robert Haas2012-07-20
* Repair plpgsql_validator breakage.Robert Haas2012-07-20
* Temporary patch to try to debug why event trigger patch broke Windows.Robert Haas2012-07-20
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* PL/Python: Remove PLy_result_ass_itemPeter Eisentraut2012-07-17
* Remove recently added PL/Perl encoding testsAlvaro Herrera2012-07-17
* Remove unreachable codePeter Eisentraut2012-07-16
* Add comment why seemingly dead code is necessaryPeter Eisentraut2012-07-16
* plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera2012-07-10
* Revert part of the previous patch that avoided using PLy_elog().Heikki Linnakangas2012-07-05
* Fix mapping of PostgreSQL encodings to Python encodings.Heikki Linnakangas2012-07-05