]> granicus.if.org Git - postgresql/history - src/pl/plpython/plpython.c
Minor code cleanup for PL/Python: fixup some strangely formatted comments,
[postgresql] / src / pl / plpython / plpython.c
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.
2002-09-04 Bruce Momjianpgindent run.
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-06 Bruce MomjianAdd new elog() levels to stored procedure languages...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-16 Tom Laneplpython security and error handling fixes, from
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneRebuild cached function definition after CREATE OR...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-10-04 Bruce MomjianUsing strtol() on int8 values (input parameters or...
2001-10-01 Tom LaneFix a couple of stray // comments.
2001-09-12 Bruce MomjianI noticed that plpython does not make the relid availab...
2001-06-01 Tom Lanepltcl, plperl, and plpython all suffer the same bug...
2001-05-25 Bruce MomjianSee attached for a small patch that enables plpython...
2001-05-12 Peter EisentrautPL/Python integration: support in create/droplang...
2001-05-09 Bruce MomjianAdd plpython code.