[COMMITTERS] psqlodbc - psqlodbc: Some changes.

2007-08-31 Thread User H-saito
Log Message: --- Some changes. Modified Files: -- psqlodbc/docs: release.html (r1.28 -> r1.29) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/release.html.diff?r1=1.28&r2=1.29) ---(end of broadcast)-

[COMMITTERS] psqlodbc - psqlodbc: The version is now 8.2.0403.

2007-08-31 Thread User Hinoue
Log Message: --- The version is now 8.2.0403. 1. Support SQLColAttribute for MS specific SQL_CA_SS_COLUMN_KEY. Some MS applications use this. 2. Improve the check of updatability of queries by checking if they have multiple tables. 3. Reduce the round trip overhead in FE/BE communicat

[COMMITTERS] pgsql: Apply a band-aid fix for the problem that 8.2 and up completely

2007-08-31 Thread Tom Lane
Log Message: --- Apply a band-aid fix for the problem that 8.2 and up completely misestimate the number of rows likely to be produced by a query such as SELECT * FROM t1 LEFT JOIN t2 USING (key) WHERE t2.key IS NULL; What this is doing is selecting for t1 rows with no match in t2, a

[COMMITTERS] pgsql: Apply a band-aid fix for the problem that 8.2 and up completely

2007-08-31 Thread Tom Lane
Log Message: --- Apply a band-aid fix for the problem that 8.2 and up completely misestimate the number of rows likely to be produced by a query such as SELECT * FROM t1 LEFT JOIN t2 USING (key) WHERE t2.key IS NULL; What this is doing is selecting for t1 rows with no match in t2, a

[COMMITTERS] pgsql: Only use SGML indexterm "zone" when we want to get the entire

2007-08-31 Thread Bruce Momjian
Log Message: --- Only use SGML indexterm "zone" when we want to get the entire section. Some alignment cleanups. Modified Files: -- pgsql/doc/src/sgml: extend.sgml (r1.35 -> r1.36) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/extend.sgml?

[COMMITTERS] pgsql: Make Gin/Gist text search tertiary index entries in the

2007-08-31 Thread Bruce Momjian
Log Message: --- Make Gin/Gist text search tertiary index entries in the documentation. Modified Files: -- pgsql/doc/src/sgml: textsearch.sgml (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/textsearch.sgml?r1=1.14&r2=1.15)

[COMMITTERS] pgsql: Extend whole-row Var evaluation to cope with the case that the

2007-08-31 Thread Tom Lane
Log Message: --- Extend whole-row Var evaluation to cope with the case that the sub-plan generating the tuples has resjunk output columns. This is not possible for simple table scans but can happen when evaluating a whole-row Var for a view. Per example from Patryk Kordylewski. The proble

[COMMITTERS] pgsql: Extend whole-row Var evaluation to cope with the case that the

2007-08-31 Thread Tom Lane
Log Message: --- Extend whole-row Var evaluation to cope with the case that the sub-plan generating the tuples has resjunk output columns. This is not possible for simple table scans but can happen when evaluating a whole-row Var for a view. Per example from Patryk Kordylewski. The proble

[COMMITTERS] pgsql: Add comment on why SGML -wfully-tagged flag is needed (for older

2007-08-31 Thread Bruce Momjian
Log Message: --- Add comment on why SGML -wfully-tagged flag is needed (for older SGML tool chains). Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.98 -> r1.99) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.98&r2=1.99) -

[COMMITTERS] pgsql: Place GiST and GIN text search indexes as secondary items under

2007-08-31 Thread Bruce Momjian
Log Message: --- Place GiST and GIN text search indexes as secondary items under the main "index" entries for GIN/GiST. Modified Files: -- pgsql/doc/src/sgml: textsearch.sgml (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/te

[COMMITTERS] pgbouncer - pgbouncer: small cleanups

2007-08-31 Thread User Mkz
Log Message: --- small cleanups Modified Files: -- pgbouncer/src: objects.c (r1.20 -> r1.21) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/objects.c.diff?r1=1.20&r2=1.21) ---(end of broadcast)-