Mailing lists [pgsql-committers]
- pgsql: Improve read_stream.c's fast path. Thomas Munro
- pgsql: Convert uses of hash_string_pointer to fasthash equivalent John Naylor
- pgsql: Add macro to disable address safety instrumentation John Naylor
- pgsql: Fix incorrect return type John Naylor
- pgsql: Increase default vacuum_buffer_usage_limit to 2MB. Thomas Munro
- pgsql: Allow BufferAccessStrategy to limit pin count. Thomas Munro
- pgsql: Speed up tail processing when hashing aligned C strings, take tw John Naylor
- pgsql: Teach fasthash_accum to use platform endianness for bytewise loa John Naylor
- [MASSMAIL]pgsql: Remove obsolete comment in CopyReadLineText(). Tom Lane
- [MASSMAIL]pgsql: Enhance nbtree ScalarArrayOp execution. Peter Geoghegan
- [MASSMAIL]pgsql: Backport IPC::Run optimization to src/test/perl. Noah Misch
- pgsql: BitmapHeapScan: begin scan after bitmap creation Tomas Vondra
- pgsql: Clarify what is protected by WaitLSNLock Alexander Korotkov
- pgsql: Call WaitLSNCleanup() in AbortTransaction() Alexander Korotkov
- pgsql: Use an LWLock instead of a spinlock in waitlsn.c Alexander Korotkov
- pgsql: BitmapHeapScan: postpone setting can_skip_fetch Tomas Vondra
- pgsql: Implement ALTER TABLE ... SPLIT PARTITION ... command Alexander Korotkov
- pgsql: Implement ALTER TABLE ... MERGE PARTITIONS ... command Alexander Korotkov
- pgsql: BitmapHeapScan: Push skip_fetch optimization into table AM Tomas Vondra
- pgsql: BitmapHeapScan: Use correct recheck flag for skip_fetch Tomas Vondra
- pgsql: Change BitmapAdjustPrefetchIterator to accept BlockNumber Tomas Vondra