[COMMITTERS] pgsql: Use "bitwise" rather than "binary for AND/OR descriptions in \d,

2006-02-09 Thread Bruce Momjian
Log Message: --- Use "bitwise" rather than "binary for AND/OR descriptions in \d, to match SGML documentation. Modified Files: -- pgsql/src/include/catalog: pg_proc.h (r1.393 -> r1.394) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/p

[COMMITTERS] pgsql: 1 Fix bug with very short word: prefix and suffix might be

2006-02-09 Thread Teodor Sigaev
Log Message: --- 1 Fix bug with very short word: prefix and suffix might be overlapped, sorry but fix can't be applyed to previous version: it's require refill tsvector... 2 Small optimize of load time for huge dictionaries 3 use palloc instead of malloc during load dict file Modified

[COMMITTERS] pgsql: Provide the libpq error message when PQputline or PQendcopy

2006-02-09 Thread Tom Lane
Log Message: --- Provide the libpq error message when PQputline or PQendcopy fails. Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_db.c (r1.67 -> r1.68) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_db.c.diff?r1=1.67&r2=1.

[COMMITTERS] pgsql: Provide the libpq error message when PQputline or PQendcopy

2006-02-09 Thread Tom Lane
Log Message: --- Provide the libpq error message when PQputline or PQendcopy fails. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_db.c (r1.66.2.1 -> r1.66.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump

[COMMITTERS] pgsql: Provide the libpq error message when PQputline or PQendcopy

2006-02-09 Thread Tom Lane
Log Message: --- Provide the libpq error message when PQputline or PQendcopy fails. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_db.c (r1.61.4.2 -> r1.61.4.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump

[COMMITTERS] pgsql: This fixes pg_dump so that when using the '-O' no owners option

2006-02-09 Thread Bruce Momjian
Log Message: --- This fixes pg_dump so that when using the '-O' no owners option it does not print the owner name in the object comment. eg: -- -- Name: actor; Type: TABLE; Schema: public; Owner: chriskl; Tablespace: -- Becomes: -- -- Name: actor; Type: TABLE; Schema: public; Owner: -;

[COMMITTERS] dbi-link - dbi-link: Removed USAGE.txt.

2006-02-09 Thread User Dfetter
Log Message: --- Removed USAGE.txt. Changed README.txt to be what USAGE.txt was so people will actually read it. Modified Files: -- dbi-link: README.txt (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/README.txt.diff?r1=1.5&r2

[COMMITTERS] dbi-link - dbi-link: Roadmap...

2006-02-09 Thread User Dfetter
Log Message: --- Roadmap... Added Files: --- dbi-link: ROADMAP.txt (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/ROADMAP.txt?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)---

[COMMITTERS] pgsql: Allow psql multi-line column values to align in the proper

2006-02-09 Thread Bruce Momjian
Log Message: --- Allow psql multi-line column values to align in the proper columns If the second output column value is 'a\nb', the 'b' should appear in the second display column, rather than the first column as it does now. Change libpq's PQdsplen() to return more useful values.

[COMMITTERS] pgsql: Done: < o Allow multi-line column values to align in the proper

2006-02-09 Thread Bruce Momjian
Log Message: --- Done: < o Allow multi-line column values to align in the proper columns > o -Allow multi-line column values to align in the proper columns Modified Files: -- pgsql/doc: TODO (r1.1759 -> r1.1760) (http://developer.postgresql.org

Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align

2006-02-09 Thread Kris Jurka
On Thu, 9 Feb 2006, Bruce Momjian wrote: Log Message: --- Allow psql multi-line column values to align in the proper columns You have not fixed the expected results for the contrib regression tests. Kris Jurka ---(end of broadcast)--

Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align

2006-02-09 Thread Kris Jurka
On Thu, 9 Feb 2006, Bruce Momjian wrote: Log Message: --- Allow psql multi-line column values to align in the proper columns There is a problem with this on AIX. http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=asp&dt=2006-02-10%2006:23:00 For tables that have no columns AIX thinks i