summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Add a regression test case for plpython function returning setof RECORD.Tom Lane2013-12-112-5/+46
* PL/Perl: Add event trigger supportPeter Eisentraut2013-12-113-11/+192
* Translation updatesPeter Eisentraut2013-12-024-20/+20
* Fix plpython3 expected output.Heikki Linnakangas2013-11-271-0/+3
* Oops, forgot to "git add" last minute changes to regression test.Heikki Linnakangas2013-11-261-0/+3
* Handle domains over arrays like plain arrays in PL/python.Heikki Linnakangas2013-11-264-4/+89
* PL/Tcl: Add event trigger supportPeter Eisentraut2013-11-233-23/+129
* Prevent leakage of cached plans and execution trees in plpgsql DO blocks.Tom Lane2013-11-153-22/+101
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-108-32/+28
* Use improved vsnprintf calling logic in more places.Tom Lane2013-10-241-4/+4
* Translation updates to fix build failuresPeter Eisentraut2013-10-132-6/+6
* Translation updatesPeter Eisentraut2013-10-0713-460/+475
* plpgsql: Add new option print_strict_params.Robert Haas2013-10-076-8/+196
* 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