aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl/pgtclCmds.c
Commit message (Expand)AuthorAge
* Restore compatibility with Tcl 8.0.* --- from ljb.Tom Lane2003-11-08
* Use Tcl ByteArray objects to avoid unwanted character set translationTom Lane2003-10-31
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-30
* Add -cmdTuples to tcl interface.Bruce Momjian2002-11-26
* Improve formatting of error message.Tom Lane2002-10-17
* 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
* 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
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* 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
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* 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
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane2000-03-11
* Clean up badly-formatted error messages from pg_connect.Tom Lane2000-02-27
* Add:Bruce Momjian2000-01-26
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane1999-02-07
* TCL_ARRAYS option patches from Massimo Dal ZottoTom Lane1999-01-17
* Fix another memory leak in pg_select --- pointed out by teo@flex.roTom Lane1998-10-14
* Fix potential coredump in pg_conndefaults (assigning constant stringTom Lane1998-10-02
* Simplify pg_result by using new libpq PQresultErrorMessage;Tom Lane1998-10-01
* This patch covers several to-do items that I had for libpgtcl:Bruce Momjian1998-09-21
* libpgtcl cleanups for Tom Lane.Bruce Momjian1998-09-04
* patch cleanups.Bruce Momjian1998-09-03
* Attached is a patch to remove the definitions of libpq's internalBruce Momjian1998-09-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier1998-08-17
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* large object fixBruce Momjian1998-06-16
* There is a patch which has worked for me. The real problem mightBruce Momjian1998-06-16