]> granicus.if.org Git - postgresql/history - src/pl/plpython/plpython.c
Tweak palloc/repalloc to allow zero bytes to be requested, as per recent
[postgresql] / src / pl / plpython / plpython.c
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.