[COMMITTERS] pgsql: Trivial comment tweak.

2005-03-16 Thread Neil Conway
Log Message: --- Trivial comment tweak. Modified Files: -- pgsql/src/backend/nodes: list.c (r1.63 -> r1.64) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/list.c.diff?r1=1.63&r2=1.64) ---(end of broadcast)--

Re: [COMMITTERS] pgsql: Mention tablespaces as a problem for using file system snapshots.

2005-03-16 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Mention tablespaces as a problem for using file system snapshots. This is a considerable disimprovement, since it replaces an example which is actually relevant to the point with one that isn't necessarily so. And why did you feel a need to remove the p

[COMMITTERS] pgsql: Mention tablespaces as a problem for using file system snapshots.

2005-03-16 Thread Bruce Momjian
Log Message: --- Mention tablespaces as a problem for using file system snapshots. Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.57 -> r2.58) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml.diff?r1=2.57&r2=2.58)

[COMMITTERS] pgsql: Document use of rsync for file system backups.

2005-03-16 Thread Bruce Momjian
Log Message: --- Document use of rsync for file system backups. Tino Wildenhain Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.56 -> r2.57) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml.diff?r1=2.56&r2=2.57) --

[COMMITTERS] pgsql: Add mention of compatibility problem with turning off backslash

2005-03-16 Thread Bruce Momjian
Log Message: --- Add mention of compatibility problem with turning off backslash escapes: < SQL-spec compliant, so allow such handling to be disabled. > SQL-spec compliant, so allow such handling to be disabled. However, > disabling backslashes could break many third-party applicati

[COMMITTERS] pgsql: Factor duplicate snprintf code into functions.

2005-03-16 Thread Bruce Momjian
Log Message: --- Factor duplicate snprintf code into functions. Modified Files: -- pgsql/src/port: snprintf.c (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.23&r2=1.24) ---(end of br

[COMMITTERS] pgsql: Add a reference to the documentation on alternate index operator

2005-03-16 Thread Neil Conway
Log Message: --- Add a reference to the documentation on alternate index operator classes in the locale docs. Patch from Chris KL, editorialization by Neil Conway. Modified Files: -- pgsql/doc/src/sgml: charset.sgml (r2.70 -> r2.71) (http://developer.postgr

[COMMITTERS] pgsql: This patch makes \d on tables and views sort fk constraints,

2005-03-16 Thread Neil Conway
Log Message: --- This patch makes \d on tables and views sort fk constraints, triggers and rules alphabetically in the output. This makes it the same as for indexes and stops the irritating random or reverse ordering it currently has. Chris KL Modified Files: -- pgsql/src

[COMMITTERS] pgsql: Force initdb cause of encoding additions.

2005-03-16 Thread Bruce Momjian
Log Message: --- Force initdb cause of encoding additions. Modified Files: -- pgsql/src/include/catalog: catversion.h (r1.257 -> r1.258) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h.diff?r1=1.257&r2=1.258)

[COMMITTERS] pgsql: Revise TupleTableSlot code to avoid unnecessary construction and

2005-03-16 Thread Tom Lane
Log Message: --- Revise TupleTableSlot code to avoid unnecessary construction and disassembly of tuples when passing data up through multiple plan nodes. A slot can now hold either a normal "physical" HeapTuple, or a "virtual" tuple consisting of Datum/isnull arrays. Upper plan levels can

[COMMITTERS] pgsql: Add sprintf support, that were were missing.

2005-03-16 Thread Bruce Momjian
Log Message: --- Add sprintf support, that were were missing. Add support for snprintf '+', 'h', and %* length settings. Modified Files: -- pgsql/src/bin/psql: command.c (r1.141 -> r1.142) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/comm

[COMMITTERS] pgsql: pgindent snprintf.c for consistency.

2005-03-16 Thread Bruce Momjian
Log Message: --- pgindent snprintf.c for consistency. Modified Files: -- pgsql/src/port: snprintf.c (r1.21 -> r1.22) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.21&r2=1.22) ---(end of broadcast)--

[COMMITTERS] pgpool - pgpool: improve debug messages

2005-03-16 Thread User T-ishii
Log Message: --- improve debug messages Modified Files: -- pgpool: pool_auth.c (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/pool_auth.c.diff?r1=1.1.1.1&r2=1.2) ---(end of broadcast)--

[COMMITTERS] pgsql: Fix snprintf for %*$.

2005-03-16 Thread Bruce Momjian
Log Message: --- Fix snprintf for %*$. Modified Files: -- pgsql/src/port: snprintf.c (r1.20 -> r1.21) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/snprintf.c.diff?r1=1.20&r2=1.21) ---(end of broadcast)-