Mailing lists [pgsql-committers]
- pgsql: doc, intagg: fix one-to-many mention to many-to-many Bruce Momjian
- pgsql: doc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an table alias Bruce Momjian
- pgsql: doc, pg_upgrade: add vacuumdb w/ tips for generating quick stats Bruce Momjian
- pgsql: Fix path of regress shared library in pg_upgrade test Michael Paquier
- pgsql: Fix path of regress shared library in pg_upgrade test Michael Paquier
- pgsql: Fix path of regress shared library in pg_upgrade test Michael Paquier
- pgsql: doc: clarify handling of ON CONFLICT with triggers Bruce Momjian
- pgsql: Fix potential pointer overflow in xlogreader.c. Thomas Munro
- pgsql: Fix potential pointer overflow in xlogreader.c. Thomas Munro
- pgsql: Fix potential pointer overflow in xlogreader.c. Thomas Munro
- pgsql: Don't try to open visibilitymap when analyzing a foreign table Heikki Linnakangas
- pgsql: Rename ShmemVariableCache to TransamVariables Heikki Linnakangas
- pgsql: Initialize ShmemVariableCache like other shmem areas Heikki Linnakangas
- pgsql: Test that it works to RESET an invalid reloption Alvaro Herrera
- pgsql: Remove some unnecessary #includes of postmaster/interrupt.h Heikki Linnakangas
- pgsql: Don't clean initdb files on template creation failure Daniel Gustafsson
- Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining Daniel Gustafsson
- pgsql: Add empty BRIN ranges during CREATE INDEX Tomas Vondra
- pgsql: Allow parallel CREATE INDEX for BRIN indexes Tomas Vondra
- pgsql: Optimize nbtree backward scan boundary cases. Peter Geoghegan
- pgsql: Cache opaque handle for GUC option to avoid repeasted lookups. Jeff Davis
- pgsql: Micro-optimize JSONTYPE_NUMERIC code path in json.c. Nathan Bossart
- pgsql: Fix nbtree backward scan race condition comments. Peter Geoghegan