[COMMITTERS] pgsql: Rethink prior patch to filter out dead backend entries from the

2005-12-15 Thread Tom Lane
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.

[COMMITTERS] pgaccess - pgaccess: Documenting some key bindings in queries.

2005-12-15 Thread User Cmaj
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

[COMMITTERS] pgaccess - pgaccess: Added comments to a procedure and some minor

2005-12-15 Thread User Cmaj
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) -

[COMMITTERS] pgaccess - pgaccess: Pulled cut/copy/paste implementation in favor of

2005-12-15 Thread User Cmaj
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

[COMMITTERS] pgaccess - pgaccess: Added default sorting of table-based reports by

2005-12-15 Thread User Cmaj
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) ---

[COMMITTERS] oracompat - oracompat: Implement more string manipulation routines.

2005-12-15 Thread User Swm
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