summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Translation updatesPeter Eisentraut2013-09-029-1868/+504
* Translation updatesPeter Eisentraut2013-08-182-920/+920
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2013-08-112-5/+5
* Allow a context to be passed in for error handlingStephen Frost2013-08-011-1/+3
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-253-6/+7
* Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost2013-07-245-0/+20
* Fix error handling in PLy_spi_execute_fetch_result().Tom Lane2013-07-201-15/+15
* Make comments reflect that omission of SPI_gettypmod() is intentional.Noah Misch2013-07-121-3/+0
* PL/Python: Make regression tests pass with older Python versionsPeter Eisentraut2013-07-063-19/+19
* PL/Python: Convert numeric to DecimalPeter Eisentraut2013-07-054-28/+121
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-051-1/+1
* Expose object name error fields in PL/pgSQL.Noah Misch2013-07-035-21/+181
* Silence compiler warning in assertion-enabled builds.Heikki Linnakangas2013-07-021-2/+2
* PL/Python: Fix type mixupPeter Eisentraut2013-06-131-1/+1
* Add semicolons to eval'd strings to hide a minor Perl behavioral change.Tom Lane2013-06-034-9/+9
* pgindent run for release 9.3Bruce Momjian2013-05-297-20/+23
* Translation updatesPeter Eisentraut2013-05-0547-5415/+10820
* Move pqsignal() to libpgport.Tom Lane2013-03-171-1/+0
* Remove dependency on the DLL of pythonxx.def file.Andrew Dunstan2013-03-051-1/+1
* Add a materialized view relations.Kevin Grittner2013-03-032-2/+9
* Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane2013-03-011-44/+72
* Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane2013-02-141-13/+13
* Add noreturn attributes to some error reporting functionsPeter Eisentraut2013-02-121-1/+1
* PL/Python: Add result object str handlerPeter Eisentraut2013-02-033-1/+50
* PL/Tcl: Fix compiler warnings with Tcl 8.6Peter Eisentraut2013-01-311-2/+7
* Don't use spi_priv.h in plpython.Tom Lane2013-01-301-1/+1
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-301-19/+23
* Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas2013-01-284-5/+119
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-255-41/+99
* Detect Windows perl linkage parameters in configure script.Andrew Dunstan2013-01-091-4/+0
* Fix typoPeter Eisentraut2013-01-071-1/+1
* PL/Python: Make build on OS X more flexiblePeter Eisentraut2013-01-051-11/+11
* Revert "PL/Python: Remove workaround for returning booleans in Python <2.3"Peter Eisentraut2013-01-051-2/+8
* Update copyrights for 2013Bruce Momjian2013-01-0111-11/+11
* Remove allow_nonpic_in_shlibPeter Eisentraut2012-12-182-6/+4
* Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane2012-12-064-133/+245
* Refactor flex and bison make rulesPeter Eisentraut2012-10-111-8/+1
* PL/pgSQL: rename gram.y to pl_gram.yPeter Eisentraut2012-10-043-5/+5
* PL/Python: Remove workaround for returning booleans in Python <2.3Peter Eisentraut2012-09-291-8/+2
* PL/Python: Convert oid to long/intPeter Eisentraut2012-09-294-0/+76
* Make plpgsql's unreserved keywords more unreserved.Tom Lane2012-09-263-3/+74
* PL/Python: Improve Python 3 regression test setupPeter Eisentraut2012-09-162-13/+24
* Add a regression test case based on bug #7516.Tom Lane2012-09-142-0/+72
* Keep plperl's current_call_data record on the stack, instead of palloc'ing.Tom Lane2012-09-131-23/+19
* Make plperl safe against functions that are redefined while running.Tom Lane2012-09-093-33/+99
* Adjust PL/Python regression tests some more for Python 3.3.Tom Lane2012-09-082-4/+4
* Restore SIGFPE handler after initializing PL/Perl.Tom Lane2012-09-051-0/+14
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-3011-0/+11
* add #includes to plpy_subxactobject.h to make it compile standaloneAlvaro Herrera2012-08-281-0/+3
* Add C comment that '=' is not documented for plpgsql assignment.Bruce Momjian2012-08-151-1/+1