OSDN Git Service

In reading the 7.4.2 docs, the sql reference page for PREPARE doesn't
[pg-rex/syncrep.git] / src / interfaces / libpgtcl / pgtclCmds.c
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-08 Tom LaneRestore compatibility with Tcl 8.0.* --- from ljb.
2003-10-31 Tom LaneUse Tcl ByteArray objects to avoid unwanted character...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2002-12-30 Tom LaneAdjust Tcl-related code to compile cleanly with Tcl...
2002-11-26 Bruce MomjianAdd -cmdTuples to tcl interface.
2002-10-17 Tom LaneImprove formatting of error message.
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LanePartial solution for 'unexpected EOF' problem with...
2002-09-02 Tom Lanepg_on_connection_loss command for libpgtcl. Patch...
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-08-18 Bruce MomjianBack out tcl patch, per Tom Lane:
2002-08-17 Bruce MomjianWhat I have done for libpgtcl:
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-03-04 Tom LaneFix bogus error check in pg_execute, per report from...
2001-12-03 Tom LanePg_lo_open must OR together multiple modes, not AND...
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-09-06 Bruce MomjianBelow is the patch against current cvs for libpgtcl and
2001-08-10 Tom LaneSince PQoidStatus is deprecated, we should probably...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-29 Tom Lanecolumn and tuple numbers should be int not size_t.
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-27 Jan WieckAdded pg_execute command behaving like spi_exec of...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-11 Tom LaneChange PQconndefaults() to return a malloc'd array...
2000-02-27 Tom LaneClean up badly-formatted error messages from pg_connect.
2000-01-26 Bruce MomjianAdd:
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-07 Tom LaneAdd PQresStatus() function to avoid direct access to...
1999-01-17 Tom LaneTCL_ARRAYS option patches from Massimo Dal Zotto
1998-10-14 Tom LaneFix another memory leak in pg_select --- pointed out...
1998-10-02 Tom LaneFix potential coredump in pg_conndefaults (assigning...
1998-10-01 Tom LaneSimplify pg_result by using new libpq PQresultErrorMessage;
1998-09-21 Bruce MomjianThis patch covers several to-do items that I had for...
1998-09-04 Bruce Momjianlibpgtcl cleanups for Tom Lane.
1998-09-03 Bruce Momjianpatch cleanups.
1998-09-03 Bruce MomjianAttached is a patch to remove the definitions of libpq...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-17 Marc G. FournierDate: Sun, 16 Aug 1998 14:56:48 -0400
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-06-16 Bruce Momjianlarge object fix
1998-06-16 Bruce MomjianThere is a patch which has worked for me. The real...
1998-06-16 Bruce MomjianThe attached patch modifies libpgtcl per previous discu...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-30 Bruce MomjianThis problem had nothing to do with the upgrades I...
1998-03-15 Marc G. FournierFrom: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1997-11-21 Bruce MomjianMore archive cleanup.
1997-10-30 Bruce MomjianPatch for tcl library crash, from Jan Wieck.
1997-10-30 Bruce MomjianFix for array handling, from Gerhard Hintermayer
1997-09-25 Bruce MomjianFix for libpgtcl from Constantin Teodorescu.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-04-02 Marc G. FournierFrom: Anton de Wet <adw@obsidian.co.za>
1997-01-23 Marc G. FournierThe last patch fixes some incongruences in the #define...
1997-01-11 Marc G. FournierFixes:
1997-01-11 Marc G. FournierFrom: darcy@druid.net (D'Arcy J.M. Cain)
1997-01-03 Marc G. Fournier someone added pg_listen and pg_notifies to libpgtcl...
1996-12-19 Marc G. FournierAdd two new comments to pglibtcl...
1996-11-11 Marc G. FournierVarious cleanups from D'Arcy
1996-11-09 Marc G. FournierAdded in PQconnectdb() function
1996-10-30 Marc G. FournierChanges to libpgtcl submitted by: wieck@sapserv.debis...
1996-10-07 Marc G. FournierWell I haven't received any feedback pro or con re...
1996-09-16 Marc G. FournierI have made some corrections to my previous patches...
1996-07-23 Marc G. FournierLast changes to src from Dr. George *wipes brow*
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources