Mailing lists [pgsql-committers]
- pgsql: Fix slot synchronization for two_phase enabled slots. Amit Kapila
- pgsql: Update code comment Peter Eisentraut
- pgsql: Update Unicode data to CLDR 47 Peter Eisentraut
- pgsql: Fix update-unicode make target Peter Eisentraut
- pgsql: Remove duplicated comment in get_relation_constraints Richard Guo
- pgsql: 002_pg_upgrade.pl: rename some variables for clarity Álvaro Herrera
- pgsql: 002_pg_upgrade.pl: Move pg_dump test code for better stability Álvaro Herrera
- pgsql: Doc: Improve -R option added in e5aeed4b80. Amit Kapila
- Re: pgsql: Doc: Improve -R option added in e5aeed4b80. Amit Kapila
- pgsql: plpython: Add test for returning Python set from SETOF function Peter Eisentraut
- pgsql: Update Unicode data to Unicode 16.0.0 Peter Eisentraut
- pgsql: Fix boilerplate comments in btree_gist Heikki Linnakangas
- pgsql: Add support for sorted gist index builds to btree_gist Heikki Linnakangas
- pgsql: libpq: Add support for dumping SSL key material to file Daniel Gustafsson
- pgsql: Add missing declarations to pg_config.h.in Daniel Gustafsson
- pgsql: Remove duplicate set of print_notnull Álvaro Herrera
- pgsql: Make dblink interruptible, via new libpqsrv APIs. Noah Misch
- pgsql: Add helper library for use of libpq inside the server environmen Noah Misch
- pgsql: Make dblink interruptible, via new libpqsrv APIs. Noah Misch
- pgsql: Add helper library for use of libpq inside the server environmen Noah Misch
- pgsql: Make dblink interruptible, via new libpqsrv APIs. Noah Misch
- pgsql: Make dblink interruptible, via new libpqsrv APIs. Noah Misch
- pgsql: Add helper library for use of libpq inside the server environmen Noah Misch
- pgsql: Restrict copying of invalidated replication slots. Masahiko Sawada
- pgsql: Restrict copying of invalidated replication slots. Masahiko Sawada
- pgsql: Restrict copying of invalidated replication slots. Masahiko Sawada
- pgsql: pg_upgrade check for Unicode-dependent relations. Jeff Davis
- pgsql: Fix unintentional 'NULL' string literal in pg_upgrade. Jeff Davis
- pgsql: oauth: Fix build on platforms without epoll/kqueue Daniel Gustafsson
- pgsql: oauth: Remove timeout from t/002_client when not needed Daniel Gustafsson
- pgsql: Fix oversight in commit 0dca5d68d. Tom Lane