OSDN Git Service

Fix declaration of $_TD in "strict" trigger functions
[pg-rex/syncrep.git] / src / pl / plpython /
2011-05-01 Peter EisentrautCatch errors in for loop in makefile
2011-05-01 Peter EisentrautRewrite installation makefile rules without for loops
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-20 Peter EisentrautFix PL/Python traceback for error in separate file
2011-04-16 Peter EisentrautSet client encoding explicitly in plpython_unicode...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-08 Robert HaasFix some sloppiness in new PL/python get_source_line...
2011-04-06 Peter EisentrautUpdate regression test files for PL/Python traceback...
2011-04-06 Peter EisentrautAdd traceback information to PL/Python errors
2011-03-31 Heikki LinnakangasDon't leak the temporary PLyProcedure struct we create...
2011-03-17 Alvaro HerreraFix PL/Python memory leak involving array slices
2011-03-07 Peter EisentrautFix behavior when raising plpy.Fatal()
2011-03-07 Peter EisentrautReport Python errors from iterators with PLy_elog
2011-03-07 Tom LaneSuppress some "variable might be clobbered by longjmp...
2011-03-05 Bruce MomjianFix parallel gmake for extension directory addition...
2011-03-05 Tom LaneMake plpythonu language use plpython2 shared library...
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-03-04 Andrew DunstanAdd a comment explaining the recent fix for plpython...
2011-03-01 Andrew DunstanFix plpython breakage detected on certain Fedora machin...
2011-03-01 Peter EisentrautAdditional PL/Python regression test expected file
2011-03-01 Andrew DunstanUnbreak vpath builds broken by commit 474a42473adf9b184...
2011-02-28 Peter EisentrautFix regression tests after PL/Python custom SPI excepti...
2011-02-28 Peter EisentrautPL/Python custom SPI exceptions
2011-02-27 Peter EisentrautPL/Python explicit subtransactions
2011-02-27 Peter EisentrautRemove remaining expected file for Python 2.2
2011-02-26 Peter EisentrautTable function support for PL/Python
2011-02-22 Peter EisentrautAdd PL/Python functions for quoting strings
2011-02-19 Peter EisentrautInvalidate PL/Python functions with composite type...
2011-02-16 Peter EisentrautFix for warnings-free compilation with Python 3.2
2011-02-15 Peter EisentrautAllow make check in PL directories
2011-02-03 Tom LaneClean up missed change to plpython expected files.
2011-02-02 Peter EisentrautWrap PL/Python SPI calls into subtransactions
2011-02-01 Peter EisentrautAdd validator to PL/Python
2011-01-26 Peter EisentrautDo not prefix error messages with the string "PL/Python: "
2011-01-26 Peter EisentrautImprove exception usage in PL/Python
2011-01-26 Peter EisentrautAlso save the error detail in SPIError
2011-01-26 Peter EisentrautFix compiler warnings
2011-01-24 Peter EisentrautCall PLy_spi_execute_fetch_result inside the try/catch...
2011-01-24 Peter EisentrautRefactor PLy_spi_prepare to save two levels of indentation
2011-01-23 Tom LaneRevert "Factor out functions responsible for caching...
2011-01-23 Tom LaneQuick hack to un-break plpython regression tests.
2011-01-22 Peter EisentrautGet rid of the global variable holding the error state
2011-01-21 Peter EisentrautCorrectly add exceptions to the plpy module for Python 3
2011-01-20 Peter EisentrautFix wrong comment
2011-01-20 Peter EisentrautFix typo
2011-01-20 Peter EisentrautFactor out functions responsible for caching I/O routines
2011-01-19 Peter EisentrautAdd braces around an if block, for readability
2011-01-18 Peter EisentrautFree plan values in the PLyPlanObject dealloc function
2011-01-18 Peter EisentrautImprove message for errors in compiling anonymous PL...
2011-01-18 Peter EisentrautUse PyObject_New instead of PyObject_NEW
2011-01-18 Peter EisentrautSkip dropped attributes when converting Python objects...
2011-01-18 Peter EisentrautUse palloc in TopMemoryContext instead of malloc
2011-01-18 Peter EisentrautFix an error when a set-returning function fails halfwa...
2011-01-17 Peter EisentrautUse HTABs instead of Python dictionary objects to cache...
2011-01-17 Alvaro HerreraIncrement Py_None refcount for NULL array elements
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-15 Tom LaneFix aboriginal mistake in plpython's set-returning...
2010-10-12 Tom LaneFix plpython so that it again honors typmod while assig...
2010-10-10 Tom LaneSupport triggers on views.
2010-10-08 Tom LaneFix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_...
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-25 Peter EisentrautCatch null pointer returns from PyCObject_AsVoidPtr...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-07-08 Tom LaneMinor kibitzing on previous patch: no need to run check...
2010-07-08 Peter EisentrautInstall safeguard against running PL/Python 2 and 3...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-29 Peter EisentrautUse different function names for plpython3 handlers...
2010-06-12 Peter EisentrautUpdate Python version information
2010-06-12 Peter EisentrautAdd a regression test case for bug #5497
2010-06-10 Tom LaneFix quite-bogus handling of arrays in plpython datum...
2010-05-13 Peter EisentrautTranslation update
2010-05-01 Tom LaneFix leakage of proc-related storage in plpython's inlin...
2010-04-30 Tom LaneFix multiple memory leaks in PLy_spi_execute_fetch_resu...
2010-03-18 Peter EisentrautPrevent the injection of invalidly encoded strings...
2010-03-18 Peter EisentrautUse data-type specific conversion functions also in...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-19 Peter EisentrautTranslation updates for 9.0alpha4
2010-02-18 Tom LaneVolatile-ize all five places where we expect a PG_TRY...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-22 Peter EisentrautPL/Python DO handler
2010-01-16 Peter EisentrautImproved printing of Python exceptions in PL/Python
2009-12-19 Peter EisentrautTranslation updates
2009-12-15 Peter EisentrautPython 3 support in PL/Python
2009-12-10 Peter EisentrautPL/Python array support
2009-11-03 Peter EisentrautImprove PL/Python elog output
2009-11-03 Peter EisentrautFix obscure segfault condition in PL/Python
2009-10-20 Peter EisentrautTranslations update for 8.5alpha2
2009-10-15 Tom LaneFirst committed version of plpython_unicode_0.out did...
2009-10-14 Peter EisentrautAdd alternative expected file for unicode test for...
2009-09-13 Peter EisentrautFix Unicode support in PL/Python
2009-09-12 Peter EisentrautAdd Unicode support in PL/Python
2009-09-12 Peter EisentrautRemove TODO file; it has been added to the main Todo...
2009-09-09 Peter EisentrautFix/improve bytea and boolean support in PL/Python
2009-08-25 Peter EisentrautEnhanced error context support in PL/Python
2009-08-25 Peter EisentrautUse generic attribute management in PL/Python
2009-08-24 Peter EisentrautMake PL/Python tests more compatible with Python 3
2009-08-14 Peter EisentrautRemove the test case that depends on the platform's...
2009-08-14 Peter EisentrautPL/Python regression tests for data type handling
2009-08-14 Peter EisentrautDomain support in PL/Python
next