[COMMITTERS] pgtcl - libpgtcl: * Removed arrVar variable and setting of it in

2011-02-14 Thread User Karl
Log Message: --- * Removed arrVar variable and setting of it in Pg_result because it didn't do anything. Modified Files: -- libpgtcl: ChangeLog (r1.64 -> r1.65) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.64&r2=1.65) lib

[COMMITTERS] pgtcl - libpgtcl: Reference tclsh8.5 rather than 8.4.

2011-04-13 Thread User Karl
Log Message: --- Reference tclsh8.5 rather than 8.4. Modified Files: -- libpgtcl/playpen/pghelpers: Makefile (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/playpen/pghelpers/Makefile?r1=1.1&r2=1.2) -- Sent via pgsql-committers

[COMMITTERS] pgtcl - libpgtcl: * Add new pg_dbinfo options "dbname", "user", "pass",

2012-06-03 Thread User Karl
Log Message: --- * Add new pg_dbinfo options "dbname", "user", "pass", "host", "port", "options", "status", "transaction_status", "error_message", "needs_password", "used_password", "used_ssl" to provide Tcl access to libpq connection parameter values established at connection time.

[COMMITTERS] pgtcl - libpgtcl: Change dbinfo option "pass" to "password".

2012-06-04 Thread User Karl
Log Message: --- Change dbinfo option "pass" to "password". Fix crash in pg_listen. Modified Files: -- libpgtcl/generic: pgtclCmds.c (r1.84 -> r1.85) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.84&r2=1.85) -- Sent

[COMMITTERS] pgtcl - libpgtcl: * Add new -withoutnulls option to pg_select, if set

2012-06-17 Thread User Karl
Log Message: --- * Add new -withoutnulls option to pg_select, if set will remove null fields from the row result array. Modified Files: -- libpgtcl: ChangeLog (r1.66 -> r1.67) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.66&

[COMMITTERS] pgtcl - libpgtcl: Reference variable name as a string, not an object,

2012-06-17 Thread User Karl
Log Message: --- Reference variable name as a string, not an object, when invoking Tcl_UnsetVar2. Modified Files: -- libpgtcl/generic: pgtclCmds.c (r1.86 -> r1.87) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.86&r2=1.

[COMMITTERS] pgtcl - libpgtcl: Add -nodotfields option to pg_select.

2012-09-11 Thread User Karl
Log Message: --- Add -nodotfields option to pg_select. if set it will inhibit the creation of the .tupno, .numcols and .headers fields in pg_select results. Modified Files: -- libpgtcl: ChangeLog (r1.67 -> r1.68) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.c

[COMMITTERS] pgtcl - libpgtcl: * Added new command, pg_set_single_row_mode aka

2012-09-11 Thread User Karl
Log Message: --- * Added new command, pg_set_single_row_mode aka ::pg::set_single_row_mode to enable retrieving query results row-by-row. * Add subcommands for direct execution of connection handles for conndefaults, set_single_row_mode, is_busy, blocking and cancel_request. * Make

[COMMITTERS] pgtcl - libpgtcl: Clean up compiler warnings.

