[COMMITTERS] pgsql: Fix up flushing of composite-type typcache entries to be driven

2010-09-01 Thread Tom Lane
Log Message: --- Fix up flushing of composite-type typcache entries to be driven directly by SI invalidation events, rather than indirectly through the relcache. In the previous coding, we had to flush a composite-type typcache entry whenever we discarded the corresponding relcache entry.

[COMMITTERS] pgsql: Fix up flushing of composite-type typcache entries to be driven

2010-09-01 Thread Tom Lane
Log Message: --- Fix up flushing of composite-type typcache entries to be driven directly by SI invalidation events, rather than indirectly through the relcache. In the previous coding, we had to flush a composite-type typcache entry whenever we discarded the corresponding relcache entry.

[COMMITTERS] pgsql: Fix up flushing of composite-type typcache entries to be driven

2010-09-01 Thread Tom Lane
Log Message: --- Fix up flushing of composite-type typcache entries to be driven directly by SI invalidation events, rather than indirectly through the relcache. In the previous coding, we had to flush a composite-type typcache entry whenever we discarded the corresponding relcache entry.

[COMMITTERS] pgsql: Fix up flushing of composite-type typcache entries to be driven

2010-09-01 Thread Tom Lane
Log Message: --- Fix up flushing of composite-type typcache entries to be driven directly by SI invalidation events, rather than indirectly through the relcache. In the previous coding, we had to flush a composite-type typcache entry whenever we discarded the corresponding relcache entry.

[COMMITTERS] pgsql: Fix up flushing of composite-type typcache entries to be driven

2010-09-01 Thread Tom Lane
Log Message: --- Fix up flushing of composite-type typcache entries to be driven directly by SI invalidation events, rather than indirectly through the relcache. In the previous coding, we had to flush a composite-type typcache entry whenever we discarded the corresponding relcache entry.

[COMMITTERS] pgsql: Fix typo.

2010-09-01 Thread Robert Haas
Log Message: --- Fix typo. Pointed out by Kevin Grittner. Modified Files: -- pgsql/src/backend/catalog: objectaddress.c (r1.2 -> r1.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/objectaddress.c?r1=1.2&r2=1.3) -- Sent via pgsql-co

[COMMITTERS] pgsql: Clarify documentation of handling of null arguments for

2010-09-01 Thread Tom Lane
Log Message: --- Clarify documentation of handling of null arguments for aggregates. Per discussion. Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.521.2.4 -> r1.521.2.5) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/sr

[COMMITTERS] pgsql: Clarify documentation of handling of null arguments for

2010-09-01 Thread Tom Lane
Log Message: --- Clarify documentation of handling of null arguments for aggregates. Per discussion. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.530 -> r1.531) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.530&r2=1.531

[COMMITTERS] pgsql: Improve release notes' description of Teodor's fixes for polygon

2010-09-01 Thread Tom Lane
Log Message: --- Improve release notes' description of Teodor's fixes for polygon overlaps and contains operators. Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.39.2.11 -> r2.39.2.12) (http://anoncvs.postgresql.org/cv

[COMMITTERS] pgsql: Improve release notes' description of Teodor's fixes for polygon

2010-09-01 Thread Tom Lane
Log Message: --- Improve release notes' description of Teodor's fixes for polygon overlaps and contains operators. Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.54 -> r2.55) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-