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
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
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
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(
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
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/