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
/
plpython
/
plpython.c
Age
Commit message (
Expand
)
Author
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-12
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
2009-08-25
Enhanced error context support in PL/Python
Peter Eisentraut
2009-08-25
Use generic attribute management in PL/Python
Peter Eisentraut
2009-08-14
Domain support in PL/Python
Peter Eisentraut
2009-08-13
Augment test coverage in PL/Python, especially for error conditions.
Peter Eisentraut
2009-07-20
Use errcontext mechanism in PL/Python
Peter Eisentraut
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-04
Improve the recently-added support for properly pluralized error messages
Tom Lane
2009-04-03
Defend against possible crash if a plpython function does not specify names
Tom Lane
2009-03-26
Gettext plural support
Peter Eisentraut
2009-01-15
Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and
Peter Eisentraut
2008-12-11
Append major version number and for libraries soname major version number
Peter Eisentraut
2008-11-04
Fix bug introduced in recent patch to make plpython cope with OUT arguments:
Tom Lane
2008-11-02
Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,
Tom Lane
2008-10-11
Add missing header.
Alvaro Herrera
2008-10-09
Improve translatability of error messages for external modules by tweaking
Alvaro Herrera
2008-07-18
Implement SQL-spec RETURNS TABLE syntax for functions.
Tom Lane
2008-07-16
Support "variadic" functions, which can accept a variable number of arguments
Tom Lane
2008-05-12
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
[prev]
[next]