Mailing lists [pgsql-committers]
- pgsql: Remove small inefficiency in ExecARDeleteTriggers/ExecARUpdateTr Tom Lane
- pgsql: Add support for --extension in pg_dump Michael Paquier
- pgsql: Fix comment in parsenodes.h Michael Paquier
- pgsql: Accept slightly-filled pages for tuples larger than fillfactor. Noah Misch
- pgsql: Doc: Use consistent terminology for tablesync slots. Amit Kapila
- Re: pgsql: Add unistr function Tom Lane
- pgsql: Remove extra semicolon in postgres_fdw tests. Amit Kapila
- pgsql: doc: Remove Cyrillic from unistr example Peter Eisentraut
- Re: pgsql: Add unistr function Peter Eisentraut
- pgsql: Add errhint_plural() function and make use of it Peter Eisentraut
- Re: pgsql: Extended statistics on expressions David Rowley
- pgsql: Add p_names field to ParseNamespaceItem Peter Eisentraut
- pgsql: Add support for asynchronous execution. Etsuro Fujita
- pgsql: Allow an alias to be attached to a JOIN ... USING Peter Eisentraut
- pgsql: Rework planning and execution of UPDATE and DELETE. Tom Lane
- Re: pgsql: Extended statistics on expressions Tomas Vondra
- Re: pgsql: Extended statistics on expressions Alvaro Herrera
- Re: pgsql: Extended statistics on expressions Tomas Vondra
- pgsql: Fix has_column_privilege function corner case Joe Conway
- pgsql: Fix some libpq_pipeline test problems Alvaro Herrera
- pgsql: Improve style of some replication-related error messages. Tom Lane
- pgsql: Suppress compiler warning in libpq_pipeline.c. Tom Lane
- pgsql: Add a docs section for obsoleted and renamed functions and setti Stephen Frost
- pgsql: Add a docs section for obsoleted and renamed functions and setti Stephen Frost
- pgsql: Add a docs section for obsoleted and renamed functions and setti Stephen Frost
- pgsql: Add a docs section for obsoleted and renamed functions and setti Stephen Frost
- pgsql: Add a docs section for obsoleted and renamed functions and setti Stephen Frost
- pgsql: Don't prematurely cram a value into a short int. Tom Lane
- pgsql: Fix portability and safety issues in pqTraceFormatTimestamp. Tom Lane
- pgsql: Silence compiler warning in non-assert builds. Tom Lane
- pgsql: Fix unportable use of isprint(). Tom Lane
- pgsql: Disable force_parallel_mode in libpq_pipeline Alvaro Herrera
- Re: pgsql: Extended statistics on expressions Tomas Vondra
- pgsql: Initialize conn->Pfdebug to NULL when creating a connection Alvaro Herrera
- pgsql: Remove setvbuf() call from PQtrace() Alvaro Herrera
- pgsql: Add Result Cache executor node David Rowley
- Re: pgsql: Add Result Cache executor node Tom Lane
- Re: pgsql: Add Result Cache executor node David Rowley