Mailing lists [pgsql-committers]
- pgsql: Move commonly used context into PruneState and simplify helpers Melanie Plageman
- pgsql: Add PageGetPruneXid() helper Melanie Plageman
- pgsql: Prefix PruneState->all_{visible,frozen} with set_ Melanie Plageman
- pgsql: Be more wary of false matches in initdb's replace_token(). Tom Lane
- pgsql: Simplify creation of built-in functions with non-default ACLs. Tom Lane
- pgsql: Refactor code retrieving string for RecoveryPauseState Michael Paquier
- pgsql: Add system view pg_stat_recovery Michael Paquier
- pgsql: Fix inconsistent elevel in pg_sync_replication_slots() retry log Amit Kapila
- pgsql: Fix order of columns in pg_stat_recovery Michael Paquier
- pgsql: Fix inconsistency with HeapTuple freeing in extended_stats_funcs Michael Paquier
- pgsql: Improve tests for recovery_target_timeline GUC. Fujii Masao
- pgsql: Fix publisher shutdown hang caused by logical walsender busy loo Fujii Masao
- pgsql: Fix publisher shutdown hang caused by logical walsender busy loo Fujii Masao
- pgsql: Fix publisher shutdown hang caused by logical walsender busy loo Fujii Masao
- pgsql: Fix publisher shutdown hang caused by logical walsender busy loo Fujii Masao
- pgsql: Fix publisher shutdown hang caused by logical walsender busy loo Fujii Masao
- pgsql: Fix publisher shutdown hang caused by logical walsender busy loo Fujii Masao
- pgsql: Portable StaticAssertExpr Peter Eisentraut
- pgsql: Use typeof everywhere instead of compiler specific spellings Peter Eisentraut
- pgsql: Make unconstify and unvolatize use StaticAssertVariableIsOfTypeM Peter Eisentraut
- pgsql: doc: Fix capitalization of Unicode Peter Eisentraut
- pgsql: Fix Python deprecation warning Peter Eisentraut
- Re: pgsql: Perform provider-specific initialization in new functions. Andrey Borodin
- pgsql: Don't include wait_event.h in pgstat.h Álvaro Herrera
- pgsql: CREATE SUBSCRIPTION ... SERVER. Jeff Davis
- pgsql: Support grouping-expression references and GROUPING() in subquer Tom Lane
- pgsql: Use palloc_object() and palloc_array() in more areas of the logi Masahiko Sawada
- pgsql: pg_dumpall: Fix handling of conflicting options. Nathan Bossart
- Re: pgsql: Perform provider-specific initialization in new functions. Jeff Davis
- pgsql: libpq: Introduce PQAUTHDATA_OAUTH_BEARER_TOKEN_V2 Jacob Champion