summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-011-13/+3
* PL/Python: Adjust the regression tests for Python 3.4Peter Eisentraut2014-04-292-4/+4
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-184-21/+1
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-084-4/+4
* Extra warnings and errors for PL/pgSQLSimon Riggs2014-04-064-0/+152
* Fix refcounting bug in PLy_modify_tuple().Tom Lane2014-03-261-5/+3
* plperl: Fix memory leak in hek2cstrAlvaro Herrera2014-03-161-2/+18
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-1/+0
* Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane2014-02-234-36/+20
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-173-0/+11
* On Windows, expect to find Tcl DLL in bin directory not lib directory.Tom Lane2014-02-161-1/+1
* Fix fat-fingered makefile changes for pltcl.Tom Lane2014-02-141-14/+15
* In mingw builds, make our own import library for libtcl, too.Tom Lane2014-02-141-3/+25
* In mingw builds, make our own import library for libperl.Tom Lane2014-02-141-0/+24
* Cosmetic improvements in plpython's make rule for libpython import library.Tom Lane2014-02-141-5/+10
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-121-1/+1
* PL/Perl: Fix compiler warningPeter Eisentraut2014-02-041-1/+1
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-231-1/+1
* docs: update PL/pgSQL docs about the use of := and =Bruce Momjian2014-01-161-1/+6
* Update copyright for 2014Bruce Momjian2014-01-0711-11/+11
* Change the way we mark tuples as frozen.Robert Haas2013-12-225-11/+11
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-131-1/+1
* 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