index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Age
Commit message (
Expand
)
Author
2011-06-14
Fix assorted issues with build and install paths containing spaces.
Tom Lane
2011-06-04
Allow building with perl 5.14.
Andrew Dunstan
2011-03-17
Fix PL/Python memory leak involving array slices
Alvaro Herrera
2010-12-17
Backpatch plperl GNUmakefile fixes to allow building release 8.2 on Mingw wit...
Andrew Dunstan
2010-11-15
Fix aboriginal mistake in plpython's set-returning-function support.
Tom Lane
2010-10-28
Fix plpgsql's handling of "simple" expression evaluation.
Tom Lane
2010-09-30
Use a separate interpreter for each calling SQL userid in plperl and pltcl.
Tom Lane
2010-09-22
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Tom Lane
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-08-25
Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr
Peter Eisentraut
2010-08-09
Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple
Tom Lane
2010-07-05
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
Heikki Linnakangas
2010-05-17
> Follow up a visit from the style police.
Andrew Dunstan
2010-05-13
Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless
Tom Lane
2010-05-13
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-04-30
Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak
Tom Lane
2010-04-03
Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...
Andrew Dunstan
2010-03-09
Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.
Tom Lane
2010-02-18
Volatile-ize all five places where we expect a PG_TRY block to restore
Tom Lane
2010-02-12
Don't choke when exec_move_row assigns a synthesized null to a column
Tom Lane
2010-02-12
Free reference in correct Perl context. Backpatch to release 8.2. Patch from ...
Andrew Dunstan
2010-01-25
Apply Tcl_Init() to the "hold" interpreter created by pltcl.
Tom Lane
2009-12-29
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-11-29
Fix session-lifespan memory leak when a plperl function is redefined:
Tom Lane
2009-11-03
Fix obscure segfault condition in PL/Python
Peter Eisentraut
2009-10-31
Ensure the previous Perl interpreter selection is restored upon exit from
Tom Lane
2009-09-28
Convert a perl array to a postgres array when returned by Set Returning Funct...
Andrew Dunstan
2009-06-05
Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...
Andrew Dunstan
2009-06-04
Initialise perl library as documented in perl API. Backpatch to release 7.4.
Andrew Dunstan
2009-04-02
plpgsql's exec_simple_cast_value() mistakenly supposed that it could bypass
Tom Lane
2009-02-27
Set isnull for errm and sqlstate local variables when they're free'd. Because
Heikki Linnakangas
2009-02-02
Fix plpgsql to not treat INSERT INTO as an INTO-variables clause anywhere
Tom Lane
2009-01-14
Remove broken Assertions that failed if a statement executed in PL/pgSQL is
Heikki Linnakangas
2009-01-07
Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,
Tom Lane
2008-10-09
Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent
Tom Lane
2008-09-01
Fix plpgsql's exec_move_row() to supply valid type OIDs to exec_assign_value()
Tom Lane
2008-06-17
Clean up a number of bogosities around pltcl's handling of the Tcl "result":
Tom Lane
2008-01-22
Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens.
Andrew Dunstan
2008-01-02
Fix plpython's overoptimistic caching of information about the rowtype of
Tom Lane
2007-12-01
Suppress compiler warnings in recent plperl patch. Avoid uselessly expensive
Tom Lane
2007-12-01
Workaround for perl problem where evaluating UTF8 regexes can cause
Andrew Dunstan
2007-11-23
Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead
Alvaro Herrera
2007-11-22
Prevent Perl from introducing a possibly-incompatible definition of type
Tom Lane
2007-10-15
Back-patch some plpython patches previously made only in HEAD: changes of
Tom Lane
2007-08-10
Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523
Tom Lane
2007-06-28
Fix incorrect tests for undef Perl values in some places in plperl.c.
Tom Lane
2007-04-19
Fix plpgsql to avoid reference to already-freed memory when returning a
Tom Lane
2007-02-08
Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it could
Tom Lane
2007-02-08
Rearrange use of plpgsql_add_initdatums() so that only the parsing of a
Tom Lane
2007-02-01
Fix plpgsql so that when a local variable has no initial-value expression,
Tom Lane
[next]