[COMMITTERS] pllolcode - pllolcode: VISIBLE [DEBUG|LOG|INFO|WARNING|EXCEPTION] "Msg"

2007-10-06 Thread User Eggyknap
Log Message: --- VISIBLE [DEBUG|LOG|INFO|WARNING|EXCEPTION] "Msg" works; equivalent to pl/pgsql RAISE. w00t! Modified Files: -- pllolcode: gram.y (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.7&r2=1.8)

[COMMITTERS] pgbuildfarm - client-code: finally enable ECPG regression tests for MSVC

2007-10-06 Thread User Andrewd
Log Message: --- finally enable ECPG regression tests for MSVC add skip-steps command line option useful in debugging code cleanup - remove ugly use of global names for File::Find stuff Modified Files: -- client-code: run_build.pl (r1.90 -> r1.91) (http://c

[COMMITTERS] pgsql: A few improvements to analyze and vacuum sections in

2007-10-06 Thread Alvaro Herrera
Log Message: --- A few improvements to analyze and vacuum sections in documentation: add "see also" entries for autovacuum in analyze and vacuum reference pages, and enhance usage of cross-references in the maintenance page. Modified Files: -- pgsql/doc/src/sgml: ma

[COMMITTERS] pgsql: Change π to plain "pi" in index entry, to avoid double

2007-10-06 Thread Alvaro Herrera
Log Message: --- Change π to plain "pi" in index entry, to avoid double escaping issues. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.398 -> r1.399) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.398&r2=1.399) ---

[COMMITTERS] aupg - aupg_src: Added support for multi-column primary keys.

2007-10-06 Thread User Rlucas
Log Message: --- Added support for multi-column primary keys. Reoriented the tuple (row value text) storage to store /previous/ values instead of duplicating the current value in the audited table. Added TG_OP (operation type) tracking. Added tracking of pg xid (for possible use in conjunct

[COMMITTERS] pgsql: Clean up the doc makefile for draft HTML generation.

2007-10-06 Thread Alvaro Herrera
Log Message: --- Clean up the doc makefile for draft HTML generation. It no longer works to do "make DRAFT=Y html"; you need to use "make draft" (which was also supported previously). Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.100 -> r1.101) (http

[COMMITTERS] pgsql: Remove stylesheet.css file on "make clean", created only on VPATH

2007-10-06 Thread Alvaro Herrera
Log Message: --- Remove stylesheet.css file on "make clean", created only on VPATH builds. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.99 -> r1.100) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.99&r2=1.100) -

[COMMITTERS] pgsql: Fix missing parenthesis, per Guillaume Lelarge.

2007-10-06 Thread Alvaro Herrera
Log Message: --- Fix missing parenthesis, per Guillaume Lelarge. Modified Files: -- pgsql/doc/src/sgml: maintenance.sgml (r1.82 -> r1.83) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenance.sgml?r1=1.82&r2=1.83) -

[COMMITTERS] pgsql: Make dumpcolors() have tolerable performance when using 32-bit

2007-10-06 Thread Tom Lane
Log Message: --- Make dumpcolors() have tolerable performance when using 32-bit chr, as we do (and upstream Tcl doesn't). The loop limit might be subject to negotiation if anyone ever tries to do regex debugging in Far Eastern languages, but for now 1000 seems plenty. CHR_MAX was right ou

[COMMITTERS] pgsql: Adjust some regex debugging printouts to not give

2007-10-06 Thread Tom Lane
Log Message: --- Adjust some regex debugging printouts to not give wrong-format-width warnings on a 64-bit machine. Noted while chasing a recent regex bug report. Modified Files: -- pgsql/src/backend/regex: regcomp.c (r1.44 -> r1.45) (http://developer.post

[COMMITTERS] pgsql: Adjust regcustom.h so that all those assert() calls in the regex

2007-10-06 Thread Tom Lane
Log Message: --- Adjust regcustom.h so that all those assert() calls in the regex package are converted to Postgres Assert() macros, instead of using as formerly. No difference in production builds, but --enable-cassert debug builds will get better coverage for regex testing. Modified Fi

[COMMITTERS] pgsql: Fix SGML markup, from Guillaume Lelarge.

2007-10-06 Thread Alvaro Herrera
Log Message: --- Fix SGML markup, from Guillaume Lelarge. Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.293 -> r1.294) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.293&r2=1.294) --

[COMMITTERS] npgsql - Npgsql2: Updated to use the correct BSD License version

2007-10-06 Thread User Fxjr
Log Message: --- Updated to use the correct BSD License version without advertisement clause. This is now the same version as Postgresql server itself. Sorry for this big mistake. Modified Files: -- Npgsql2: LICENSE.txt (r1.1 -> r1.2) (http://cvs.pgfound