[COMMITTERS] webtranslator - l10n: A query to get the file content was modified,

2006-10-03 Thread User Mario__
Log Message: --- A query to get the file content was modified, now I've got a SQL VIEW for that. Some tags replacements were done on it. Modified Files: -- l10n/es: views.py (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/webtranslator/l10n

[COMMITTERS] bizgres - bizgres: Fix DROP RESOURCE QUEUE so that it destroys the in

2006-10-03 Thread User Markir
Log Message: --- Fix DROP RESOURCE QUEUE so that it destroys the in memory queue along with the catalog queue object. This does mean that it is possible to have foot gun moments via ALTER ROLE ... RESOURCE QUEUE for a connected user and then DROP RESOURCE QUEUE on the role's queue. However

[COMMITTERS] pgsql: Udpate typedefs for pgindent.

2006-10-03 Thread Bruce Momjian
Log Message: --- Udpate typedefs for pgindent. Modified Files: -- pgsql/src/tools/pgindent: pgindent (r1.88 -> r1.89) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/pgindent.diff?r1=1.88&r2=1.89) ---(end of bro

[COMMITTERS] npgsql - Npgsql: Added simple Nant-build script.

2006-10-03 Thread User H-saito
Log Message: --- Added simple Nant-build script. Added Files: --- Npgsql/src/testsuite/MiniTerminal: Npsql.build (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/testsuite/MiniTerminal/Npsql.build?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] npgsql - Npgsql: Lack addition.

2006-10-03 Thread User H-saito
Log Message: --- Lack addition. (ja) Modified Files: -- Npgsql/src/Npgsql: Npgsql.build (r1.25 -> r1.26) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/Npgsql/Npgsql.build.diff?r1=1.25&r2=1.26) ---(end of broadcast)-

[COMMITTERS] pgsql: Switch over to using our own qsort() all the time, as has been

2006-10-03 Thread Tom Lane
Log Message: --- Switch over to using our own qsort() all the time, as has been proposed repeatedly. Now that we don't have to worry about memory leaks from glibc's qsort, we can safely put CHECK_FOR_INTERRUPTS into the tuplesort comparators, as was requested a couple months ago. Also, ge

[COMMITTERS] pgsql: pgevent fixes: 1) Make vcbuild actually build the pgevent dll.

2006-10-03 Thread Bruce Momjian
Log Message: --- pgevent fixes: 1) Make vcbuild actually build the pgevent dll. 2) Change the pgevent DLL file so it doens't specify ordinal for the functions. You're not supposed to do that. You're actually supposed to declare them as PRIVATE as well, but mingw doesn't support that. VC++

[COMMITTERS] pgsql: Update typedef list for 8.2 pgindent run.

2006-10-03 Thread Bruce Momjian
Log Message: --- Update typedef list for 8.2 pgindent run. Modified Files: -- pgsql/src/tools/pgindent: pgindent (r1.87 -> r1.88) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgindent/pgindent.diff?r1=1.87&r2=1.88) --

[COMMITTERS] pgsql: Fix yesno_prompt() memory leak in /script tools, reported by

2006-10-03 Thread Bruce Momjian
Log Message: --- Fix yesno_prompt() memory leak in /script tools, reported by Converity. Modified Files: -- pgsql/src/bin/scripts: common.c (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/common.c.diff?r1=1.22&r2=1.23) --

[COMMITTERS] pgsql: Improve numeric overflow error message.

2006-10-03 Thread Bruce Momjian
Log Message: --- Improve numeric overflow error message. David Fetter Modified Files: -- pgsql/src/backend/utils/adt: numeric.c (r1.94 -> r1.95) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/numeric.c.diff?r1=1.94&r2=1.95) pgs

[COMMITTERS] pgsql: Make some sentences consistent with similar ones.

2006-10-03 Thread Bruce Momjian
Log Message: --- Make some sentences consistent with similar ones. Euler Taveira de Oliveira Modified Files: -- pgsql/src/backend/access/transam: twophase.c (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/twoph

[COMMITTERS] pgsql: Improve readline psql prompt suggestion.

2006-10-03 Thread Bruce Momjian
Log Message: --- Improve readline psql prompt suggestion. Andreas Seltenreich Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.169 -> r1.170) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.169&r2=1.17

[COMMITTERS] pgsql: Add experimental support for db2x texinfo Andreas Seltenreich

2006-10-03 Thread Bruce Momjian
Log Message: --- Add experimental support for db2x texinfo Andreas Seltenreich Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.76 -> r1.77) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile.diff?r1=1.76&r2=1.77) -

[COMMITTERS] pgsql: The attached patch changes units of the some default values in

2006-10-03 Thread Bruce Momjian
Log Message: --- The attached patch changes units of the some default values in postgresql.conf. - shared_buffers = 32000kB => 32MB - temp_buffers = 8000kB => 8MB - wal_buffers = 8 => 64kB The code of initdb was a bit modified to write MB-unit values. Values greater than 8000kB are rounde

[COMMITTERS] pgsql: Cleanup pgwin32_open() 'if' test, and avoid possible error.

2006-10-03 Thread Bruce Momjian
Log Message: --- Cleanup pgwin32_open() 'if' test, and avoid possible error. Modified Files: -- pgsql/src/port: open.c (r1.15 -> r1.16) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/open.c.diff?r1=1.15&r2=1.16) ---(end

[COMMITTERS] pgsql: Rearrange MSVC errcode hack, fix incorrect _MSC_VER test.

2006-10-03 Thread Tom Lane
Log Message: --- Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus Modified Files: -- pgsql/src/include: c.h (r1.212 -> r1.213) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/c.h.diff?r1=1.212&r2=1.213) pgsql/src/include/p

[COMMITTERS] pgpitrha - pgpitrha: Whoops, looks like we didn't commit this one.

2006-10-03 Thread User Jeffroe996
Log Message: --- Whoops, looks like we didn't commit this one. :-/ Added Files: --- pgpitrha/lib: includes.sh (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpitrha/pgpitrha/lib/includes.sh?rev=1.1&content-type=text/x-cvsweb-markup) -