1This is ChangeLog.1 for pgtclng: the PostgreSQL Tcl Interface Library.
2This is the ChangeLog from the Gborg 'pgtcl' project. This does not
3record all the changes made by that project; notably the addition of
4asynchronous commands, pg_escape_string, and new TEA build.
5-----------------------------------------------------------------------------
6
7Id: ChangeLog,v 1.10 2003/01/14 19:49:01 schwarzkopf Exp
8
92003-01-14  Brett Schwarz <brett_schwarz@yahoo.com>
10    * added -cmdTuples to pg_result (code submitted by Artur Trzewik)
11
122002-11-19  Brett Schwarz <brett_schwarz@yahoo.com>
13
14    * Improved the performance of -list a little bit
15
162002-11-15  Karl Lehenbauer <karl@procplace.com>
17
18    * Tagged for 1.4b3
19
20    * Fix pg_listen.  (callback string wasn't properly terminated)
21      Also made slight performance improvements in pg_listen.
22
232002-11-15  Brett Schwarz <brett_schwarz@yahoo.com>
24
25    * Cleanup memory leaks in pg_result.
26
27    * Fixed bug in pg_result -assignbyidx
28
292002-11-15  Karl Lehenbauer <karl@procplace.com>
30
31    * Convert all the "#ifdef TCL_ARRAYS" where tcl_value was called if
32      defined and not called if not defined to always "call" tcl_value.
33      In the case where TCL_ARRAYS isn't defined, tcl_value is now defined
34      as a macro that returns whatever was given to it, making it a no-op.
35
36      This change allows the code to be compiled with TCL_MEM_DEBUG enabled
37      to look for memory leaks.
38
392002-11-06  Karl Lehenbauer <karl@procplace.com>
40
41    * Tagged for 1.4b2
42
43    * Create the libpgtcl shared library in a way where it can find both
44      the Postgres shared library it needs (libpq) and the Tcl shared
45      library it needs (libtcl).
46
472002-11-05  Brett Schwarz <brett_schwarz@yahoo.com>
48
49    * added -list and -llist options to pg_result to return the
50      results as a list and list of lists
51
522002-11-05  Karl Lehenbauer <karl@procplace.com>
53
54Started the ChangeLog.
55