pgsql: Fix representation of hash keys in Hash/HashJoin nodes.

2019-08-02 Thread Andres Freund
Fix representation of hash keys in Hash/HashJoin nodes. In 5f32b29c1819 I changed the creation of HashState.hashkeys to actually use HashState as the parent (instead of HashJoinState, which was incorrect, as they were executed below HashState), to fix the problem of hashkeys expressions otherwise

pgsql: Fix representation of hash keys in Hash/HashJoin nodes.

2019-08-02 Thread Andres Freund
Fix representation of hash keys in Hash/HashJoin nodes. In 5f32b29c1819 I changed the creation of HashState.hashkeys to actually use HashState as the parent (instead of HashJoinState, which was incorrect, as they were executed below HashState), to fix the problem of hashkeys expressions otherwise

pgsql: First-draft release notes for 11.5.

2019-08-02 Thread Tom Lane
First-draft release notes for 11.5. As usual, the release notes for other branches will be made by cutting these down, but put them up for community review first. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/082c9f5f761ced18a6f014f2638096f6a8228164 Modifi