summaryrefslogtreecommitdiff
path: root/src/pl/tcl/pltcl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a dozen or so places that were passing unpredictable data stringsTom Lane2002-11-221-2/+2
* Fix within-function memory leaks in the various PLs' interfaces toTom Lane2002-10-191-3/+6
* I have attached two patches as per:Bruce Momjian2002-10-141-24/+46
* Back out /pl memory leak patch. Wait for new version.Bruce Momjian2002-09-261-11/+1
* I have attached the pltcl patch again, just in case. For the sake of clarityBruce Momjian2002-09-261-1/+11
* Provide an upgrade strategy for dump files containing functions declaredTom Lane2002-09-211-3/+2
* pgindent run.Bruce Momjian2002-09-041-3/+3
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-12/+37
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+2
* Fix typo (PG_UNICODE -> PG_UTF8)Tatsuo Ishii2002-07-181-3/+3
* Fix breakage for pltcl modules. pg_get_enconv_by_encoding() has beenTatsuo Ishii2002-07-181-15/+3
* This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian2002-06-151-5/+5
* Fix coding error in UTF conversion.Tom Lane2002-05-241-3/+5
* Add 'volatile' to suppress gcc warning. Not sure why this warningTom Lane2002-05-241-2/+2
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-13/+11
* Add new elog() levels to stored procedure languages. plperl DEBUG hackBruce Momjian2002-03-061-4/+6
* Change made to elog:Bruce Momjian2002-03-061-5/+7
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-2/+2
* pltcl's spi_execp didn't handle NULL arguments quite correctly.Tom Lane2002-01-241-49/+23
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-4/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-33/+36
* Fix a lot of confusion between typlen and typmod. Didn't hurt too muchTom Lane2001-10-191-30/+28
* Fix pltcl to update cached function def afterTom Lane2001-10-191-389/+311
* Attached patch for unconditional enabling of pltcl-unknown support.Bruce Momjian2001-10-131-9/+1
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-061-9/+5
* elog command need to use unicode conversion too.Bruce Momjian2001-10-041-2/+4
* This patch adds reporting of tcl global variable errorInfoBruce Momjian2001-10-041-3/+11
* > > > > > - PostgreSQL requires to be compiled with --enable-multibyteBruce Momjian2001-10-011-8/+37
* Next version of patch.Bruce Momjian2001-09-061-12/+46
* I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql d...Bruce Momjian2001-08-021-2/+21
* Fix a few missed NOIND usages.Tom Lane2001-06-091-3/+1
* pltcl, plperl, and plpython all suffer the same bug previously fixedTom Lane2001-06-011-5/+26
* Cleanups of pltcl unknown thingy.Peter Eisentraut2001-05-111-8/+9
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-44/+44
* > Applied. Thanks.Bruce Momjian2001-03-071-2/+2
* Fix bugs in pltcl's new return_null command: it was liable to go belly upTom Lane2001-02-161-20/+41
* Improve error message for erroneous use of 'opaque' as pltcl argumentTom Lane2000-12-081-5/+12
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-1/+8
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-27/+42
* Added untrusted PL/TclU (pltclu) language. Executes all proceduresJan Wieck2000-07-191-118/+251
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-3/+5
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-2/+3
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-31/+24
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-11/+5
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-48/+44
* Cast parameters to ckfree to (char *) to suppress compiler warnings.Tom Lane2000-05-231-9/+9
* Show failing OID in 'cache lookup failed' messages;Tom Lane2000-04-161-11/+15
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-13/+13
* Add 'volatile' declarations to silence gcc warnings about longjmp.Tom Lane2000-02-271-13/+13
* Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane2000-01-151-9/+4