pgsql: Tag refs/tags/REL_14_4 was created

2022-06-15 Thread noreply
Tag refs/tags/REL_14_4 was created.

pgsql: Link to MVCC docs in MERGE docs

2022-06-15 Thread Alvaro Herrera
Link to MVCC docs in MERGE docs In addition, this moves the new paragraph in the MVCC page upwards, for a more consistent flow; some minor markup mistakes, style issues and typos are fixed too. Per comments from Justin Pryzby. Discussion: https://postgr.es/m/20220511163350.gl19...@telsasoft.com

Re: pgsql: Re-add locally-generated files in pg_upgrade's .gitignore and Ma

2022-06-15 Thread Tom Lane
Michael Paquier writes: > Re-add locally-generated files in pg_upgrade's .gitignore and Makefile Thanks. regards, tom lane

pgsql: Fix data inconsistency between publisher and subscriber.

2022-06-15 Thread Amit Kapila
Fix data inconsistency between publisher and subscriber. We were not updating the partition map cache in the subscriber even when the corresponding remote rel is changed. Due to this data was getting incorrectly replicated for partition tables after the publisher has changed the table schema. Fix

pgsql: Fix data inconsistency between publisher and subscriber.

2022-06-15 Thread Amit Kapila
Fix data inconsistency between publisher and subscriber. We were not updating the partition map cache in the subscriber even when the corresponding remote rel is changed. Due to this data was getting incorrectly replicated for partition tables after the publisher has changed the table schema. Fix

pgsql: Fix data inconsistency between publisher and subscriber.

2022-06-15 Thread Amit Kapila
Fix data inconsistency between publisher and subscriber. We were not updating the partition map cache in the subscriber even when the corresponding remote rel is changed. Due to this data was getting incorrectly replicated for partition tables after the publisher has changed the table schema. Fix