Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-04-20Remove all of the libpgtcl and pgtclsh files, including all references toPostgreSQL Daemon
2004-02-10Repair missing inclusions of -lintl for shared libraries.Tom Lane
2004-02-02Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter canNeil Conway
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-11-30Bump all version numbers and version stamps mentioned in RELEASE_CHANGES.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-08Restore compatibility with Tcl 8.0.* --- from ljb.Tom Lane
2003-10-31Use Tcl ByteArray objects to avoid unwanted character set translationTom Lane
2003-10-28Include -lkrb5 when needed for shlibs depending on libpq. Per reportTom Lane
2003-09-27Got the link order wrong :-(Tom Lane
2003-09-27Adjust Darwin build to use the default 'two level namespace' linkingTom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-03-25Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian
2003-02-01Prevent core dump from calling Tcl_DontCallWhenDeleted() with a nullTom Lane
2003-02-01Apply ljb's patch to prevent both memory leak and core dump duringTom Lane
2002-12-30Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane
2002-12-30Make use of TCL_INCLUDE_SPEC if available (it's new in Tcl 8.4, too badTom Lane
2002-12-11Bump version for 7.3 and 7.4.Bruce Momjian
2002-12-04Stamp minor version numbers for 7.4 release.Bruce Momjian
2002-11-26Add -cmdTuples to tcl interface.Bruce Momjian
2002-10-17Fix free-slot search in PgSetResultId so it actually works.Tom Lane
2002-10-17Improve formatting of error message.Tom Lane
2002-09-23Obviously noone has ever tested the doubling of availiable result idsBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-09-02Partial solution for 'unexpected EOF' problem with pg_disconnect: itTom Lane
2002-09-02pg_on_connection_loss command for libpgtcl. Patch fromTom Lane
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-08-18Back out tcl patch, per Tom Lane:Bruce Momjian
2002-08-17What I have done for libpgtcl:Bruce Momjian
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-06-20Update copyright to 2002.Bruce Momjian
2002-03-04Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com.Tom Lane
2001-12-03Pg_lo_open must OR together multiple modes, not AND them. Per reportTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-17Use portable putenv(), not unportable setenv().Tom Lane
2001-09-10The attached patch should be sufficient to fix libpgtcl. It requiresBruce Momjian
2001-09-07>has anyone ever successfully done copy to/from stdout with theBruce Momjian
2001-09-06> The win32.mak and libpgtcl.def files had been lost (patch doesn't handleBruce Momjian
2001-09-06Below is the patch against current cvs for libpgtcl andBruce Momjian
2001-08-10Since PQoidStatus is deprecated, we should probably stop using it inTom Lane
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-29column and tuple numbers should be int not size_t.Tom Lane