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
/
plpython.c
Age
Commit message (
Expand
)
Author
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
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-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
2010-10-10
Support triggers on views.
Tom Lane
2010-10-08
Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-25
Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr
Peter Eisentraut
2010-07-08
Minor kibitzing on previous patch: no need to run check more than once.
Tom Lane
2010-07-08
Install safeguard against running PL/Python 2 and 3 in the same session
Peter Eisentraut
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-06-29
Use different function names for plpython3 handlers, to avoid clashes in
Peter Eisentraut
2010-06-10
Fix quite-bogus handling of arrays in plpython datum-to-PyObject
Tom Lane
2010-05-01
Fix leakage of proc-related storage in plpython's inline handler.
Tom Lane
2010-04-30
Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak
Tom Lane
2010-03-18
Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
Peter Eisentraut
2010-03-18
Use data-type specific conversion functions also in plpy.execute
Peter Eisentraut
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-18
Volatile-ize all five places where we expect a PG_TRY block to restore
Tom Lane
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-01-22
PL/Python DO handler
Peter Eisentraut
2010-01-16
Improved printing of Python exceptions in PL/Python
Peter Eisentraut
2009-12-15
Python 3 support in PL/Python
Peter Eisentraut
2009-12-10
PL/Python array support
Peter Eisentraut
2009-11-03
Improve PL/Python elog output
Peter Eisentraut
2009-11-03
Fix obscure segfault condition in PL/Python
Peter Eisentraut
2009-09-13
Fix Unicode support in PL/Python
Peter Eisentraut
2009-09-12
Add Unicode support in PL/Python
Peter Eisentraut
2009-09-09
Fix/improve bytea and boolean support in PL/Python
Peter Eisentraut
[next]