]> granicus.if.org Git - postgresql/history - src/pl/plpython/plpython.c
Fix within-function memory leaks in the various PLs' interfaces to
[postgresql] / src / pl / plpython / plpython.c
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.