]> granicus.if.org Git - postgresql/history - src/pl/tcl/pltcl.c
I have attached the pltcl patch again, just in case. For the sake of clarity
[postgresql] / src / pl / tcl / pltcl.c
2002-09-26 Bruce MomjianI have attached the pltcl patch again, just in case...
2002-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
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-07-18 Tatsuo IshiiFix typo (PG_UNICODE -> PG_UTF8)
2002-07-18 Tatsuo IshiiFix breakage for pltcl modules. pg_get_enconv_by_encodi...
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-05-24 Tom LaneFix coding error in UTF conversion.
2002-05-24 Tom LaneAdd 'volatile' to suppress gcc warning. Not sure why...
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...
2002-01-24 Tom Lanepltcl's spi_execp didn't handle NULL arguments quite...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-19 Tom LaneFix a lot of confusion between typlen and typmod. ...
2001-10-19 Tom LaneFix pltcl to update cached function def after
2001-10-13 Bruce MomjianAttached patch for unconditional enabling of pltcl...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-10-04 Bruce Momjianelog command need to use unicode conversion too.
2001-10-04 Bruce Momjian This patch adds reporting of tcl global variable...
2001-10-01 Bruce Momjian> > > > > - PostgreSQL requires to be compiled with...
2001-09-06 Bruce MomjianNext version of patch.
2001-08-02 Bruce MomjianI noticed that pltcl didn't have any way to get to...
2001-06-09 Tom LaneFix a few missed NOIND usages.
2001-06-01 Tom Lanepltcl, plperl, and plpython all suffer the same bug...
2001-05-11 Peter EisentrautCleanups of pltcl unknown thingy.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-07 Bruce Momjian> Applied. Thanks.
2001-02-16 Tom LaneFix bugs in pltcl's new return_null command: it was...
2000-12-08 Tom LaneImprove error message for erroneous use of 'opaque...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-07-19 Jan WieckAdded untrusted PL/TclU (pltclu) language. Executes...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-30 Tom LaneThird round of fmgr updates: eliminate calls using...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-23 Tom LaneCast parameters to ckfree to (char *) to suppress compi...
2000-04-16 Tom LaneShow failing OID in 'cache lookup failed' messages;
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-27 Tom LaneAdd 'volatile' declarations to silence gcc warnings...
2000-01-15 Tom LaneFix a passel of problems with incorrect calls to typinp...
2000-01-10 Bruce MomjianMake number of args to a function configurable.
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-20 Tom LaneChange elog(ERROR) to get back to main loop via a plain...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-09 Bruce Momjian There where a few more problems fixed by the patch...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>