Mailing lists [pgsql-committers]
- pgsql: Improve error report for PL/pgSQL reserved word used as a field Tom Lane
- pgsql: De-reserve keywords EXECUTE and STRICT in PL/pgSQL. Tom Lane
- pgsql: Improve error handling of libxml2 calls in xml.c Michael Paquier
- pgsql: Fix typos in comments Amit Langote
- pgsql: Fix typos in comments Amit Langote
- pgsql: Fix typos in comments Amit Langote
- pgsql: Fix typos in comments Amit Langote
- pgsql: xml2: Improve error handling of libxml2 calls Michael Paquier
- pgsql: doc: TOAST not toast Peter Eisentraut
- pgsql: Fix typo in pg_publication.h. Amit Kapila
- pgsql: Limit the size of numa_move_pages requests Tomas Vondra
- pgsql: Limit the size of numa_move_pages requests Tomas Vondra
- pgsql: Silence valgrind about pg_numa_touch_mem_if_required Tomas Vondra
- pgsql: Silence valgrind about pg_numa_touch_mem_if_required Tomas Vondra
- pgsql: Add CHECK_FOR_INTERRUPTS into pg_numa_query_pages Tomas Vondra
- pgsql: Add CHECK_FOR_INTERRUPTS into pg_numa_query_pages Tomas Vondra
- pgsql: Fix indentation in pg_numa code Tomas Vondra
- pgsql: Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate. Jeff Davis
- pgsql: Control ctype behavior internally with a method table. Jeff Davis
- pgsql: Remove provider field from pg_locale_t. Jeff Davis
- pgsql: Document age(xid) and mxid_age(xid). Nathan Bossart
- pgsql: Make safeguard against incorrect flags for fsync more portable. Tom Lane
- pgsql: Make safeguard against incorrect flags for fsync more portable. Tom Lane
- pgsql: Make safeguard against incorrect flags for fsync more portable. Tom Lane
- pgsql: Make safeguard against incorrect flags for fsync more portable. Tom Lane
- pgsql: Make safeguard against incorrect flags for fsync more portable. Tom Lane
- pgsql: Make sure IOV_MAX is defined. Tom Lane
- pgsql: Make sure IOV_MAX is defined. Tom Lane
- pgsql: Make sure IOV_MAX is defined. Tom Lane
- pgsql: Make sure IOV_MAX is defined. Tom Lane
- pgsql: Fix outdated comment for IndexInfo Peter Eisentraut
- pgsql: Fix outdated comment for IndexInfo Peter Eisentraut
- pgsql: Fix outdated comment for IndexInfo Peter Eisentraut
- pgsql: Update comment for IndexInfo.ii_WithoutOverlaps Peter Eisentraut
- pgsql: Update comment for IndexInfo.ii_WithoutOverlaps Peter Eisentraut
- pgsql: Document pg_get_multixact_members(). Nathan Bossart
- pgsql: Document pg_get_multixact_members(). Nathan Bossart
- pgsql: Document pg_get_multixact_members(). Nathan Bossart
- pgsql: Document pg_get_multixact_members(). Nathan Bossart
- pgsql: Document pg_get_multixact_members(). Nathan Bossart
- pgsql: Document pg_get_multixact_members(). Nathan Bossart
- pgsql: Document pg_get_multixact_members(). Nathan Bossart
- pgsql: Make more use of binaryheap_empty() and binaryheap_size(). Nathan Bossart
- pgsql: Add commit 9e345415bc to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Add commit 07448b3969 to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Update comment for IndexInfo.ii_NullsNotDistinct Peter Eisentraut
- pgsql: Update comment for IndexInfo.ii_NullsNotDistinct Peter Eisentraut
- pgsql: Update comment for IndexInfo.ii_NullsNotDistinct Peter Eisentraut
- pgsql: Update comment for IndexInfo.ii_NullsNotDistinct Peter Eisentraut
- pgsql: Fix bug in archive streamer with LZ4 decompression Michael Paquier
- pgsql: Fix bug in archive streamer with LZ4 decompression Michael Paquier
- pgsql: Fix bug in archive streamer with LZ4 decompression Michael Paquier
- pgsql: Fix bug in archive streamer with LZ4 decompression Michael Paquier
- pgsql: Fix bug in archive streamer with LZ4 decompression Michael Paquier
- pgsql: Remove implicit cast from 'void *' John Naylor
- pgsql: Remove implicit cast from 'void *' John Naylor
- pgsql: Fix missing FSM vacuum opportunities on tables without indexes. Masahiko Sawada
- pgsql: Fix missing FSM vacuum opportunities on tables without indexes. Masahiko Sawada
- pgsql: Reformat some node comments Peter Eisentraut
- pgsql: meson: Increase minimum version to 0.57.2 Peter Eisentraut
- pgsql: doc: pg_buffercache documentation wordsmithing Daniel Gustafsson
- pgsql: doc: pg_buffercache documentation wordsmithing Daniel Gustafsson
- pgsql: Make handling of redundant nbtree keys more robust. Peter Geoghegan
- pgsql: Make handling of redundant nbtree keys more robust. Peter Geoghegan
- pgsql: Make row compares robust during nbtree array scans. Peter Geoghegan
- pgsql: Make row compares robust during nbtree array scans. Peter Geoghegan
- pgsql: Fix error message for ALTER CONSTRAINT ... NOT VALID Álvaro Herrera
- pgsql: Fix error message for ALTER CONSTRAINT ... NOT VALID Álvaro Herrera
- pgsql: Allow width_bucket()'s "operand" input to be NaN. Tom Lane
- pgsql: Add GetNamedDSA() and GetNamedDSHash(). Nathan Bossart
- Re: pgsql: Fix cross-version upgrade test breakage from commit fe07100e82. Andrew Dunstan
- Re: pgsql: Fix cross-version upgrade test breakage from commit fe07100e82. Nathan Bossart
- pgsql: Correctly copy the target host identification in PQcancelCreate. Tom Lane
- pgsql: Correctly copy the target host identification in PQcancelCreate. Tom Lane
- pgsql: Correctly copy the target host identification in PQcancelCreate. Tom Lane
- pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl Fujii Masao
- pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl Fujii Masao
- pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl Fujii Masao
- pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl Fujii Masao
- pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl Fujii Masao
- pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl Fujii Masao
- pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl Fujii Masao
- pgsql: Refactor subtype field of AlterDomainStmt Michael Paquier
- pgsql: Prevent creation of duplicate not-null constraints for domains Álvaro Herrera
- pgsql: Prevent creation of duplicate not-null constraints for domains Álvaro Herrera
- pgsql: doc: Update outdated descriptions of wal_status in pg_replicatio Fujii Masao
- pgsql: doc: Update outdated descriptions of wal_status in pg_replicatio Fujii Masao
- pgsql: doc: Update outdated descriptions of wal_status in pg_replicatio Fujii Masao
- pgsql: doc: Update outdated descriptions of wal_status in pg_replicatio Fujii Masao
- pgsql: Fix broken XML Álvaro Herrera
- Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error Álvaro Herrera
- pgsql: Remove leftover dead code from commit_ts.h. Fujii Masao
- pgsql: Obtain required table lock during cross-table updates, redux. Tom Lane
- pgsql: Add more cross-type comparisons to contrib/btree_gin. Tom Lane
- pgsql: Break out xxx2yyy_opt_overflow APIs for more datetime conversion Tom Lane
- pgsql: Add cross-type comparisons to contrib/btree_gin. Tom Lane
- pgsql: Speed up truncation of temporary relations. Fujii Masao
- pgsql: Disable commit timestamps during bootstrap Michael Paquier
- pgsql: Disable commit timestamps during bootstrap Michael Paquier
- pgsql: Disable commit timestamps during bootstrap Michael Paquier
- pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/ Álvaro Herrera
- pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/ Álvaro Herrera
- pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/ Álvaro Herrera
- pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/ Álvaro Herrera
- pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/ Álvaro Herrera
- pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/ Álvaro Herrera
- pgsql: Fix new pg_upgrade query not to rely on regnamespace Álvaro Herrera
- pgsql: pg_upgrade: Add missing newline in error message Álvaro Herrera
- pgsql: pg_upgrade: Add missing newline in error message Álvaro Herrera
- pgsql: pg_upgrade: Add missing newline in error message Álvaro Herrera
- Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error David G. Johnston
- pgsql: Fix incompatibility with libxml2 >= 2.14 Michael Paquier
- pgsql: Fix incompatibility with libxml2 >= 2.14 Michael Paquier
- pgsql: Fix incompatibility with libxml2 >= 2.14 Michael Paquier
- pgsql: Fix incompatibility with libxml2 >= 2.14 Michael Paquier
- pgsql: Fix incompatibility with libxml2 >= 2.14 Michael Paquier
- pgsql: Fix incompatibility with libxml2 >= 2.14 Michael Paquier
- pgsql: Fix incompatibility with libxml2 >= 2.14 Michael Paquier
- pgsql: Standardize LSN formatting by zero padding Álvaro Herrera
- pgsql: Refactor some repetitive SLRU code Álvaro Herrera
- pgsql: Restore the ability to run pl/pgsql expression queries in parall Tom Lane
- pgsql: Restore the ability to run pl/pgsql expression queries in parall Tom Lane
- pgsql: Restore the ability to run pl/pgsql expression queries in parall Tom Lane
- pgsql: oauth: Fix kqueue detection on OpenBSD Jacob Champion
- pgsql: Consider explicit incremental sort for Append and MergeAppend Richard Guo
- pgsql: pg_walsummary: Improve stability of test checking statistics Michael Paquier
- pgsql: pg_walsummary: Improve stability of test checking statistics Michael Paquier
- pgsql: Fix low-probability memory leak in XMLSERIALIZE(... INDENT). Tom Lane
- pgsql: Fix low-probability memory leak in XMLSERIALIZE(... INDENT). Tom Lane
- pgsql: Fix low-probability memory leak in XMLSERIALIZE(... INDENT). Tom Lane
- pgsql: Fix low-probability memory leak in XMLSERIALIZE(... INDENT). Tom Lane