Mailing lists [pgsql-committers]
- [MASSMAIL]pgsql: Remove useless duplicate call of defGetBoolean(). Tom Lane
- Re: pgsql: Use bump memory context for tuplesorts Andres Freund
- [MASSMAIL] pgsql: Doc: clarify behavior of boolean options in replication protocol Tom Lane
- pgsql: Change debug printing to log filename Daniel Gustafsson
- pgsql: Transform OR clauses to ANY expression Alexander Korotkov
- Re: pgsql: Transform OR clauses to ANY expression Melanie Plageman
- Re: pgsql: Transform OR clauses to ANY expression Alexander Korotkov
- pgsql: Fix usage of same ListCell transform_or_to_any()'s in nested loo Alexander Korotkov
- pgsql: Fix incorrect KeeperBlock macro in bump.c David Rowley
- [MASSMAIL]pgsql: Make GIN test using injection points repeatable Michael Paquier
- [MASSMAIL]pgsql: Move Kerberos module Heikki Linnakangas
- [MASSMAIL]pgsql: Add tests for libpq gssencmode and sslmode options Heikki Linnakangas
- [MASSMAIL] pgsql: With gssencmode='require', check credential cache before connect Heikki Linnakangas
- [MASSMAIL]pgsql: Enhance libpq encryption negotiation tests with new GUC Heikki Linnakangas
- [MASSMAIL]pgsql: injection_points: Introduce runtime conditions Michael Paquier
- pgsql: Use streaming I/O in ANALYZE. Thomas Munro
- [MASSMAIL] pgsql: Send ALPN in TLS handshake, require it in direct SSL connections Heikki Linnakangas
- [MASSMAIL]pgsql: Support TLS handshake directly without SSLRequest negotiation Heikki Linnakangas
- [MASSMAIL]pgsql: Refactor libpq state machine for negotiating encryption Heikki Linnakangas
- [MASSMAIL]pgsql: Silence perlcritic warnings in new libpq tests Heikki Linnakangas
- Re: pgsql: Send ALPN in TLS handshake, require it in direct SSL connections Andres Freund
- [MASSMAIL]pgsql: Fix check for 'outlen' return from SSL_select_next_proto() Heikki Linnakangas
- Re: pgsql: Send ALPN in TLS handshake, require it in direct SSL connections Heikki Linnakangas
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: simplehash: Free collisions array in SH_STAT Andres Freund
- [MASSMAIL]pgsql: Remove redundant nbtree preprocessing assertions. Peter Geoghegan
- pgsql: Add more tab completion support for ALTER DEFAULT PRIVILEGES in Masahiko Sawada
- pgsql: Fix alignment of stack variable John Naylor
- pgsql: Add pg_buffercache_evict() function for testing. Thomas Munro
- [MASSMAIL]pgsql: Remove references to old function name Andres Freund
- Re: pgsql: Transform OR clauses to ANY expression Kyotaro Horiguchi
- pgsql: Fix the value of or_to_any_transform_limit in postgresql.conf.sa Alexander Korotkov
- pgsql: Fix the wording of or_to_any_transform_limit description Alexander Korotkov
- Re: pgsql: Transform OR clauses to ANY expression Kyotaro Horiguchi
- Re: pgsql: Enhance libpq encryption negotiation tests with new GUC Kyotaro Horiguchi
- pgsql: JSON_TABLE: Add support for NESTED paths and columns Amit Langote
- pgsql: Fix JsonExpr deparsing to emit QUOTES and WRAPPER correctly Amit Langote
- pgsql: Fix restriction on specifying KEEP QUOTES in JSON_QUERY() Amit Langote
- Re: pgsql: Transform OR clauses to ANY expression Alexander Korotkov
- pgsql: Use bump context for TID bitmaps stored by vacuum John Naylor
- pgsql: Fix the intermittent buildfarm failures in 040_standby_failover_ Amit Kapila
- pgsql: Custom reloptions for table AM Alexander Korotkov
- Re: pgsql: Custom reloptions for table AM Thomas Munro
- Re: pgsql: Custom reloptions for table AM Alexander Korotkov
- [MASSMAIL] pgsql: Adjust wording of trace_connection_negotiation GUC's description Heikki Linnakangas
- Re: pgsql: Enhance libpq encryption negotiation tests with new GUC Heikki Linnakangas
- pgsql: Fill CommonRdOptions with default values in extract_autovac_opts Alexander Korotkov
- pgsql: Fix some grammer errors from error messages and codes comments Alexander Korotkov
- pgsql: Provide a way block-level table AMs could re-use acquire_sample_ Alexander Korotkov
- pgsql: Teach TID store to skip bitmap for small numbers of offsets John Naylor
- pgsql: Teach radix tree to embed values at runtime John Naylor
- Re: pgsql: Transform OR clauses to ANY expression Jelte Fennema-Nio
- Re: pgsql: Teach radix tree to embed values at runtime Andres Freund
- [MASSMAIL] pgsql: Further review for re-implementation of psql's FETCH_COUNT featu Tom Lane