summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Translation updates for 9.1beta2Peter Eisentraut2011-06-0936-1644/+6685
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-094-13/+16
* Allow building with perl 5.14.Andrew Dunstan2011-06-042-1/+6
* Remove usage of &PL_sv_undef in hashes and arraysAlvaro Herrera2011-05-301-3/+13
* Make plpgsql complain about conflicting IN and OUT parameter names.Tom Lane2011-05-231-2/+28
* Make plpgsql provide the typmods for its variables to the main parser.Tom Lane2011-05-223-21/+64
* Message style improvementsPeter Eisentraut2011-05-212-2/+2
* Fix declaration of $_TD in "strict" trigger functionsAlvaro Herrera2011-05-184-3/+59
* Catch errors in for loop in makefilePeter Eisentraut2011-05-021-1/+1
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-024-16/+4
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-281-4/+4
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-251-2/+2
* Prevent perl header overriding our *snprintf macros, and give it a usable PER...Andrew Dunstan2011-04-251-0/+36
* Fix PL/Python traceback for error in separate filePeter Eisentraut2011-04-201-2/+22
* Support a COLLATE clause in plpgsql variable declarations.Tom Lane2011-04-172-6/+42
* Set client encoding explicitly in plpython_unicode testPeter Eisentraut2011-04-165-52/+5
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-2/+2
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-2/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-108-166/+171
* Fix some sloppiness in new PL/python get_source_line() function.Robert Haas2011-04-081-6/+5
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-072-5/+5
* Update regression test files for PL/Python traceback patchPeter Eisentraut2011-04-061-1/+4
* Add traceback information to PL/Python errorsPeter Eisentraut2011-04-0611-76/+786
* Don't leak the temporary PLyProcedure struct we create for inline plpythonHeikki Linnakangas2011-03-311-9/+9
* Fix plpgsql to release SPI plans when a function or DO block is freed.Tom Lane2011-03-274-5/+411
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-261-0/+4
* Fix collation handling in plpgsql functions.Tom Lane2011-03-254-60/+156
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-192-15/+13
* Fix PL/Python memory leak involving array slicesAlvaro Herrera2011-03-171-6/+1
* Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.Bruce Momjian2011-03-151-1/+1
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-111-0/+3
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-091-1/+1
* Fix behavior when raising plpy.Fatal()Peter Eisentraut2011-03-071-2/+7
* Report Python errors from iterators with PLy_elogPeter Eisentraut2011-03-071-3/+1
* Suppress some "variable might be clobbered by longjmp" warnings.Tom Lane2011-03-062-21/+22
* Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian2011-03-054-8/+8
* Make plpythonu language use plpython2 shared library directly.Tom Lane2011-03-051-6/+2
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-0434-17/+339
* Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.Andrew Dunstan2011-03-031-0/+10
* Fix plpython breakage detected on certain Fedora machines on buildfarm.Andrew Dunstan2011-03-011-0/+1
* Additional PL/Python regression test expected filePeter Eisentraut2011-03-012-6/+373
* Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.Andrew Dunstan2011-02-281-1/+1
* Fix regression tests after PL/Python custom SPI exceptions patchPeter Eisentraut2011-02-281-1/+1
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-2810-25/+288
* PL/Python explicit subtransactionsPeter Eisentraut2011-02-277-7/+1273
* Remove remaining expected file for Python 2.2Peter Eisentraut2011-02-272-57/+7
* Table function support for PL/PythonPeter Eisentraut2011-02-268-39/+724
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-225-3/+158
* Invalidate PL/Python functions with composite type argument when thePeter Eisentraut2011-02-194-2/+223
* Initialize variable to quiet compiler.Bruce Momjian2011-02-191-1/+1