OSDN Git Service

Async dblink functions require a named connection, and therefore should
[pg-rex/syncrep.git] / src / pl /
2011-06-09 Peter EisentrautTranslation updates for 9.1beta2
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-04 Andrew DunstanAllow building with perl 5.14.
2011-05-30 Alvaro HerreraRemove usage of &PL_sv_undef in hashes and arrays
2011-05-23 Tom LaneMake plpgsql complain about conflicting IN and OUT...
2011-05-22 Tom LaneMake plpgsql provide the typmods for its variables...
2011-05-20 Peter EisentrautMessage style improvements
2011-05-19 Alvaro HerreraFix declaration of $_TD in "strict" trigger functions
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-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-25 Andrew DunstanPrevent perl header overriding our *snprintf macros...
2011-04-20 Peter EisentrautFix PL/Python traceback for error in separate file
2011-04-17 Tom LaneSupport a COLLATE clause in plpgsql variable declarations.
2011-04-16 Peter EisentrautSet client encoding explicitly in plpython_unicode...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
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-07 Tom LaneRevise the API for GUC variable assign hooks.
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-27 Tom LaneFix plpgsql to release SPI plans when a function or...
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-25 Tom LaneFix collation handling in plpgsql functions.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-17 Alvaro HerreraFix PL/Python memory leak involving array slices
2011-03-16 Bruce MomjianAdd hint suggesting the use of EXECUTE CREATE TABLE...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
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-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...
next