Remove Assert that matview is not in system schema from REFRESH.
We don't want to prevent an extension which creates a matview from
being installed in pg_catalog.
Issue was raised by Hitoshi Harada.
Backpatched to 9.3.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff
Remove Assert that matview is not in system schema from REFRESH.
We don't want to prevent an extension which creates a matview from
being installed in pg_catalog.
Issue was raised by Hitoshi Harada.
Backpatched to 9.3.
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/com
docs: document TRIM "comma" syntax
This syntax is supported by the parser, but is non-standard.
_Not_ backpatched to 9.3 in case we change our minds.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/5368a23eeb1f530d7c683b207074901c1a5417c4
Modified Files
--
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
The planner logic that attempted to make a preliminary estimate of the
ph_needed levels for PlaceHolderVars seems to be completely broken by
lateral references. Fortunately, the potential join order optimization
that this co
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
The planner logic that attempted to make a preliminary estimate of the
ph_needed levels for PlaceHolderVars seems to be completely broken by
lateral references. Fortunately, the potential join order optimization
that this co
Improve error message when view is not updatable
Avoid using the term "updatable" in confusing ways. Suggest a trigger
first, before a rule.
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/9e3f42ff3f6af6b4474340175572c76fe35d9e3b
Modified Files
-
Treat timeline IDs as unsigned in replication parser
Timeline IDs are unsigned ints everywhere, except the replication parser
treated them as signed ints.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/229fb58d4ff6fc4cd61fc5045edeb25f7fc4800e
Modified Files
---
Improve error message when view is not updatable
Avoid using the term "updatable" in confusing ways. Suggest a trigger
first, before a rule.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/32f7c0ae1725031e8ed3620e06e94007a171d6d5
Modified Files
--
src/b
Treat timeline IDs as unsigned in replication parser
Timeline IDs are unsigned ints everywhere, except the replication parser
treated them as signed ints.
Branch
--
REL9_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/3ed990b6ffe18e794b5020a5e5e841aacd72524e
Modified Files