[COMMITTERS] pgsql: Cleanup for procarray.c.

2007-03-22 Thread Bruce Momjian
Log Message: --- Cleanup for procarray.c. Modified Files: -- pgsql/src/backend/storage/ipc: procarray.c (r1.21 -> r1.22) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c.diff?r1=1.21&r2=1.22) ---

[COMMITTERS] bizgres - bizgres: Fix expected regression test output to include

2007-03-22 Thread User Markir
Log Message: --- Fix expected regression test output to include resource relations and attributes. Modified Files: -- bizgres/postgresql/src/test/regress/expected: rules.out (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgr

[COMMITTERS] bizgres - bizgres: Restore Bizgres tuned defaults for shared_buffers,

2007-03-22 Thread User Markir
Log Message: --- Restore Bizgres tuned defaults for shared_buffers, work_mem and maintenance_work_mem. These probably could do with some looking at again - but at least they agree with the configuration file now! Modified Files: -- bizgres/postgresql/src/backend/utils/misc

[COMMITTERS] pgbuildfarm - client-code: set up config logging properly for MSVC

2007-03-22 Thread User Andrewd
Log Message: --- set up config logging properly for MSVC Modified Files: -- client-code: run_build.pl (r1.76 -> r1.77) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.76&r2=1.77) ---(end o

[COMMITTERS] sparsegraph - sparsegraph: Adding new function

2007-03-22 Thread User Afn
Log Message: --- Adding new function sparsegraph_get_neighborhood(sparsegraph, int) Modified Files: -- sparsegraph: README.sparsegraph (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/README.sparsegraph.diff?r1=1.1&r2=1.2)

[COMMITTERS] sparsegraph - sparsegraph: Adding "make dist" target for building

2007-03-22 Thread User Afn
Log Message: --- Adding "make dist" target for building distribution tarball Modified Files: -- sparsegraph: .cvsignore (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/.cvsignore.diff?r1=1.1.1.1&r2=1.2) -

[COMMITTERS] sparsegraph - sparsegraph: Adding "make dist" target for building

2007-03-22 Thread User Afn
Log Message: --- Adding "make dist" target for building distribution tarball Modified Files: -- sparsegraph: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/Makefile.diff?r1=1.2&r2=1.3) -

[COMMITTERS] pgsql: Add: > > * Fix cases where invalid byte encodings are accepted

2007-03-22 Thread Bruce Momjian
Log Message: --- Add: > > * Fix cases where invalid byte encodings are accepted by the database, > but throw an error on SELECT > > http://archives.postgresql.org/pgsql-hackers/2007-03/msg00767.php Modified Files: -- pgsql/doc: TODO (r1.2127 -> r1.2128)

[COMMITTERS] pgsql: Add comment that pg_dump 'append' format is used only by pg_dump,

2007-03-22 Thread Bruce Momjian
Log Message: --- Add comment that pg_dump 'append' format is used only by pg_dump, per Dave Page. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.463 -> r1.464) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.46

[COMMITTERS] pgsql: Add to TODO: CLUSTER: > > o %Add VERBOSE option to report

2007-03-22 Thread Bruce Momjian
Log Message: --- Add to TODO: CLUSTER: > > o %Add VERBOSE option to report tables as they are processed, > like VACUUM VERBOSE Modified Files: -- pgsql/doc: TODO (r1.2126 -> r1.2127) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO

[COMMITTERS] pgsql: Commit newest version of xmlpath().

2007-03-22 Thread Bruce Momjian
Log Message: --- Commit newest version of xmlpath(). Nikolay Samokhvalov Modified Files: -- pgsql/src/backend/utils/adt: xml.c (r1.36 -> r1.37) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.36&r2=1.37) pgsql/sr

[COMMITTERS] pgsql: In pg_dump, strcasecmp -> pg_strcasecmp.

2007-03-22 Thread Bruce Momjian
Log Message: --- In pg_dump, strcasecmp -> pg_strcasecmp. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.462 -> r1.463) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.462&r2=1.463) ---

[COMMITTERS] pgsql: Add xmlpath() to evaluate XPath expressions, with namespaces

2007-03-22 Thread Bruce Momjian
Log Message: --- Add xmlpath() to evaluate XPath expressions, with namespaces support. Nikolay Samokhvalov Modified Files: -- pgsql/src/backend/utils/adt: xml.c (r1.35 -> r1.36) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.

[COMMITTERS] pgsql: Arrange for PreventTransactionChain to reject commands submitted

2007-03-22 Thread Tom Lane
Log Message: --- Arrange for PreventTransactionChain to reject commands submitted as part of a multi-statement simple-Query message. This bug goes all the way back, but unfortunately is not nearly so easy to fix in existing releases; it is only the recent ProcessUtility API change that mak

[COMMITTERS] pgsql: Allow the pgstat process to restart immediately after a receiving

