[COMMITTERS] docbot - docbot: Took out a few more places where somebody could bomb

2005-03-19 Thread User Dfetter
Log Message: --- Took out a few more places where somebody could bomb the regex engine. Modified Files: -- docbot: docbot.pl (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.23&r2=1.24) ---

[COMMITTERS] docbot - docbot: Fixed bot so it doesn't crash on nicks like ]X[

2005-03-19 Thread User Dfetter
Log Message: --- Fixed bot so it doesn't crash on nicks like ]X[ Modified Files: -- docbot: docbot.pl (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.22&r2=1.23) ---(end of broadcast)-

[COMMITTERS] pgsql: Department of second thoughts.

2005-03-19 Thread Bruce Momjian
Log Message: --- Department of second thoughts. Remove FRONTEND from snprintf.c because snprintf is called before the memory system is started. We have to just malloc/free. There are no elogs in the code so we should be fine. Modified Files: -- pgsql/src/port: Ma

[COMMITTERS] pgsql: Mark snprintf.c as a file that uses FRONTEND and needs to a

2005-03-19 Thread Bruce Momjian
Log Message: --- Mark snprintf.c as a file that uses FRONTEND and needs to a version in the server-side port library. Somehow I missed that change when I added memory allocation to snprintf.c. Modified Files: -- pgsql/src/port: Makefile (r1.21 -> r1.22) (h

[COMMITTERS] pgsql: Fix typo in Makefile.

2005-03-19 Thread Bruce Momjian
Log Message: --- Fix typo in Makefile. Modified Files: -- pgsql/src/port: Makefile (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/Makefile.diff?r1=1.23&r2=1.24) ---(end of broadcast)-

[COMMITTERS] pgsql: Another change for FRONTEND snprintf.c.

2005-03-19 Thread Bruce Momjian
Log Message: --- Another change for FRONTEND snprintf.c. Modified Files: -- pgsql/src/port: Makefile (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/Makefile.diff?r1=1.22&r2=1.23) ---(end of broadcast)---

[COMMITTERS] pgsql: Done: > * -Allow the size of the buffer cache used by temporary

2005-03-19 Thread Bruce Momjian
Log Message: --- Done: > * -Allow the size of the buffer cache used by temporary objects to be Modified Files: -- pgsql/doc: TODO (r1.1465 -> r1.1466) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1465&r2=1.1466)

[COMMITTERS] docbot - docbot: No more tab characters, docbot now works.

2005-03-19 Thread User Dfetter
Log Message: --- No more tab characters, docbot now works. Modified Files: -- docbot: docbot.pl (r1.21 -> r1.22) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.21&r2=1.22) ---(end of broadcast)---

[COMMITTERS] pgsql: Add temp_buffers GUC variable to allow users to determine the

2005-03-19 Thread Tom Lane
Log Message: --- Add temp_buffers GUC variable to allow users to determine the size of the local buffer arena for temporary table access. Modified Files: -- pgsql/doc/src/sgml: runtime.sgml (r1.309 -> r1.310) (http://developer.postgresql.org/cvsweb.cgi/pgsq

[COMMITTERS] docbot - docbot: Changed SQL so that multiple keywords Do The Right

2005-03-19 Thread User Dfetter
Log Message: --- Changed SQL so that multiple keywords Do The Right Thing(TM) Modified Files: -- docbot: docbot.pl (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.20&r2=1.21) ---(end o

[COMMITTERS] docbot - docbot: Check if user is authed on nickserv before calling

2005-03-19 Thread User Pjmodos
Log Message: --- Check if user is authed on nickserv before calling admin command. Some retabing. Modified Files: -- docbot: docbot.pl (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.19&r2=1.20) -

[COMMITTERS] docbot - docbot: Check if url-key pair already exists before inserting

2005-03-19 Thread User Pjmodos
Log Message: --- Check if url-key pair already exists before inserting in do_learn. Modified Files: -- docbot: docbot.pl (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.18&r2=1.19) ---

[COMMITTERS] pgsql: Upgrade localbuf.c to use a hash table instead of linear search

2005-03-19 Thread Tom Lane
Log Message: --- Upgrade localbuf.c to use a hash table instead of linear search to find already-allocated local buffers. This is the last obstacle in the way of setting NLocBuffer to something reasonably large. Modified Files: -- pgsql/src/backend/storage/buffer:

[COMMITTERS] pgbuildfarm - client-code: can't run cvs status if we are in export

2005-03-19 Thread User Andrewd
Log Message: --- can't run cvs status if we are in export mode - so in that case we just won't report the versions - everyone should be using update anyway. Modified Files: -- client-code: run_build.pl (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvs

[COMMITTERS] pgaccess - pgaccess: added a catch inside cmd_Introspect object

2005-03-19 Thread User Cmaj
Log Message: --- added a catch inside cmd_Introspect object introspection call Modified Files: -- pgaccess/lib: mainlib.tcl (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/mainlib.tcl.diff?r1=1.2&r2=1.3) --