index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
Age
Commit message (
Expand
)
Author
2011-04-06
Add traceback information to PL/Python errors
Peter Eisentraut
2011-03-31
Don't leak the temporary PLyProcedure struct we create for inline plpython
Heikki Linnakangas
2011-03-17
Fix PL/Python memory leak involving array slices
Alvaro Herrera
2011-03-07
Fix behavior when raising plpy.Fatal()
Peter Eisentraut
2011-03-07
Report Python errors from iterators with PLy_elog
Peter Eisentraut
2011-03-06
Suppress some "variable might be clobbered by longjmp" warnings.
Tom Lane
2011-03-05
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-04
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-03
Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.
Andrew Dunstan
2011-03-01
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-02-28
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-27
PL/Python explicit subtransactions
Peter Eisentraut
2011-02-27
Remove remaining expected file for Python 2.2
Peter Eisentraut
2011-02-26
Table function support for PL/Python
Peter Eisentraut
2011-02-22
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-19
Invalidate PL/Python functions with composite type argument when the
Peter Eisentraut
2011-02-16
Fix for warnings-free compilation with Python 3.2
Peter Eisentraut
2011-02-15
Allow make check in PL directories
Peter Eisentraut
2011-02-02
Clean up missed change to plpython expected files.
Tom Lane
2011-02-02
Wrap PL/Python SPI calls into subtransactions
Peter Eisentraut
2011-02-01
Add validator to PL/Python
Peter Eisentraut
2011-01-27
Do not prefix error messages with the string "PL/Python: "
Peter Eisentraut
2011-01-27
Improve exception usage in PL/Python
Peter Eisentraut
2011-01-27
Also save the error detail in SPIError
Peter Eisentraut
2011-01-27
Fix compiler warnings
Peter Eisentraut
2011-01-25
Call PLy_spi_execute_fetch_result inside the try/catch block
Peter Eisentraut
2011-01-24
Refactor PLy_spi_prepare to save two levels of indentation
Peter Eisentraut
2011-01-23
Revert "Factor out functions responsible for caching I/O routines".
Tom Lane
2011-01-22
Quick hack to un-break plpython regression tests.
Tom Lane
2011-01-22
Get rid of the global variable holding the error state
Peter Eisentraut
2011-01-21
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2011-01-20
Fix wrong comment
Peter Eisentraut
2011-01-20
Fix typo
Peter Eisentraut
2011-01-20
Factor out functions responsible for caching I/O routines
Peter Eisentraut
2011-01-19
Add braces around an if block, for readability
Peter Eisentraut
2011-01-19
Free plan values in the PLyPlanObject dealloc function
Peter Eisentraut
2011-01-19
Improve message for errors in compiling anonymous PL/Python blocks
Peter Eisentraut
2011-01-18
Use PyObject_New instead of PyObject_NEW
Peter Eisentraut
2011-01-18
Skip dropped attributes when converting Python objects to tuples
Peter Eisentraut
2011-01-18
Use palloc in TopMemoryContext instead of malloc
Peter Eisentraut
2011-01-18
Fix an error when a set-returning function fails halfway through the execution
Peter Eisentraut
2011-01-17
Use HTABs instead of Python dictionary objects to cache procedures
Peter Eisentraut
2011-01-17
Increment Py_None refcount for NULL array elements
Alvaro Herrera
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-15
Fix aboriginal mistake in plpython's set-returning-function support.
Tom Lane
2010-10-11
Fix plpython so that it again honors typmod while assigning to tuple fields.
Tom Lane
[prev]
[next]