summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Check number of parameters in RAISE statement at compile time.Heikki Linnakangas2014-09-022-10/+42
* Small message fixesPeter Eisentraut2014-08-091-3/+3
* Translation updatesPeter Eisentraut2014-07-217-742/+830
* Add file version information to most installed Windows binaries.Noah Misch2014-07-144-4/+12
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-1/+0
* Remove dead typeStruct variable from plpy_spi.c.Kevin Grittner2014-07-051-2/+0
* Improve support for composite types in PL/Python.Tom Lane2014-07-0310-43/+70
* Make plpython_unicode regression test work in more database encodings.Tom Lane2014-06-032-9/+19
* On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane2014-05-301-3/+6
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-281-1/+1
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-281-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-0612-77/+86
* 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