summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2011-05-01Catch errors in for loop in makefilePeter Eisentraut
2011-05-01Rewrite installation makefile rules without for loopsPeter Eisentraut
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-04-25Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan
2011-04-25Prevent perl header overriding our *snprintf macros, and give it a usable PER...Andrew Dunstan
2011-04-20Fix PL/Python traceback for error in separate filePeter Eisentraut
2011-04-17Support a COLLATE clause in plpgsql variable declarations.Tom Lane
2011-04-16Set client encoding explicitly in plpython_unicode testPeter Eisentraut
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
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