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
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
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.
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
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&
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.
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
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
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)
(
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
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)
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
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
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
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
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
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
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
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
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
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
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.
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
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
24 matches
Mail list logo