Mailing lists [pgsql-committers]
- pgsql: Fix show_incremental_sort_info with force_parallel_mode Tomas Vondra
- pgsql: Fix nbtree kill_prior_tuple posting list assert. Peter Geoghegan
- pgsql: Fix failures in incremental_sort due to number of workers Tomas Vondra
- pgsql: Use INT64_FORMAT when formatting int64 values in explain Tomas Vondra
- pgsql: Add SQL type xid8 to expose FullTransactionId to users. Thomas Munro
- pgsql: Introduce xid8-based functions to replace txid_XXX. Thomas Munro
- pgsql: Fix representation of SORT_TYPE_STILL_IN_PROGRESS. Tom Lane
- pgsql: Consider Incremental Sort paths at additional places Tomas Vondra
- pgsql: Prevent archive recovery from scanning non-existent WAL files. Fujii Masao
- Re: pgsql: Prevent archive recovery from scanning non-existent WAL files. Fujii Masao
- pgsql: Minor improvements in Incremental Sort explain Tomas Vondra
- Re: pgsql: Collect statistics about SLRU caches Thomas Munro
- Re: pgsql: Collect statistics about SLRU caches Tomas Vondra
- pgsql: Remove debugging elog from pgstat_recv_resetslrucounter Tomas Vondra
- pgsql: Adjust bytea get_bit/set_bit to use int8 not int4 for bit number Tom Lane
- pgsql: Support FETCH FIRST WITH TIES Alvaro Herrera
- pgsql: Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB. Tom Lane
- pgsql: Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB. Tom Lane
- pgsql: Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB. Tom Lane
- pgsql: Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB. Tom Lane
- pgsql: Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB. Tom Lane
- pgsql: Implement waiting for given lsn at transaction start Alexander Korotkov