]> granicus.if.org Git - postgresql/history - src/pl/plpython/plpython.c
Improve the recently-added support for properly pluralized error messages
[postgresql] / src / pl / plpython / plpython.c
2009-06-04 Tom LaneImprove the recently-added support for properly plurali...
2009-04-03 Tom LaneDefend against possible crash if a plpython function...
2009-03-26 Peter EisentrautGettext plural support
2009-01-15 Peter EisentrautCleanup pass over PL/Python NLS. Add translation suppo...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-04 Tom LaneFix bug introduced in recent patch to make plpython...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-11 Alvaro HerreraAdd missing header.
2008-10-09 Alvaro HerreraImprove translatability of error messages for external...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-03 Tom LaneFix plpython to not get totally confused by OUT argumen...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-02 Tom LaneFix plpython's overoptimistic caching of information...
2007-11-23 Alvaro HerreraFix buggy usage of vsnprintf in PL/Python by removing...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-10 Tom LaneFix uninitialized-memory bug in plpython proargnames...
2007-07-13 Tom LaneVolatile-qualify a dozen variables in plpython.c to...
2007-05-31 Peter EisentrautMake some messages more consistent
2007-04-04 Bruce MomjianRemove plpython casts C source code casts:
2007-04-03 Bruce MomjianAllow pl/pythonu >= version 2.3 to return boolean,...
2007-04-03 Bruce MomjianAllow PL/PythonU to compile on Python 2.5. Change...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-21 Andrew DunstanAllow pltcl args to spi_prepare and plpython args to...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-28 Andrew DunstanFix plpython MSVC build in non-debug mode.
2007-01-25 Bruce MomjianReverse out use of Py_RETURN_TRUE in plpython, only...
2007-01-25 Bruce MomjianFix for plpython functions; return true/false for...
2006-11-21 Tom LaneFix plpython to work (or at least pass its regression...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-16 Tom LaneDefine errcode as __msvc_errcode not __vc_errcode for...
2006-09-02 Bruce MomjianAllow PL/python to return composite types and result...
2006-08-27 Tom LaneAdd new return codes SPI_OK_INSERT_RETURNING etc to...
2006-08-08 Tom LaneAdd a feature for automatic initialization and finaliza...
2006-07-06 Bruce MomjianAttached patch is required ot build with the CRT that...
2006-06-25 Bruce MomjianFix Win32/Cygwin problems:
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-26 Andrew DunstanAdd table_name and table_schema to plpython trigger...
2006-04-27 Bruce MomjianRevert patch, causing plpython regression failues:
2006-04-27 Bruce Momjianplpython improvements:
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-11 Bruce MomjianRemove copyright notices from Jan (per author approval...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-28 Neil ConwayTweak the error message emitted when a void-returning...
2006-02-28 Neil ConwayAllow PL/Python functions to return void, per gripe...
2006-02-20 Neil ConwayFix three Python reference leaks in PLy_traceback(...
2006-01-10 Neil ConwayIn PLy_function_build_args(), the code loops repeatedly...
2006-01-09 Neil ConwayMinor code cleanup for PL/Python: fixup some strangely...
2005-12-29 Neil ConwayIndex: src/pl/plpython/plpython.c
2005-12-26 Neil ConwayVarious cosmetic code cleanup for PL/Python:
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-10 Bruce MomjianThis patch addresses the problem mentioned in the ...
2005-07-05 Bruce MomjianBack out patch. This should be done like other server...
2005-07-04 Bruce MomjianThis patch allows the PL/Python module to do (SRF)...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-02 Neil ConwayChange SPI functions to use a `long' when specifying...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-24 Tom LaneAdjust plpython to convert \r\n and \r to \n in Python...
2004-12-17 Tom LaneHook up the plpython result-object nrows and status...
2004-09-19 Tom LaneAdd defenses against plpython functions being declared...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-05 Joe ConwayMove include for Python.h above postgres.h to eliminate...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-07-31 Tom LaneBe more consistent about reporting SPI errors in the...
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2004-01-04 Bruce MomjianRemove trailing semicolons from macro initializations...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-16 Tom LaneFix some problems with dropped columns in plpython...
2003-09-14 Tom LaneFix plpython to generate separate cached procedure...
2003-08-04 Tom LaneFix pltcl and plpython to support STATEMENT triggers.
2003-08-04 Tom LanePut back braces removed by pgindent (not really pginden...
2003-08-04 Bruce Momjianpgindent run.
2003-07-31 Tom LaneCause library-preload feature to report error if specif...
2003-07-25 Tom LaneError message editing in src/pl. The plpython module...
2003-06-25 Bruce Momjian> I've worked with the Pl/Python code in the past and...
2003-06-11 Tom LaneFix brain damage in deciding which python input convert...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-02-13 Tom LaneRepair incorrect indexing for atttypmod, per Brad McLean.
2003-01-31 Tom LaneMake plpython's spi_execute interface handle NULLs...
2003-01-31 Tom LaneClean up plpython error reporting so that its regressio...
2002-11-22 Tom LaneFix a dozen or so places that were passing unpredictabl...
2002-10-19 Tom LaneFix within-function memory leaks in the various PLs...
2002-10-14 Bruce MomjianI have attached two patches as per:
2002-09-26 Bruce MomjianBack out /pl memory leak patch. Wait for new version.
2002-09-26 Bruce MomjianI have attached the pltcl patch again, just in case...
2002-09-04 Peter EisentrautFix compile warning.
next