Misleading description for IPC wait events in PostgreSQL documentation

2023-03-13 Thread SAMEER KUMAR
Hi, While preparing for my presentation on PostgreSQL Wait Events at PgConf India, I was trying to understand *IPC:XactGroupUpdate* in more detail. PostgreSQL documentation [1] mentions: > A process is waiting for the group leader to update the transaction status at the end of a _parallel operati

Re: Make SSPI documentation clearer

2023-03-13 Thread Tomas Pospisek
On 13.03.23 01:36, Stephen Frost wrote: > * PG Doc comments form (nore...@postgresql.org) wrote: > > Page: https://www.postgresql.org/docs/15/sspi-auth.html > > Description: > > > > The [current SSPI > > documentation](https://www.postgresql.org/docs/current/sspi-auth.html) > > reads: > > > > "SS

Please improve "Limitations" section for GIN indexes

2023-03-13 Thread Marcin Barczynski
We've learned the hard way that keys are never removed in GIN indexes, leading to infinite index size growth in certain scenarios. The PostgreSQL documentation doesn't mention it even in the "Limitations" section for GIN indexes (https://www.postgresql.org/docs/15/gin-limit.html). The only place I