aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Fix some sloppiness in new PL/python get_source_line() function.Robert Haas2011-04-08
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Update regression test files for PL/Python traceback patchPeter Eisentraut2011-04-06
* Add traceback information to PL/Python errorsPeter Eisentraut2011-04-06
* Don't leak the temporary PLyProcedure struct we create for inline plpythonHeikki Linnakangas2011-03-31
* Fix plpgsql to release SPI plans when a function or DO block is freed.Tom Lane2011-03-27
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* Fix collation handling in plpgsql functions.Tom Lane2011-03-25
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Fix PL/Python memory leak involving array slicesAlvaro Herrera2011-03-17
* Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.Bruce Momjian2011-03-15
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Fix behavior when raising plpy.Fatal()Peter Eisentraut2011-03-07
* Report Python errors from iterators with PLy_elogPeter Eisentraut2011-03-07
* Suppress some "variable might be clobbered by longjmp" warnings.Tom Lane2011-03-06
* Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian2011-03-05
* Make plpythonu language use plpython2 shared library directly.Tom Lane2011-03-05
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-04
* Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.Andrew Dunstan2011-03-03
* Fix plpython breakage detected on certain Fedora machines on buildfarm.Andrew Dunstan2011-03-01
* Additional PL/Python regression test expected filePeter Eisentraut2011-03-01
* Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.Andrew Dunstan2011-02-28
* Fix regression tests after PL/Python custom SPI exceptions patchPeter Eisentraut2011-02-28
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-28
* PL/Python explicit subtransactionsPeter Eisentraut2011-02-27
* Remove remaining expected file for Python 2.2Peter Eisentraut2011-02-27
* Table function support for PL/PythonPeter Eisentraut2011-02-26
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-22
* Invalidate PL/Python functions with composite type argument when thePeter Eisentraut2011-02-19
* Initialize variable to quiet compiler.Bruce Momjian2011-02-19
* Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera2011-02-17
* pgindent run on plperl.cAlvaro Herrera2011-02-17
* Fix for warnings-free compilation with Python 3.2Peter Eisentraut2011-02-16
* Add FOREACH IN ARRAY looping to plpgsql.Tom Lane2011-02-16
* Allow make check in PL directoriesPeter Eisentraut2011-02-15
* Per-column collation supportPeter Eisentraut2011-02-08
* Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm...Andrew Dunstan2011-02-06
* Force strings passed to and from plperl to be in UTF8 encoding.Andrew Dunstan2011-02-06
* Unbreak the VPATH build.Robert Haas2011-02-04
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-03
* Clean up missed change to plpython expected files.Tom Lane2011-02-02
* Wrap PL/Python SPI calls into subtransactionsPeter Eisentraut2011-02-02
* Add comment on why we're passing a useless 'false' to the plperl function co...Andrew Dunstan2011-02-02
* Add validator to PL/PythonPeter Eisentraut2011-02-01
* Set up PLPerl trigger data using C code instead of Perl code.Andrew Dunstan2011-02-01
* Re-classify ERRCODE_DATABASE_DROPPED to 57P04Simon Riggs2011-02-01
* Fix wrong error reports in 'number of array dimensions exceeds theItagaki Takahiro2011-02-01
* Create new errcode for recovery conflict caused by db drop on master.Simon Riggs2011-02-01
* Do not prefix error messages with the string "PL/Python: "Peter Eisentraut2011-01-27