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)-
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
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
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
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?
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)
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
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
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)
-
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
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)-
11 matches
Mail list logo