Log Message:
---
Rethink prior patch to filter out dead backend entries from the pgstats
file. The original code probed the PGPROC array separately for each PID,
which was not good for large numbers of backends: not only is the runtime
O(N^2) but most of it is spent holding ProcArrayLock.
Log Message:
---
Documenting some key bindings in queries. Stopped letting
functions close window with 'Esc'.
Modified Files:
--
pgaccess:
changelog (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/changelog.diff?r1=1.13&r2=1
Log Message:
---
Added comments to a procedure and some minor formatting.
Modified Files:
--
pgaccess/lib:
database.tcl (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/database.tcl.diff?r1=1.1.1.1&r2=1.2)
-
Log Message:
---
Pulled cut/copy/paste implementation in favor of native text
widget functionality. Also commented all procedures.
Modified Files:
--
pgaccess/lib:
functions.tcl (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgacc
Log Message:
---
Added default sorting of table-based reports by OID.
Modified Files:
--
pgaccess/lib:
reports.tcl (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/reports.tcl.diff?r1=1.2&r2=1.3)
---
Log Message:
---
Implement more string manipulation routines.
Modified Files:
--
oracompat:
string.sql (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oracompat/oracompat/string.sql.diff?r1=1.3&r2=1.4)
---(end of broadca