2012-09-11 Thread User Karl
Log Message: --- Clean up compiler warnings. Modified Files: -- libpgtcl: ChangeLog (r1.69 -> r1.70) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.69&r2=1.70) libpgtcl/generic: pgtclCmds.c (r1.89 -> r1.90) (

[COMMITTERS] pgtcl - libpgtcl: Update the postgresql database schema comparator.

2012-09-21 Thread User Karl
Log Message: --- Update the postgresql database schema comparator. Modified Files: -- libpgtcl/playpen/pggrok: compare.tcl (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/playpen/pggrok/compare.tcl?r1=1.4&r2=1.5) dump.tcl

[COMMITTERS] pgtcl - libpgtcl: Add clock_to_precise_sql_time

2008-08-04 Thread User Karl
Log Message: --- Add clock_to_precise_sql_time Modified Files: -- libpgtcl/playpen/pghelpers: postgres-helpers.README (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/playpen/pghelpers/postgres-helpers.README.diff?r1=1.1&r2=1.2)

[COMMITTERS] pgtcl - libpgtcl: Makefile, the making of which will generate a

2008-11-05 Thread User Karl
Log Message: --- Makefile, the making of which will generate a pkgIndex.tcl file and the make installing of which will create a library of the Postgres helpers that can be package required. Added Files: --- libpgtcl/playpen/pghelpers: Makefile (r1.1) (http://cv

[COMMITTERS] pgtcl - libpgtcl: Make PostgreSQL helpers "res_dont_care" and

2009-02-26 Thread User Karl
Log Message: --- Make PostgreSQL helpers "res_dont_care" and "res_must_succeed" accept PGRES_TUPLES_OK as a sucessful result as well as PGRES_COMMAND_OK. Modified Files: -- libpgtcl: ChangeLog (r1.55 -> r1.56) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/p

[COMMITTERS] pgtcl - libpgtcl: Mark that we're releasing version 1.7.

2009-04-06 Thread User Karl
Log Message: --- Mark that we're releasing version 1.7. Modified Files: -- libpgtcl: ChangeLog (r1.56 -> r1.57) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog.diff?r1=1.56&r2=1.57) -- Sent via pgsql-committers mailing list (pgsql-co

[COMMITTERS] pgtcl - libpgtcl: * Fixed bug in "pgresult -assign" that could cuase a

2009-06-30 Thread User Karl
Log Message: --- * Fixed bug in "pgresult -assign" that could cuase a Tcl panic by attempting to set a value into a shared Tcl object. * libpq's PQfname can return NULL if the column requested is out of range. We have seen it return NULL when the column is in range, so instead of d

[COMMITTERS] pgtcl - libpgtcl: * pg_select was not checking returns from

2009-07-07 Thread User Karl
Log Message: --- * pg_select was not checking returns from Tcl_ObjSetVar2 and friends. The problem was that if the pg_select array already existed as a scalar variable, no error was returned to denote this, and it caused a coredump in Tcl 8.5. This has now been fixed. Modified File

[COMMITTERS] pgtcl - libpgtcl: * In pg_select code, correct memory allocation for

2009-07-07 Thread User Karl
Log Message: --- * In pg_select code, correct memory allocation for columnNameObjs to use the size of a pointer to Tcl_Obj times the number of columns, rather than the size of a Tcl_Obj times the number of columns.. Modified Files: -- libpgtcl: ChangeLog (r1.59

[COMMITTERS] pgtcl - libpgtcl: * Add gen_update_from_array and

2009-09-16 Thread User Karl
Log Message: --- * Add gen_update_from_array and perform_update_from_array to Postgres helper package. Modified Files: -- libpgtcl: ChangeLog (r1.60 -> r1.61) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.60&r2=1.61) libpg

[COMMITTERS] pgtcl - libpgtcl: Make the error message when using

2009-09-16 Thread User Karl
Log Message: --- Make the error message when using gen_update_from_array where a required key field isn't in the array meaningful. Modified Files: -- libpgtcl/playpen/pghelpers: postgres-helpers.tcl (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cg

[COMMITTERS] pgtcl - libpgtcl: Stupid bug fix from prior commit.

2009-09-16 Thread User Karl
Log Message: --- Stupid bug fix from prior commit. Update docs on postgres helpers. Modified Files: -- libpgtcl/playpen/pghelpers: postgres-helpers.README (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/playpen/pghelpers/postgres

[COMMITTERS] pgtcl - libpgtcl: * Added new option to pg_dbinfo, "sql_count", returns

2010-04-14 Thread User Karl
Log Message: --- * Added new option to pg_dbinfo, "sql_count", returns the number of calls to pg_exec, pg_exec_prepared, pg_sendquery, pg_sendquery_prepared, and pg_select since the database connection was established. * Fixed a bug in dbinfo where a missing database connection argumen

[COMMITTERS] pgtcl - libpgtcl: * Add support for the lo_truncate function that

2008-05-20 Thread User Karl
Log Message: --- * Add support for the lo_truncate function that truncates a large object to a given length. * Version bump to 1.7. * Update autoconf build to Tcl Extension Architecture (TEA) 3.6 * Add new command, pg_quote_ex, which takes a connection handle and a string to quote.

[COMMITTERS] pgtcl - libpgtcl: * Add "escape_bytea" and "unescape_bytea" to the

2008-05-23 Thread User Karl
Log Message: --- * Add "escape_bytea" and "unescape_bytea" to the methods that can be invoked from $conn. * Extend pg_escape_bytea to allow a connection handle to be specified. If specified, libpq's PQescapeByteaConn is used rather than deprecated PQescapeBytea, which can return inco

[COMMITTERS] pgtcl - libpgtcl: * Add new pg_result suboption -tupleArrayWithoutNulls.

2008-05-23 Thread User Karl
Log Message: --- * Add new pg_result suboption -tupleArrayWithoutNulls. It works like -tupleArray except if a field is null, it unsets the field from the array. Modified Files: -- libpgtcl: ChangeLog (r1.54 -> r1.55) (http://cvs.pgfoundry.org/cgi-bin/c