[COMMITTERS] pgsql: Initialize variable to quiet compiler.

2011-02-19 Thread Bruce Momjian
Initialize variable to quiet compiler. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/964b46d00ecc1273bec3ead369f3e167d482 Modified Files -- src/pl/plperl/plperl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-commit

[COMMITTERS] pgsql: Invalidate PL/Python functions with composite type argument when

2011-02-19 Thread Peter Eisentraut
Invalidate PL/Python functions with composite type argument when the type changes. The invalidation will cause the type information to be refetched, and everything will work. Jan UrbaƄski, reviewed by Alex Hunsaker Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b05

[COMMITTERS] pgsql: Document that an SQL-standard-compliant query that expects a uni

2011-02-19 Thread Bruce Momjian
Document that an SQL-standard-compliant query that expects a unique row from information_schema.referential_constraints might return several in Postgres because we allow duplicate-named constraints in the same schema. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e0

[COMMITTERS] pgsql: Documentation update for UTF16 surrogate pairs in UTF8 encoding.

2011-02-19 Thread Bruce Momjian
Documentation update for UTF16 surrogate pairs in UTF8 encoding. Marko Kreen Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8c0f1e2762a896e3af890b14babd3409fa49e641 Modified Files -- doc/src/sgml/syntax.sgml |7 +++ 1 files changed, 3 insertions(

[COMMITTERS] pgsql: Adjust documentation wording of window function ORDER BY to not

2011-02-19 Thread Bruce Momjian
Adjust documentation wording of window function ORDER BY to not mention avg() because it was inaccurate. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d5813488a4ccc78ec3a4ad0d5da4e6e844af75e8 Modified Files -- doc/src/sgml/advanced.sgml |8

[COMMITTERS] pgsql: Implement an API to let foreign-data wrappers actually be functi

2011-02-19 Thread Tom Lane
Implement an API to let foreign-data wrappers actually be functional. This commit provides the core code and documentation needed. A contrib module test case will follow shortly. Shigeru Hanada, Jan Urbanski, Heikki Linnakangas Branch -- master Details --- http://git.postgresql.org/pg/