Mailing lists [pgsql-committers]
- pgsql: initdb: Add --no-sync-data-files. Nathan Bossart
- pgsql: pg_upgrade: Add --swap for faster file transfer. Nathan Bossart
- pgsql: pg_dump: Add --sequence-data. Nathan Bossart
- pgsql: pg_stat_statements: Add more tests with temp tables and namespac Michael Paquier
- pgsql: Fix order of -I switches for building pg_regress.o. Tom Lane
- pgsql: Fix order of -I switches for building pg_regress.o. Tom Lane
- pgsql: Fix two issues with custom_query_jumble in gen_node_support.pl Michael Paquier
- pgsql: Add pg_dump --with-{schema|data|statistics} options. Jeff Davis
- Re: pgsql: postgres_fdw: improve security checks Tom Lane
- pgsql: postgres_fdw: Fix tests on some Windows variants Peter Eisentraut
- pgsql: Use relation name instead of OID in query jumbling for RangeTblE Michael Paquier
- pgsql: Fix integer-overflow problem in scram_SaltedPassword() Richard Guo
- pgsql: Fix integer-overflow problem in scram_SaltedPassword() Richard Guo
- pgsql: Fix integer-overflow problem in scram_SaltedPassword() Richard Guo
- pgsql: Add support for gamma() and lgamma() functions. Dean Rasheed
- pgsql: dblink: SCRAM authentication pass-through Peter Eisentraut
- Re: pgsql: postgres_fdw: improve security checks Peter Eisentraut
- pgsql: psql: Make test robust against locale variations Daniel Gustafsson
- pgsql: Move GSSAPI includes into its own header Daniel Gustafsson
- pgsql: Introduce PG_MODULE_MAGIC_EXT macro. Tom Lane
- pgsql: Use PG_MODULE_MAGIC_EXT in our installable shared libraries. Tom Lane
- pgsql: Keep the decompressed filter in brin_bloom_union Tomas Vondra
- pgsql: Keep the decompressed filter in brin_bloom_union Tomas Vondra
- pgsql: Keep the decompressed filter in brin_bloom_union Tomas Vondra
- pgsql: Keep the decompressed filter in brin_bloom_union Tomas Vondra
- pgsql: Keep the decompressed filter in brin_bloom_union Tomas Vondra
- pgsql: pg_overexplain: Additional EXPLAIN options for debugging. Robert Haas
- pgsql: Fix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a9d2fa0551 Robert Haas
- pgsql: pg_overexplain: SET jit=off when running tests. Robert Haas
- pgsql: aio: Be more paranoid about interrupts Andres Freund
- pgsql: aio: Rename pgaio_io_prep_* to pgaio_io_start_* Andres Freund
- pgsql: aio: Pass result of local callbacks to ->report_return Andres Freund