OSDN Git Service

PL/Python explicit subtransactions
[pg-rex/syncrep.git] / src / pl /
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-19 Bruce MomjianInitialize variable to quiet compiler.
2011-02-18 Alvaro HerreraConvert Postgres arrays to Perl arrays on PL/perl input...
2011-02-18 Alvaro Herrerapgindent run on plperl.c
2011-02-16 Peter EisentrautFix for warnings-free compilation with Python 3.2
2011-02-16 Tom LaneAdd FOREACH IN ARRAY looping to plpgsql.
2011-02-15 Peter EisentrautAllow make check in PL directories
2011-02-08 Peter EisentrautPer-column collation support
2011-02-07 Andrew DunstanSupply now required HeUTF8 macro for plperl where it...
2011-02-06 Andrew DunstanForce strings passed to and from plperl to be in UTF8...
2011-02-04 Robert HaasUnbreak the VPATH build.
2011-02-04 Robert HaasAvoid maintaining three separate copies of the error...
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-02 Andrew DunstanAdd comment on why we're passing a useless 'false...
2011-02-01 Peter EisentrautAdd validator to PL/Python
2011-02-01 Andrew DunstanSet up PLPerl trigger data using C code instead of...
2011-02-01 Simon RiggsRe-classify ERRCODE_DATABASE_DROPPED to 57P04
2011-02-01 Itagaki TakahiroFix wrong error reports in 'number of array dimensions...
2011-02-01 Simon RiggsCreate new errcode for recovery conflict caused by...
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 Tom LaneSuppress "control reaches end of non-void function...
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
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-27 Robert HaasCorrections to patch adding SQL/MED error codes.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-18 Tom LaneImprove plpgsql's error reporting for no-such-column...
2010-11-15 Tom LaneFix aboriginal mistake in plpython's set-returning...
2010-11-12 Peter EisentrautImproved parallel make support
2010-11-03 Tom LaneUse only one hash entry for all instances of a pltcl...
2010-10-31 Tom LaneRevert removal of trigger flag from plperl function...
2010-10-29 Heikki LinnakangasGive a more specific error message if you try to COMMIT...
2010-10-29 Andrew DunstanAllow generic record arguments to plperl functions
2010-10-28 Tom LaneSave a few cycles in plpgsql simple-expression initiali...
2010-10-28 Tom LaneFix plpgsql's handling of "simple" expression evaluation.
2010-10-25 Andrew DunstanRemove unnecessary use of trigger flag to hash plperl...
2010-10-21 Tom LaneImprove handling of domains over arrays.
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-30 Tom LaneUse a separate interpreter for each calling SQL userid...
2010-09-23 Robert HaasFix inconsistent capitalization of "PL/pgSQL".
2010-09-22 Tom LaneSome more gitignore cleanups: cover contrib and PL...
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-25 Peter EisentrautCatch null pointer returns from PyCObject_AsVoidPtr...
2010-08-19 Tom LaneAllow USING and INTO clauses of plpgsql's EXECUTE to...
2010-08-19 Tom LaneKeep exec_simple_check_plan() from thinking "SELECT...
2010-08-19 Tom LaneBe a bit less cavalier with both the code and the comme...
2010-08-19 Heikki LinnakangasRevert patch to coerce 'unknown' type parameters in...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-09 Tom LaneFix incorrect logic in plpgsql for cleanup after evalua...
2010-08-09 Tom LaneModify the handling of RAISE without parameters so...
2010-08-02 Robert HaasRemove ancient PL/pgsql line numbering hack.
2010-07-27 Alvaro HerreraEnsure $_SHARED is declared in the main:: namespace...
2010-07-08 Peter EisentrautTranslation updates for 9.0beta3
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-07-05 Heikki LinnakangasThe previous fix in CVS HEAD and 8.4 for handling the...
2010-06-29 Peter EisentrautMessage tuning
2010-06-29 Peter EisentrautUse different function names for plpython3 handlers...
2010-06-25 Tom LaneFix thinko in tok_is_keyword(): it was looking at the...
2010-06-21 Heikki LinnakangasIn a PL/pgSQL "FOR cursor" statement, the statements...
2010-06-16 Andrew DunstanRemove perl symbol table additions for plperl functions...
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-06-03 Peter EisentrautTranslation updates for 9.0beta2
2010-05-31 Bruce MomjianAdd error hint that PL/pgSQL "EXECUTE of SELECT .....
2010-05-18 Andrew DunstanFix regression tests to match error message change
2010-05-17 Andrew DunstanFollow up a visit from the style police.
2010-05-13 Tom LanePrevent PL/Tcl from loading the "unknown" module from...
2010-05-13 Andrew DunstanAbandon the use of Perl's Safe.pm to enforce restrictio...
2010-05-13 Peter EisentrautTranslation update
2010-05-01 Tom LaneFix leakage of proc-related storage in plpython's inlin...
next