2007-03-22 Thread Bruce Momjian
Log Message: --- Allow the pgstat process to restart immediately after a receiving SIGQUIT signal, rather than waiting for PGSTAT_RESTART_INTERVAL. Modified Files: -- pgsql/src/backend/postmaster: pgstat.c (r1.149 -> r1.150) (http://developer.postgresql.org

[COMMITTERS] pgsql: Allow DROP TABLESPACE to succeed (with a warning) if the

2007-03-22 Thread Tom Lane
Log Message: --- Allow DROP TABLESPACE to succeed (with a warning) if the pg_tblspc symlink doesn't exist. This allows DROP to be used to clean out the pg_tablespace catalog entry in a situation where a previous DROP attempt failed before committing but after having removed the directories

[COMMITTERS] pgsql: Properly enforce pg_dump -F formation options; only single letter

2007-03-22 Thread Bruce Momjian
Log Message: --- Properly enforce pg_dump -F formation options; only single letter or full words support, per report from Mark Stosberg. Modified Files: -- pgsql/src/bin/pg_dump: pg_dump.c (r1.461 -> r1.462) (http://developer.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Remove the currently unused FRONTEND case in dllist.c.

2007-03-22 Thread Alvaro Herrera
Log Message: --- Remove the currently unused FRONTEND case in dllist.c. This allows the usage of palloc instead of malloc, which means a list can be freed simply by deleting the memory context that contains it. Modified Files: -- pgsql/src/backend/lib: dllist.c (r1

[COMMITTERS] pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the

2007-03-22 Thread Teodor Sigaev
Log Message: --- Fix parser bug on Windows with UTF8 encoding and C locale, the reason was sizeof(wchar_t) = 2 instead of 4. Tags: REL8_2_STABLE Modified Files: -- pgsql/contrib/tsearch2/wordparser: parser.c (r1.11.2.1 -> r1.11.2.2) (http://developer.

[COMMITTERS] pgsql: Fix parser bug on Windows with UTF8 encoding and C locale, the

2007-03-22 Thread Teodor Sigaev
Log Message: --- Fix parser bug on Windows with UTF8 encoding and C locale, the reason was sizeof(wchar_t) = 2 instead of 4. Modified Files: -- pgsql/contrib/tsearch2/wordparser: parser.c (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/co

[COMMITTERS] pgsql: Remove tabs in SGML files.

2007-03-22 Thread Bruce Momjian
Log Message: --- Remove tabs in SGML files. Modified Files: -- pgsql/doc/src/sgml: catalogs.sgml (r2.146 -> r2.147) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml.diff?r1=2.146&r2=2.147) config.sgml (r1.116 -> r1.117)

[COMMITTERS] pgsql: Remove tabs from SGML file.

2007-03-22 Thread Bruce Momjian
Log Message: --- Remove tabs from SGML file. Modified Files: -- pgsql/doc/src/sgml/ref: alter_table.sgml (r1.95 -> r1.96) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_table.sgml.diff?r1=1.95&r2=1.96) ---(

[COMMITTERS] pgsql: Forgot to add file needed for PL regression tests

2007-03-22 Thread Magnus Hagander
Log Message: --- Forgot to add file needed for PL regression tests Added Files: --- pgsql/src/tools/msvc: getregress.pl (r1.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/getregress.pl?rev=1.1&content-type=text/x-cvsweb-markup) ---

[COMMITTERS] pginstaller - pginst: Hmm, pt_br complains without the CDATA.

2007-03-22 Thread User Dpage
Log Message: --- Hmm, pt_br complains without the CDATA. Remove the version check altogether (it's still in the wrapper) until Wix can handle it properly. Modified Files: -- pginst/wxs: pginst.wxs (r1.189 -> r1.190) (http://cvs.pgfoundry.org/cgi-bin/cvsweb

[COMMITTERS] pginstaller - pginst: The French translation crashes the compiler when a

2007-03-22 Thread User Dpage
Log Message: --- The French translation crashes the compiler when a CDATA section is used for the version check condition(!) Modified Files: -- pginst/wxs: pginst.wxs (r1.188 -> r1.189) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pg

[COMMITTERS] pginstaller - pginst: No need for the sslver tool any more.

2007-03-22 Thread User Dpage
Log Message: --- No need for the sslver tool any more. Modified Files: -- pginst/tools: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/tools/Makefile.diff?r1=1.2&r2=1.3) Removed Files: - pginst/tools

[COMMITTERS] pginstaller - pginst: Add support for installation on Vista.

2007-03-22 Thread User Dpage
Log Message: --- Add support for installation on Vista. Remove admin user checks. Prevent installation on < Win2K Modified Files: -- pginst: README (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/README.diff?r1=1.19&r2=1.20

[COMMITTERS] pgbuildfarm - client-code: MSVC - do pl_install_check, fix web

2007-03-22 Thread User Andrewd
Log Message: --- MSVC - do pl_install_check, fix web transaction call. Modified Files: -- client-code: run_build.pl (r1.75 -> r1.76) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.75&r2=1.76) ---

[COMMITTERS] sparsegraph - sparsegraph: 1.

2007-03-22 Thread User Afn
Log Message: --- 1. Adding LICENSE and README files. 2. Prepending license information to all source files. 3. Fixing a major bug in the binary search algorithm I just added to sparsegraph_neighbors -- OUCH! Modified Files: -- sparsegraph: Makefile (r1.1.1.1 -> r