[COMMITTERS] pgsql: Some small editorialization on the protocol documentation for

2008-02-08 Thread Tom Lane
Log Message:
---
Some small editorialization on the protocol documentation for GSSAPI/SSPI
authentication.

Modified Files:
--
pgsql/doc/src/sgml:
protocol.sgml (r1.72 -> r1.73)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/protocol.sgml?r1=1.72&r2=1.73)

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


[COMMITTERS] pgsql: Since GSSAPI and SSPI authentication don't work in protocol

2008-02-08 Thread Tom Lane
Log Message:
---
Since GSSAPI and SSPI authentication don't work in protocol version 2,
issue a helpful error message instead of sending unparsable garbage.
(It is clearly a design error that this doesn't work, but fixing it
is not worth the trouble at this point.)  Per discussion.

Modified Files:
--
pgsql/src/backend/libpq:
auth.c (r1.163 -> r1.164)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c?r1=1.163&r2=1.164)

---(end of broadcast)---
TIP 4: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] pllolcode - pllolcode: Add missing braces

2008-02-08 Thread User Eggyknap
Log Message:
---
Add missing braces

Modified Files:
--
pllolcode:
pllolcode.c (r1.17 -> r1.18)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/pllolcode.c.diff?r1=1.17&r2=1.18)

---(end of broadcast)---
TIP 6: explain analyze is your friend


[COMMITTERS] pghotbackup - pghotbackup: Added -h switch (dereference symlinks) to

2008-02-08 Thread User Wagnerch
Log Message:
---
Added -h switch (dereference symlinks) to default tar command, so that symlinks 
under pg_tblspc will be included in the hot backup.

Modified Files:
--
pghotbackup:
META.yml (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pghotbackup/pghotbackup/META.yml.diff?r1=1.2&r2=1.3)
pg_hotbackup (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pghotbackup/pghotbackup/pg_hotbackup.diff?r1=1.4&r2=1.5)

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match