pgsql: doc: Mention all options equivalent to pg_dump --filter patterns

2024-06-10 Thread Dean Rasheed
doc: Mention all options equivalent to pg_dump --filter patterns. In the documentation for pg_dump's new --filter option, added by commit a5cf808be5, each object pattern should match some other existing pg_dump option, but some had been omitted, so add them. Noted by Daniel Gustafsson, reviewed b

pgsql: Doc: Fix ambuiguity in column lists.

2024-06-10 Thread Amit Kapila
Doc: Fix ambuiguity in column lists. The behavior for columns added later to the table for publications with no specified column lists was not clear. Reported-by: Koen De Groote Author: Peter Smith Reviewed-by: Vignesh C, Laurenz Albe Backpatch-through: 15 Discussion: https://postgr.es/m/1716218

pgsql: Doc: Fix ambuiguity in column lists.

2024-06-10 Thread Amit Kapila
Doc: Fix ambuiguity in column lists. The behavior for columns added later to the table for publications with no specified column lists was not clear. Reported-by: Koen De Groote Author: Peter Smith Reviewed-by: Vignesh C, Laurenz Albe Backpatch-through: 15 Discussion: https://postgr.es/m/1716218

pgsql: Doc: Fix ambuiguity in column lists.

2024-06-10 Thread Amit Kapila
Doc: Fix ambuiguity in column lists. The behavior for columns added later to the table for publications with no specified column lists was not clear. Reported-by: Koen De Groote Author: Peter Smith Reviewed-by: Vignesh C, Laurenz Albe Backpatch-through: 15 Discussion: https://postgr.es/m/1716218

pgsql: Fix an assert in CheckPointReplicationSlots().

2024-06-10 Thread Amit Kapila
Fix an assert in CheckPointReplicationSlots(). Commit e0b2eed047 assumed that the confirmed_flush LSN can't go backward. However, it is possible that confirmed_flush LSN can go backward temporarily when the client acknowledges a prior value of flush location. This can happen when the client (subsc