[COMMITTERS] pgsql: Marginal tweaks in the documentation for ORDER BY; in particular

2007-01-09 Thread Tom Lane
Log Message: --- Marginal tweaks in the documentation for ORDER BY; in particular point out the common error that ORDER BY x, y DESC does not mean the same as ORDER BY x DESC, y DESC. Modified Files: -- pgsql/doc/src/sgml: queries.sgml (r1.40 -> r1.41) (htt

[COMMITTERS] pgsql: Add GUC log_temp_files to log the use of temporary files.

2007-01-09 Thread Bruce Momjian
Log Message: --- Add GUC log_temp_files to log the use of temporary files. Bill Moran Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.99 -> r1.100) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.99&r2=1.100)

[COMMITTERS] pgsql: Done: > * -Add ability to monitor the use of temporary sort

2007-01-09 Thread Bruce Momjian
Log Message: --- Done: > * -Add ability to monitor the use of temporary sort files Modified Files: -- pgsql/doc: TODO (r1.2032 -> r1.2033) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2032&r2=1.2033) pgsql/doc/src/FAQ: T

[COMMITTERS] pgsql: Enable another five tuple status bits by using the high bits of

2007-01-09 Thread Bruce Momjian
Log Message: --- Enable another five tuple status bits by using the high bits of the nattr field, and rename the field. Heikki Linnakangas Modified Files: -- pgsql/src/backend/access/common: heaptuple.c (r1.113 -> r1.114) (http://developer.postgresql.org/c

[COMMITTERS] pgsql: Remove trace macro call from new log_temp_files, until it gets

2007-01-09 Thread Bruce Momjian
Log Message: --- Remove trace macro call from new log_temp_files, until it gets more research. Modified Files: -- pgsql/src/backend/storage/file: fd.c (r1.133 -> r1.134) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c.diff?r1

[COMMITTERS] pgsql: Have log_temp_files be in kilobytes, remove trace call.

2007-01-09 Thread Bruce Momjian
Log Message: --- Have log_temp_files be in kilobytes, remove trace call. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.100 -> r1.101) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.100&r2=1.101) pgsql/src/b

[COMMITTERS] pgsql: Build SGML documention output several times if necessary to have

2007-01-09 Thread Bruce Momjian
Log Message: --- Build SGML documention output several times if necessary to have proper indexes; add 'draft' option to disable it. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.87 -> r1.88) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/s

[COMMITTERS] pgsql: Update the UTF-8 RFC reference.

2007-01-09 Thread Bruce Momjian
Log Message: --- Update the UTF-8 RFC reference. RFC 2044 was obsoleted by RFC 2279, which was obsoleted by RFC 3629. Michael Fuhr Modified Files: -- pgsql/doc: README.mb.big5 (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/README.mb.

[COMMITTERS] pgsql: Add: > > * Improve merge join performance by allowing

2007-01-09 Thread Bruce Momjian
Log Message: --- Add: > > * Improve merge join performance by allowing mark/restore of > tuple sources > > http://archives.postgresql.org/pgsql-hackers/2007-01/msg00096.php > Modified Files: -- pgsql/doc: TODO (r1.2033 -> r1.2034) (http://developer.

[COMMITTERS] pghotbackup - pghotbackup: Add .cvsignore file

2007-01-09 Thread User Wagnerch
Log Message: --- Add .cvsignore file Added Files: --- pghotbackup: .cvsignore (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pghotbackup/pghotbackup/.cvsignore?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)---

[COMMITTERS] pgsql: Update copyright year

2007-01-09 Thread Tatsuo Ishii
Log Message: --- Update copyright year Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.59 -> r1.60) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.59&r2=1.60) ---(end of broadcast)-

[COMMITTERS] pgsql: Backport patch.

2007-01-09 Thread Tatsuo Ishii
Log Message: --- Backport patch. Call srandom() instead of srand(). pgbench calls random() later, so it should have called srandom(). On most platforms except Windows srandom() is actually identical to srand(), so the bug only bites Windows users. per bug report from Akio Ishida. Tags: --

[COMMITTERS] pgsql: Back port patch.

2007-01-09 Thread Tatsuo Ishii
Log Message: --- Back port patch. Call srandom() instead of srand(). pgbench calls random() later, so it should have called srandom(). On most platforms except Windows srandom() is actually identical to srand(), so the bug only bites Windows users. per bug report from Akio Ishida. Tags: -

[COMMITTERS] pgsql: In SGML Makefile, set proper targets for recursive calls.

2007-01-09 Thread Bruce Momjian
Log Message: --- In SGML Makefile, set proper targets for recursive calls. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.88 -> r1.89) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile.diff?r1=1.88&r2=1.89) --

[COMMITTERS] pgsql: Update copyright script to allow spaces around dash.

2007-01-09 Thread Bruce Momjian
Log Message: --- Update copyright script to allow spaces around dash. Modified Files: -- pgsql/contrib/adminpack: adminpack.c (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/adminpack/adminpack.c.diff?r1=1.8&r2=1.9) pgsql/src/to

[COMMITTERS] npgsql - Npgsql2: New Directory

2007-01-09 Thread User Fxjr
Update of /cvsroot/npgsql/Npgsql2/src/Npgsql/Web In directory pgfoundry.org:/tmp/cvs-serv44531/Npgsql/Web Log Message: Directory /cvsroot/npgsql/Npgsql2/src/Npgsql/Web added to the repository ---(end of broadcast)--- TIP 3: Have you checked our ext

[COMMITTERS] npgsql - Npgsql2: 2007-01-10 Francisco Figueiredo Jr.

2007-01-09 Thread User Fxjr
Log Message: --- 2007-01-10 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * Added ASP.Net providers implementation by Jon Asher. Thanks also to Federico Di Gregorio for help and feedback on this work. Modified Npgsql.build to compile these providers. Modified Files: --

[COMMITTERS] pgsql: This patch enables verbose output when building all projects.

2007-01-09 Thread Neil Conway
Log Message: --- This patch enables verbose output when building all projects. This is the same output level that was used when building a single project before, and really needed to get reasonable information about what happens (non-verbose just says "starting build of foo" and "done build

[COMMITTERS] pgsql: Attached patch fixes two problems: 1) gendef works from inside

2007-01-09 Thread Neil Conway
Log Message: --- Attached patch fixes two problems: 1) gendef works from inside visual studio - use a tempfile instead of redirection, because for some reason you can't redirect dumpbin from inside (patch from Joachim Wieland) 2) gendef must process only *.obj, or you get weird errors in s