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