Re: [COMMITTERS] pgsql: Minor patch on pgbench 1.

2008-08-22 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Minor patch on pgbench > > Why did this patch touch backend/utils/adt/formatting.c ? > > Not that there seems anything wrong with the change, but it sure > bespeaks process sloppiness. Oh, I removed braces from an if() statement in

Re: [COMMITTERS] pgsql: Minor patch on pgbench 1.

2008-08-22 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Minor patch on pgbench Why did this patch touch backend/utils/adt/formatting.c ? Not that there seems anything wrong with the change, but it sure bespeaks process sloppiness. regards, tom lane -- Sent via pgsql-committers mail

[COMMITTERS] pgsql: Update link to developer's FAQ from main FAQ.

2008-08-22 Thread Bruce Momjian
Log Message: --- Update link to developer's FAQ from main FAQ. Modified Files: -- pgsql/doc: FAQ (r1.461 -> r1.462) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.461&r2=1.462) pgsql/doc/src/FAQ: FAQ.html (r1.418 -> r1.419)

[COMMITTERS] pgstatspack - pgstatspack: Fixed a problem with the report where a table

2008-08-22 Thread User Kpierno
Log Message: --- Fixed a problem with the report where a table with the same name exists in 2 seperate schemas within the same database. I also changed the way the math was done for the table to index read ratio so it is no longer a number in reference to the total tuples read for all tabl

[COMMITTERS] npgsql - Npgsql2: support cross join and string concat

2008-08-22 Thread User Jbcooley
Log Message: --- support cross join and string concat Modified Files: -- Npgsql2/src/Npgsql/SqlGenerators: SqlBaseGenerator.cs (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlBaseGenerator.cs.diff?r1=

[COMMITTERS] npgsql - Npgsql2: quote column names

2008-08-22 Thread User Jbcooley
Log Message: --- quote column names Modified Files: -- Npgsql2/src/Npgsql/SqlGenerators: SqlInsertGenerator.cs (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlInsertGenerator.cs.diff?r1=1.8&r2=1.9) --

[COMMITTERS] npgsql - Npgsql2: quote column names

2008-08-22 Thread User Jbcooley
Log Message: --- quote column names Modified Files: -- Npgsql2/src/Npgsql/SqlGenerators: SqlUpdateGenerator.cs (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlUpdateGenerator.cs.diff?r1=1.6&r2=1.7) --

[COMMITTERS] npgsql - Npgsql2: quote column names

2008-08-22 Thread User Jbcooley
Log Message: --- quote column names Modified Files: -- Npgsql2/src/Npgsql/SqlGenerators: SqlDeleteGenerator.cs (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/SqlDeleteGenerator.cs.diff?r1=1.6&r2=1.7) --

[COMMITTERS] npgsql - Npgsql2: Fix insert and update syntax.

2008-08-22 Thread User Jbcooley
Log Message: --- Fix insert and update syntax. Support cross join Modified Files: -- Npgsql2/src/Npgsql/SqlGenerators: VisitedExpression.cs (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/SqlGenerators/VisitedExpressio

[COMMITTERS] pgsql: Make "log_temp_files" super-user set only, like other logging

2008-08-22 Thread Bruce Momjian
Log Message: --- Make "log_temp_files" super-user set only, like other logging options. Simon Riggs Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.186 -> r1.187) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.186&r2=1

[COMMITTERS] pgsql: Minor patch on pgbench 1.

2008-08-22 Thread Bruce Momjian
Log Message: --- Minor patch on pgbench 1. -i option should run vacuum analyze only on pgbench tables, not *all* tables in database. 2. pre-run cleanup step was DELETE FROM HISTORY then VACUUM HISTORY. This is just a slow version of TRUNCATE HISTORY. Simon Riggs Modified Files:

[COMMITTERS] pgbouncer - pgbouncer: compact md5 implementation

2008-08-22 Thread User Mkz
Log Message: --- compact md5 implementation Modified Files: -- pgbouncer/include: md5.h (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/md5.h.diff?r1=1.2&r2=1.3) pgbouncer/src: md5.c (r1.3 -> r1.4)

[COMMITTERS] pgbouncer - pgbouncer: full quoting for database names

2008-08-22 Thread User Mkz
Log Message: --- full quoting for database names Modified Files: -- pgbouncer/doc: config.txt (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/config.txt.diff?r1=1.13&r2=1.14) pgbouncer/src: loader.c (r1.15 -

[COMMITTERS] pgbouncer - pgbouncer: tag head as 1.3

2008-08-22 Thread User Mkz
Log Message: --- tag head as 1.3 Modified Files: -- pgbouncer: configure.ac (r1.44 -> r1.45) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac.diff?r1=1.44&r2=1.45) -- Sent via pgsql-committers mailing list (pgsql-committers@po

[COMMITTERS] pgbouncer - pgbouncer: Allow '.' and '-' in database names.

2008-08-22 Thread User Mkz
Log Message: --- Allow '.' and '-' in database names. Patch by Alberto De Boni Tags: pgbouncer_1_2_stable Modified Files: -- pgbouncer: AUTHORS (r1.4 -> r1.4.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/AUTHORS.diff?r1=1.4&r2