Re: [COMMITTERS] pgsql: Disable expanded mode only for \d

2005-10-27 Thread Bruce Momjian
Neil Conway wrote: > On Thu, 2005-27-10 at 10:34 -0300, Bruce Momjian wrote: > > Disable expanded mode only for \d tablename, not for all backslash > > commands. Per complaint that \df+ is clearer in expanded mode. > > You also need to update the psql reference page. Thanks, updated. I just remo

[COMMITTERS] pgsql: Remove mention that \x doesn't affect backslash commands.

2005-10-27 Thread Bruce Momjian
Log Message: --- Remove mention that \x doesn't affect backslash commands. Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.150 -> r1.151) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.150&r2=1.151)

[COMMITTERS] pgsql: Add an ifneq to avoid make warning on AIX --- there is a separate

2005-10-27 Thread Tom Lane
Log Message: --- Add an ifneq to avoid make warning on AIX --- there is a separate rule for postgres: on line 86, and line 43 shouldn't be used. Noted while looking at kookaburra buildfarm results. Modified Files: -- pgsql/src/backend: Makefile (r1.109 -> r1.110)

[COMMITTERS] pgsql: Tweak buffer manager so that 'internal' accesses to a buffer do

2005-10-27 Thread Tom Lane
Log Message: --- Tweak buffer manager so that 'internal' accesses to a buffer do not advance its usage_count. This includes writes of dirty buffers triggered by bgwriter, checkpoint, or FlushRelationBuffers, as well as various corner cases that really ought not count as accesses to the pag

Re: [COMMITTERS] pgsql: Disable expanded mode only for \d

2005-10-27 Thread Neil Conway
On Thu, 2005-27-10 at 10:34 -0300, Bruce Momjian wrote: > Disable expanded mode only for \d tablename, not for all backslash > commands. Per complaint that \df+ is clearer in expanded mode. You also need to update the psql reference page. -Neil ---(end of broadcast)---

[COMMITTERS] wikipedia - wikipgedia: Update some notes for cvs users

2005-10-27 Thread User Xzilla
Log Message: --- Update some notes for cvs users Modified Files: -- wikipgedia: README.postgresql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/README.postgresql.diff?r1=1.1&r2=1.2) ---(end of broa

[COMMITTERS] pgsql: Update: < o Allow ALTER TABLE RENAME CONSTRAINT > o Add ALTER

2005-10-27 Thread Bruce Momjian
Log Message: --- Update: < o Allow ALTER TABLE RENAME CONSTRAINT > o Add ALTER TABLE RENAME CONSTRAINT, update index name also Modified Files: -- pgsql/doc: TODO (r1.1695 -> r1.1696) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.di

[COMMITTERS] pgsql: Add: > o Have ALTER INDEX update the name of a constraint using

2005-10-27 Thread Bruce Momjian
Log Message: --- Add: > o Have ALTER INDEX update the name of a constraint using that index > o Allow ALTER TABLE RENAME CONSTRAINT Modified Files: -- pgsql/doc: TODO (r1.1694 -> r1.1695) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TO

[COMMITTERS] pgsql: Add mention that .pgpass localhost matches tcp and unix domain

2005-10-27 Thread Bruce Momjian
Log Message: --- Add mention that .pgpass localhost matches tcp and unix domain sockets. Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.197 -> r1.198) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml.diff?r1=1.197&r2=1.198)

[COMMITTERS] pgsql: Add mention of errfinish.

2005-10-27 Thread Bruce Momjian
Log Message: --- Add mention of errfinish. Modified Files: -- pgsql/doc: FAQ_DEV (r1.98 -> r1.99) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.98&r2=1.99) pgsql/doc/src/FAQ: FAQ_DEV.html (r1.101 -> r1.102) (ht

[COMMITTERS] pgsql: Disable expanded mode only for \d tablename, not for all

2005-10-27 Thread Bruce Momjian
Log Message: --- Disable expanded mode only for \d tablename, not for all backslash commands. Per complaint that \df+ is clearer in expanded mode. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.394 -> r1.395) (http://developer.postgresql.org/cvswe