aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
Commit message (Expand)AuthorAge
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-25
* Prevent core dump from calling Tcl_DontCallWhenDeleted() with a nullTom Lane2003-02-01
* Apply ljb's patch to prevent both memory leak and core dump duringTom Lane2003-02-01
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-30
* Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane2002-12-30
* Bump version for 7.3 and 7.4.Bruce Momjian2002-12-11
* Stamp minor version numbers for 7.4 release.Bruce Momjian2002-12-04
* Add -cmdTuples to tcl interface.Bruce Momjian2002-11-26
* Fix free-slot search in PgSetResultId so it actually works.Tom Lane2002-10-17
* Improve formatting of error message.Tom Lane2002-10-17
* Obviously noone has ever tested the doubling of availiable result idsBruce Momjian2002-09-23
* pgindent run.Bruce Momjian2002-09-04
* Partial solution for 'unexpected EOF' problem with pg_disconnect: itTom Lane2002-09-02
* pg_on_connection_loss command for libpgtcl. Patch fromTom Lane2002-09-02
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-02
* Back out tcl patch, per Tom Lane:Bruce Momjian2002-08-18
* What I have done for libpgtcl:Bruce Momjian2002-08-17
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-27
* Update copyright to 2002.Bruce Momjian2002-06-20
* Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com.Tom Lane2002-03-04
* Pg_lo_open must OR together multiple modes, not AND them. Per reportTom Lane2001-12-03
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Use portable putenv(), not unportable setenv().Tom Lane2001-09-17
* The attached patch should be sufficient to fix libpgtcl. It requiresBruce Momjian2001-09-10
* >has anyone ever successfully done copy to/from stdout with theBruce Momjian2001-09-07
* > The win32.mak and libpgtcl.def files had been lost (patch doesn't handleBruce Momjian2001-09-06
* Below is the patch against current cvs for libpgtcl andBruce Momjian2001-09-06
* Since PQoidStatus is deprecated, we should probably stop using it inTom Lane2001-08-10
* Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian2001-05-11
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-20
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* column and tuple numbers should be int not size_t.Tom Lane2000-12-29
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Added pg_execute command behaving like spi_exec of PL/TclJan Wieck2000-11-27
* Use $(filter ...), not $(findstring ...).Peter Eisentraut2000-10-31
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut2000-09-25
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-17
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut2000-06-28
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-17
* Back out libpgtcl tcl/tksh includes.Bruce Momjian2000-06-14
* add missing filesBruce Momjian2000-06-13
* in the Directory src/bin/pgtclsh there is a good mechanism to integrateBruce Momjian2000-06-13
* Moved configure script from src/ to the top level directory. MovedPeter Eisentraut2000-06-06
* Cleanup of <> and ""Bruce Momjian2000-05-29