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