Mailing lists [pgsql-committers]
- pgsql: Doc: Fix pageinspect bt_page_items() example. Peter Geoghegan
- pgsql: Fix corner-case loss of precision in numeric ln(). Dean Rasheed
- Re: pgsql: Add deduplication to nbtree. Tom Lane
- Re: pgsql: Add deduplication to nbtree. Peter Geoghegan
- Re: pgsql: Add deduplication to nbtree. Tom Lane
- Re: pgsql: Add deduplication to nbtree. Peter Geoghegan
- pgsql: Remove dead code from _bt_update_posting(). Peter Geoghegan
- Re: pgsql: Add deduplication to nbtree. Peter Geoghegan
- Re: pgsql: Add deduplication to nbtree. Tom Lane
- Re: pgsql: Add deduplication to nbtree. Peter Geoghegan
- Re: pgsql: Add deduplication to nbtree. Peter Geoghegan
- pgsql: Handle logical decoding in multi-insert for catalog tuples Michael Paquier
- Re: pgsql: Revert "initdb: Change authentication defaults" Andrew Dunstan
- Re: pgsql: Add deduplication to nbtree. Tom Lane
- pgsql: Fix command-line colorization on Windows with VT100-compatible e Michael Paquier
- pgsql: Fix command-line colorization on Windows with VT100-compatible e Michael Paquier
- Re: pgsql: Revert "initdb: Change authentication defaults" Tom Lane
- pgsql: Remove long unused code behind a #if 0 Peter Eisentraut
- pgsql: Update Microsoft documentation link Peter Eisentraut
- pgsql: Add assertions to _bt_update_posting(). Peter Geoghegan
- Re: pgsql: Add deduplication to nbtree. Peter Geoghegan
- Re: pgsql: Add deduplication to nbtree. Tom Lane
- pgsql: Silence nbtree.h cpluspluscheck warning. Peter Geoghegan
- Re: pgsql: Add deduplication to nbtree. Peter Geoghegan
- pgsql: Blacklist port/win32_msvc/utime.h in cpluspluscheck and headersc Tom Lane
- pgsql: Represent command completion tags as structs Alvaro Herrera
- Re: pgsql: Revert "initdb: Change authentication defaults" Andrew Dunstan
- pgsql: Fix possibly-uninitialized variable. Tom Lane
- pgsql: Preserve pg_index.indisclustered across REINDEX CONCURRENTLY Michael Paquier
- pgsql: Preserve pg_index.indisclustered across REINDEX CONCURRENTLY Michael Paquier
- pgsql: Report progress of streaming base backup. Fujii Masao
- pgsql: Fix the name of the first WAL segment file, in docs. Fujii Masao
- pgsql: Fix the name of the first WAL segment file, in docs. Fujii Masao
- pgsql: Fix the name of the first WAL segment file, in docs. Fujii Masao
- pgsql: Fix the name of the first WAL segment file, in docs. Fujii Masao
- pgsql: Fix the name of the first WAL segment file, in docs. Fujii Masao
- pgsql: Fix the name of the first WAL segment file, in docs. Fujii Masao
- pgsql: Fix assertion failure with ALTER TABLE ATTACH PARTITION and inde Michael Paquier
- pgsql: Fix assertion failure with ALTER TABLE ATTACH PARTITION and inde Michael Paquier
- pgsql: Fix assertion failure with ALTER TABLE ATTACH PARTITION and inde Michael Paquier
- pgsql: Remove overzealous _bt_split() assertions. Peter Geoghegan
- pgsql: Fix typo in monitoring.sgml. Fujii Masao
- pgsql: pg_standby: Don't use HAVE_WORKING_LINK Peter Eisentraut
- pgsql: Allow to_date/to_timestamp to recognize non-English month/day na Tom Lane
- pgsql: Move pg_upgrade's Windows link() implementation to AC_REPLACE_FU Peter Eisentraut
- pgsql: Introduce macros for typalign and typstorage constants. Tom Lane
- pgsql: Extend ExecBuildAggTrans() to support a NULL pointer check. Jeff Davis
- pgsql: Fix more issues with dependency handling at swap phase of REINDE Michael Paquier
- pgsql: Fix more issues with dependency handling at swap phase of REINDE Michael Paquier
- pgsql: Fix issues around .pgpass file. Fujii Masao
- pgsql: Avoid -Wconversion warnings when using checksum_impl.h Michael Paquier
- pgsql: Remove RangeIOData->typiofunc Alvaro Herrera
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h David Steele
- Re: pgsql: Revert "initdb: Change authentication defaults" Magnus Hagander
- pgsql: Remove the "opaque" pseudo-type and associated compatibility hac Tom Lane
- pgsql: Remove ancient support for upgrading pre-7.3 foreign key constra Tom Lane
- pgsql: Remove ancient hacks to ignore certain opclass names in CREATE I Tom Lane
- pgsql: Fix page-level checksum calculation in checksum_impl.h Michael Paquier
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h Michael Paquier
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h Magnus Hagander
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h David Steele
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h David Steele
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h Michael Paquier
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h Stephen Frost
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h Michael Paquier
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h David Steele
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h Michael Paquier
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h David Steele
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h Michael Paquier
- pgsql: Allow ALTER TYPE to change some properties of a base type. Tom Lane
- Re: pgsql: Avoid -Wconversion warnings when using checksum_impl.h Andres Freund
- pgsql: Allow Unicode escapes in any server encoding, not only UTF-8. Tom Lane
- pgsql: Create contrib/bool_plperl to provide a bool transform for PL/Pe Tom Lane
- Re: pgsql: Revert "initdb: Change authentication defaults" Andrew Dunstan
- Re: pgsql: Revert "initdb: Change authentication defaults" Tom Lane
- Re: pgsql: Revert "initdb: Change authentication defaults" Michael Paquier
- Re: pgsql: Revert "initdb: Change authentication defaults" Andrew Dunstan
- pgsql: Fix typo Peter Eisentraut
- pgsql: Fix typo Peter Eisentraut
- pgsql: Fix typo Peter Eisentraut
- pgsql: Fix typo Peter Eisentraut
- pgsql: doc: Add information about new SQL part SQL/MDA Peter Eisentraut
- pgsql: doc: Remove unused ids Peter Eisentraut
- pgsql: Simplify/speed up assertion cross-check in ginCompressPostingLis Tom Lane
- pgsql: Tab completion: offer parens as appropriate in CREATE/ALTER TEXT Tom Lane
- pgsql: pageinspect: Fix types used for bt_metap() columns. Peter Geoghegan
- pgsql: Show opclass and opfamily related information in psql Alexander Korotkov
- pgsql: Add an explicit test to catch changes in checksumming calculatio Tom Lane
- pgsql: Add an "absval" parameter to allow contrib/dict_int to ignore si Tom Lane
- Re: pgsql: Revert "initdb: Change authentication defaults" Andrew Dunstan
- pgsql: Doc: fix some description of environment variables with frontend Michael Paquier
- pgsql: Doc: fix some description of environment variables with frontend Michael Paquier
- pgsql: Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY. Fujii Masao
- pgsql: Avoid assertion failure with targeted recovery in standby mode. Fujii Masao
- pgsql: Avoid assertion failure with targeted recovery in standby mode. Fujii Masao
- pgsql: Avoid assertion failure with targeted recovery in standby mode. Fujii Masao
- pgsql: Avoid assertion failure with targeted recovery in standby mode. Fujii Masao
- pgsql: Avoid assertion failure with targeted recovery in standby mode. Fujii Masao
- pgsql: Avoid assertion failure with targeted recovery in standby mode. Fujii Masao
- pgsql: Add tg_updatedcols to TriggerData Peter Eisentraut
- pgsql: Code simplification Peter Eisentraut
- pgsql: Fix bug that causes to report waiting in PS display twice, in ho Fujii Masao
- pgsql: Fix bug that causes to report waiting in PS display twice, in ho Fujii Masao
- pgsql: Fix bug that causes to report waiting in PS display twice, in ho Fujii Masao
- pgsql: Fix bug that causes to report waiting in PS display twice, in ho Fujii Masao
- pgsql: Fix bug that causes to report waiting in PS display twice, in ho Fujii Masao
- pgsql: Fix bug that causes to report waiting in PS display twice, in ho Fujii Masao
- pgsql: Introduce LogicalTapeSetExtend(). Jeff Davis
- pgsql: Fix pg_dump/pg_restore to restore event triggers later. Tom Lane
- pgsql: Fix pg_dump/pg_restore to restore event triggers later. Tom Lane
- pgsql: Fix pg_dump/pg_restore to restore event triggers later. Tom Lane
- pgsql: Fix pg_dump/pg_restore to restore event triggers later. Tom Lane
- pgsql: Fix pg_dump/pg_restore to restore event triggers later. Tom Lane
- pgsql: Fix pg_dump/pg_restore to restore event triggers later. Tom Lane
- pgsql: Tidy up XLogSource code in xlog.c. Fujii Masao
- pgsql: Prevent reindex of invalid indexes on TOAST tables Michael Paquier
- pgsql: Prevent reindex of invalid indexes on TOAST tables Michael Paquier
- pgsql: Support adding partitioned tables to publication Peter Eisentraut
- pgsql: Remove utils/acl.h from catalog/objectaddress.h Peter Eisentraut
- pgsql: Remove win32ver.rc from version_stamp.pl Peter Eisentraut
- Re: pgsql: Remove win32ver.rc from version_stamp.pl Peter Eisentraut
- Re: pgsql: Remove win32ver.rc from version_stamp.pl Tom Lane
- Re: pgsql: Remove win32ver.rc from version_stamp.pl Tom Lane
- pgsql: Split out CreateCast into src/backend/catalog/pg_cast.c Alvaro Herrera
- pgsql: Preserve integer and float values accurately in (de)serialize_de Tom Lane
- pgsql: Avoid portability problem introduced in 0a42a2e9c. Tom Lane
- pgsql: Ensure that CREATE TABLE LIKE copies any NO INHERIT constraint p Tom Lane
- pgsql: nbtree: Demote minus infinity "can't happen" error. Peter Geoghegan
- pgsql: Marginal comments and docs cleanup. Tom Lane
- pgsql: nbtree: Move fastpath NULL descent stack assertion. Peter Geoghegan
- pgsql: Remove stray parenthesis in nbtree.h. Peter Geoghegan
- pgsql: Improve checking of child pages in contrib/amcheck. Alexander Korotkov
- pgsql: Remove HAVE_WORKING_LINK Peter Eisentraut
- pgsql: Clean up order in miscinit.c a bit Peter Eisentraut
- pgsql: Avoid duplicates in ALTER ... DEPENDS ON EXTENSION Alvaro Herrera
- pgsql: Avoid duplicates in ALTER ... DEPENDS ON EXTENSION Alvaro Herrera
- pgsql: Avoid duplicates in ALTER ... DEPENDS ON EXTENSION Alvaro Herrera
- pgsql: Avoid duplicates in ALTER ... DEPENDS ON EXTENSION Alvaro Herrera
- pgsql: Avoid duplicates in ALTER ... DEPENDS ON EXTENSION Alvaro Herrera
- Re: pgsql: Avoid duplicates in ALTER ... DEPENDS ON EXTENSION Alvaro Herrera
- pgsql: Refactor ps_status.c API Peter Eisentraut
- pgsql: Avoid holding a directory FD open across pg_ls_dir_files() calls Tom Lane
- pgsql: Avoid holding a directory FD open across pg_ls_dir_files() calls Tom Lane
- pgsql: Avoid holding a directory FD open across pg_ls_dir_files() calls Tom Lane
- pgsql: Avoid holding a directory FD open across pg_ls_dir_files() calls Tom Lane
- pgsql: Add pg_dump support for ALTER obj DEPENDS ON EXTENSION Alvaro Herrera
- pgsql: Add pg_dump support for ALTER obj DEPENDS ON EXTENSION Alvaro Herrera
- pgsql: Add pg_dump support for ALTER obj DEPENDS ON EXTENSION Alvaro Herrera
- pgsql: Add pg_dump support for ALTER obj DEPENDS ON EXTENSION Alvaro Herrera
- pgsql: Add pg_dump support for ALTER obj DEPENDS ON EXTENSION Alvaro Herrera
- pgsql: Paper over bt_metap() oldest_xact bug in backbranches. Peter Geoghegan
- pgsql: Paper over bt_metap() oldest_xact bug in backbranches. Peter Geoghegan
- pgsql: Fix test case instability introduced in 085b6b667. Tom Lane
- pgsql: Fix test case instability introduced in 085b6b667. Tom Lane
- pgsql: Fix test case instability introduced in 085b6b667. Tom Lane
- pgsql: Fix test case instability introduced in 085b6b667. Tom Lane
- pgsql: Fix nextXid tracking bug on standbys (9.5-11 only). Thomas Munro
- pgsql: Fix nextXid tracking bug on standbys (9.5-11 only). Thomas Munro
- pgsql: Fix nextXid tracking bug on standbys (9.5-11 only). Thomas Munro
- pgsql: Fix nextXid tracking bug on standbys (9.5-11 only). Thomas Munro
- pgsql: Refactor compile-time assertion checks in c.h Michael Paquier
- pgsql: Preserve replica identity index across ALTER TABLE rewrite Peter Eisentraut
- pgsql: Preserve replica identity index across ALTER TABLE rewrite Peter Eisentraut
- pgsql: Preserve replica identity index across ALTER TABLE rewrite Peter Eisentraut
- pgsql: Preserve replica identity index across ALTER TABLE rewrite Peter Eisentraut
- pgsql: Preserve replica identity index across ALTER TABLE rewrite Peter Eisentraut
- pgsql: Preserve replica identity index across ALTER TABLE rewrite Peter Eisentraut
- pgsql: Remove am_syslogger global variable Peter Eisentraut
- pgsql: Unify several ways to tracking backend type Peter Eisentraut
- pgsql: doc: Remove unused title ids Peter Eisentraut
- pgsql: Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro. Tom Lane
- pgsql: Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro. Tom Lane
- pgsql: Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro. Tom Lane
- pgsql: Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro. Tom Lane
- pgsql: Use multi-variate MCV lists to estimate ScalarArrayOpExpr Tomas Vondra
- pgsql: Use functional dependencies to estimate ScalarArrayOpExpr Tomas Vondra
- pgsql: Restructure polymorphic-type resolution in funcapi.c. Tom Lane
- pgsql: Restructure polymorphic-type resolution in funcapi.c. Tom Lane
- pgsql: Restructure polymorphic-type resolution in funcapi.c. Tom Lane
- pgsql: Restructure polymorphic-type resolution in funcapi.c. Tom Lane
- pgsql: Restructure polymorphic-type resolution in funcapi.c. Tom Lane
- pgsql: Restructure polymorphic-type resolution in funcapi.c. Tom Lane
- pgsql: Rearrange pseudotypes.c to get rid of duplicative code. Tom Lane
- pgsql: C comment: correct commented bytes of max_cached_tuplebufs Bruce Momjian
- pgsql: C comment: correct commented bytes of max_cached_tuplebufs Bruce Momjian
- pgsql: C comment: correct commented bytes of max_cached_tuplebufs Bruce Momjian
- pgsql: Improve test coverage for functional dependencies Tomas Vondra
- pgsql: Improve test coverage for multi-column MCV lists Tomas Vondra
- pgsql: Add backend type to csvlog and optionally log_line_prefix Peter Eisentraut
- pgsql: nbtree: Reorder nbtinsert.c prototypes. Peter Geoghegan
- pgsql: Simplify the effective_io_concurrency setting. Thomas Munro
- pgsql: Introduce a maintenance_io_concurrency setting. Thomas Munro
- Re: pgsql: Add kqueue(2) support to the WaitEventSet API. Alexander Korotkov
- pgsql: nbtree: Pass down MAXALIGN()'d itemsz for new item. Peter Geoghegan
- pgsql: Plug memory leak Alvaro Herrera
- pgsql: Plug memory leak Alvaro Herrera
- pgsql: Plug memory leak Alvaro Herrera
- pgsql: Plug memory leak Alvaro Herrera
- pgsql: Plug memory leak Alvaro Herrera
- Re: pgsql: Add kqueue(2) support to the WaitEventSet API. Thomas Munro
- Re: pgsql: Add kqueue(2) support to the WaitEventSet API. Alvaro Herrera
- Re: pgsql: Add kqueue(2) support to the WaitEventSet API. Thomas Munro
- pgsql: Update comment Alvaro Herrera
- pgsql: Document pg_ls_*dir hiding of directories and special files Alvaro Herrera
- pgsql: Document pg_ls_*dir hiding of directories and special files Alvaro Herrera
- pgsql: Document pg_ls_*dir hiding of directories and special files Alvaro Herrera
- pgsql: nbtree: Fix obsolete _bt_search() comment. Peter Geoghegan
- pgsql: Avoid holding a directory FD open across assorted SRF calls. Tom Lane
- pgsql: Avoid holding a directory FD open across assorted SRF calls. Tom Lane
- pgsql: Avoid holding a directory FD open across assorted SRF calls. Tom Lane
- pgsql: Avoid holding a directory FD open across assorted SRF calls. Tom Lane
- pgsql: Avoid holding a directory FD open across assorted SRF calls. Tom Lane
- pgsql: Avoid holding a directory FD open across assorted SRF calls. Tom Lane
- pgsql: Remove useless pfree()s at the ends of various ValuePerCall SRFs Tom Lane
- pgsql: Fix comment in xlog.c. Fujii Masao
- pgsql: Add the type information for index storage parameters to the doc Fujii Masao
- Re: pgsql: Revert "initdb: Change authentication defaults" Tom Lane
- pgsql: Use pkg-config, if available, to locate libxml2 during configure Tom Lane
- pgsql: Use pkg-config, if available, to locate libxml2 during configure Tom Lane
- pgsql: Use pkg-config, if available, to locate libxml2 during configure Tom Lane
- pgsql: Use pkg-config, if available, to locate libxml2 during configure Tom Lane
- pgsql: Remove bogus assertion about polymorphic SQL function result. Tom Lane
- pgsql: Doc: clarify behavior of "anyrange" pseudo-type. Tom Lane
- pgsql: Doc: clarify behavior of "anyrange" pseudo-type. Tom Lane
- pgsql: Doc: clarify behavior of "anyrange" pseudo-type. Tom Lane
- pgsql: Doc: clarify behavior of "anyrange" pseudo-type. Tom Lane
- pgsql: Doc: clarify behavior of "anyrange" pseudo-type. Tom Lane
- pgsql: Doc: clarify behavior of "anyrange" pseudo-type. Tom Lane
- pgsql: Fix consistency issues with replication slot copy Alvaro Herrera
- pgsql: Fix consistency issues with replication slot copy Alvaro Herrera
- pgsql: Remove logical_read_local_xlog_page Alvaro Herrera
- pgsql: Adjust handling of an ANYARRAY actual input for an ANYARRAY argu Tom Lane
- pgsql: Doc: Correct deduplicate_items varlistentry id. Peter Geoghegan
- pgsql: Refactor our checks for valid function and aggregate signatures. Tom Lane
- pgsql: Fix kqueue support under debugger on macOS. Thomas Munro
- pgsql: Don't use EV_CLEAR for kqueue events. Thomas Munro
- Re: pgsql: Add kqueue(2) support to the WaitEventSet API. Thomas Munro
- pgsql: nbtree: Remove useless local variables. Peter Geoghegan
- pgsql: Assert that we don't acquire a heavyweight lock on another objec Amit Kapila
- Re: pgsql: Revert "initdb: Change authentication defaults" Michael Paquier
- pgsql: Fix typo in indexcmds.c Michael Paquier
- pgsql: Fix typo in indexcmds.c Michael Paquier
- pgsql: Add missing errcode() in a few ereport calls. Amit Kapila
- pgsql: Add missing errcode() in a few ereport calls. Amit Kapila
- pgsql: Add missing errcode() in a few ereport calls. Amit Kapila
- pgsql: Add missing errcode() in a few ereport calls. Amit Kapila
- pgsql: Add missing errcode() in a few ereport calls. Amit Kapila
- pgsql: Add missing errcode() in a few ereport calls. Amit Kapila
- pgsql: Update the description of type of check_option reloption in docs Fujii Masao
- pgsql: Fix wording of several extended stats comments Tomas Vondra
- pgsql: doc: Update documentation about reg* types Peter Eisentraut
- pgsql: Correct the descriptions of recovery-related wait events in docs Fujii Masao
- pgsql: Correct the descriptions of recovery-related wait events in docs Fujii Masao
- pgsql: Correct the descriptions of recovery-related wait events in docs Fujii Masao
- pgsql: Correct the descriptions of recovery-related wait events in docs Fujii Masao
- pgsql: Doc: remove reference to nonexisting GUC from 9.5 release notes. Tom Lane
- pgsql: Recognize some OR clauses as compatible with functional dependen Tomas Vondra
- pgsql: Document pg_statistic_ext.stxstattarget Tomas Vondra
- pgsql: Implement type regcollation Peter Eisentraut
- pgsql: Refactor nbtree fastpath optimization. Peter Geoghegan
- pgsql: Enable BEFORE row-level triggers for partitioned tables Alvaro Herrera
- pgsql: Specialize MemoryContextMemAllocated(). Jeff Davis
- pgsql: Disk-based Hash Aggregation. Jeff Davis
- pgsql: Fix comment related to concurrent index swapping in index.c Michael Paquier
- pgsql: Fix comment related to concurrent index swapping in index.c Michael Paquier
- pgsql: nbtree: Use raw PageAddItem() for retail inserts. Peter Geoghegan
- pgsql: Add assert to ensure that page locks don't participate in deadlo Amit Kapila
- pgsql: Rename the recovery-related wait events. Fujii Masao
- pgsql: Prepare to support non-tables in publications Peter Eisentraut
- pgsql: Make pg_basebackup ask the server to estimate the total backup s Fujii Masao
- pgsql: Introduce "anycompatible" family of polymorphic types. Tom Lane
- pgsql: Back-patch src/test/recovery and PostgresNode from 9.6 to 9.5. Noah Misch
- pgsql: Add new typedefs introduced in 773df883e8 to typedefs.list Alexander Korotkov
- pgsql: pg_upgrade: make get_major_server_version() err msg consistent Bruce Momjian
- pgsql: pg_upgrade: make get_major_server_version() err msg consistent Bruce Momjian
- pgsql: pg_upgrade: make get_major_server_version() err msg consistent Bruce Momjian
- pgsql: pg_upgrade: make get_major_server_version() err msg consistent Bruce Momjian
- pgsql: pg_upgrade: make get_major_server_version() err msg consistent Bruce Momjian
- pgsql: pg_upgrade: make get_major_server_version() err msg consistent Bruce Momjian
- pgsql: Revert "Specialize MemoryContextMemAllocated()." Jeff Davis
- pgsql: nbtree: Remove obsolete _bt_pgaddtup() comments. Peter Geoghegan
- pgsql: Allow relation extension lock to conflict among parallel group m Amit Kapila
- pgsql: psql: Catch and report errors while printing result table Peter Eisentraut
- pgsql: Turn off deprecated bison warnings under MSVC Andrew Dunstan
- pgsql: Turn off deprecated bison warnings under MSVC Andrew Dunstan
- pgsql: Turn off deprecated bison warnings under MSVC Andrew Dunstan
- pgsql: Turn off deprecated bison warnings under MSVC Andrew Dunstan
- pgsql: Turn off deprecated bison warnings under MSVC Andrew Dunstan
- pgsql: Turn off deprecated bison warnings under MSVC Andrew Dunstan
- pgsql: pg_dump: Add FOREIGN to ALTER statements, if appropriate Alvaro Herrera
- Re: pgsql: pg_dump: Add FOREIGN to ALTER statements, if appropriate Erik Rijkers
- Re: pgsql: pg_dump: Add FOREIGN to ALTER statements, if appropriate Alvaro Herrera
- pgsql: Fix bogus last-minute edit in 4e62091341b4 Alvaro Herrera
- pgsql: docs: use alias in WHERE clause of full text search example Bruce Momjian
- pgsql: docs: use alias in WHERE clause of full text search example Bruce Momjian
- pgsql: docs: use alias in WHERE clause of full text search example Bruce Momjian
- pgsql: docs: use alias in WHERE clause of full text search example Bruce Momjian
- pgsql: docs: use alias in WHERE clause of full text search example Bruce Momjian
- pgsql: docs: use alias in WHERE clause of full text search example Bruce Momjian
- pgsql: Allow page lock to conflict among parallel group members. Amit Kapila
- pgsql: Fix cosmetic blemishes involving rd_createSubid. Noah Misch
- pgsql: Back-patch log_newpage_range(). Noah Misch
- pgsql: Fix cosmetic blemishes involving rd_createSubid. Noah Misch
- pgsql: Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch
- pgsql: Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch
- pgsql: Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch
- pgsql: In log_newpage_range(), heed forkNum and page_std arguments. Noah Misch
- pgsql: Back-patch log_newpage_range(). Noah Misch
- pgsql: During heap rebuild, lock any TOAST index until end of transacti Noah Misch
- pgsql: During heap rebuild, lock any TOAST index until end of transacti Noah Misch
- pgsql: In log_newpage_range(), heed forkNum and page_std arguments. Noah Misch
- pgsql: Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch
- pgsql: During heap rebuild, lock any TOAST index until end of transacti Noah Misch
- pgsql: Fix cosmetic blemishes involving rd_createSubid. Noah Misch
- pgsql: Fix cosmetic blemishes involving rd_createSubid. Noah Misch
- pgsql: Fix cosmetic blemishes involving rd_createSubid. Noah Misch
- pgsql: Back-patch log_newpage_range(). Noah Misch
- pgsql: During heap rebuild, lock any TOAST index until end of transacti Noah Misch
- pgsql: Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch
- pgsql: During heap rebuild, lock any TOAST index until end of transacti Noah Misch
- pgsql: Fix cosmetic blemishes involving rd_createSubid. Noah Misch
- pgsql: During heap rebuild, lock any TOAST index until end of transacti Noah Misch
- pgsql: Back-patch log_newpage_range(). Noah Misch
- pgsql: Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch
- Re: pgsql: Skip WAL for new relfilenodes, under wal_level=minimal. Tom Lane
- Re: pgsql: Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch
- pgsql: Fix up recent breakage of headerscheck and cpluspluscheck. Tom Lane
- Re: pgsql: Allow page lock to conflict among parallel group members. Andres Freund
- Re: pgsql: Allow page lock to conflict among parallel group members. Amit Kapila
- pgsql: Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch
- pgsql: Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch
- pgsql: Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch
- pgsql: Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch
- pgsql: Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch
- pgsql: Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch
- pgsql: Add bound checks for ssl_min_protocol_version and ssl_max_protoc Michael Paquier
- pgsql: Add object names to partition integrity violations. Amit Kapila
- pgsql: Doc: Fix type of some storage parameters in CREATE TABLE page Michael Paquier
- pgsql: Doc: Fix type of some storage parameters in CREATE TABLE page Michael Paquier
- pgsql: Revert "Refactor compile-time assertion checks in c.h" Michael Paquier
- pgsql: Doc: Fix type of some storage parameters in CREATE TABLE page Michael Paquier
- pgsql: Doc: Fix type of some storage parameters in CREATE TABLE page Michael Paquier
- pgsql: Doc: Fix type of some storage parameters in CREATE TABLE page Michael Paquier
- pgsql: Doc: Fix type of some storage parameters in CREATE TABLE page Michael Paquier
- Re: pgsql: Disk-based Hash Aggregation. Tom Lane
- pgsql: Fix our getopt_long's behavior for a command line argument of ju Tom Lane
- pgsql: Fix our getopt_long's behavior for a command line argument of ju Tom Lane
- pgsql: Fix our getopt_long's behavior for a command line argument of ju Tom Lane
- pgsql: Fix our getopt_long's behavior for a command line argument of ju Tom Lane
- pgsql: Fix our getopt_long's behavior for a command line argument of ju Tom Lane
- pgsql: Fix our getopt_long's behavior for a command line argument of ju Tom Lane
- pgsql: Doc: explain that LIKE et al can be used in ANY (sub-select) etc Tom Lane
- pgsql: Doc: explain that LIKE et al can be used in ANY (sub-select) etc Tom Lane
- pgsql: Doc: explain that LIKE et al can be used in ANY (sub-select) etc Tom Lane
- pgsql: Doc: explain that LIKE et al can be used in ANY (sub-select) etc Tom Lane
- pgsql: Doc: explain that LIKE et al can be used in ANY (sub-select) etc Tom Lane
- pgsql: Doc: explain that LIKE et al can be used in ANY (sub-select) etc Tom Lane
- Re: pgsql: Disk-based Hash Aggregation. Jeff Davis
- Re: pgsql: Disk-based Hash Aggregation. Tom Lane
- pgsql: Fix ordering in typedefs.list Alexander Korotkov
- pgsql: Add regression tests for constraint errors in partitioned tables Andres Freund
- pgsql: Fix potential crash after constraint violation errors in partiti Andres Freund
- pgsql: Add regression tests for constraint errors in partitioned tables Andres Freund
- pgsql: Add regression tests for constraint errors in partitioned tables Andres Freund
- pgsql: Fix potential crash after constraint violation errors in partiti Andres Freund
- pgsql: Add regression tests for constraint errors in partitioned tables Andres Freund
- pgsql: docs: add backend_type to file-fdw CSV log example Bruce Momjian
- pgsql: Fixes for Disk-based Hash Aggregation. Jeff Davis
- pgsql: Report NULL as total backup size if it's not estimated. Fujii Masao
- pgsql: Reduce test time for disk-based Hash Aggregation. Jeff Davis
- pgsql: Add wait events for WAL archive and recovery pause. Fujii Masao
- pgsql: Move routine building restore_command to src/common/ Michael Paquier
- pgsql: Prefer standby promotion over recovery pause. Fujii Masao
- pgsql: Report wait event for cost-based vacuum delay. Andres Freund
- pgsql: Add support for other normal forms to Unicode normalization API Peter Eisentraut
- pgsql: Some refactoring of logical/worker.c Peter Eisentraut
- pgsql: Doc: fix broken markup. Tom Lane
- Re: pgsql: Some refactoring of logical/worker.c Erik Rijkers
- pgsql: Fix compiler warning Peter Eisentraut
- Re: pgsql: Some refactoring of logical/worker.c Peter Eisentraut
- pgsql: Re-implement the ereport() macro using __VA_ARGS__. Tom Lane
- pgsql: Re-implement the ereport() macro using __VA_ARGS__. Tom Lane
- pgsql: Improve the internal implementation of ereport(). Tom Lane
- pgsql: Fix compiler warning on Cygwin Peter Eisentraut
- pgsql: logical decoding: Remove TODO about unnecessary optimization. Andres Freund
- pgsql: Fix nbtree deduplication README commentary. Peter Geoghegan
- pgsql: Avoid allocating unnecessary zero-sized array. Jeff Davis
- pgsql: Consider disk-based hash aggregation to implement DISTINCT. Jeff Davis
- pgsql: Add collation versions for Windows. Thomas Munro
- pgsql: Allow NULL version for individual collations. Thomas Munro
- pgsql: Update SQL features Peter Eisentraut
- pgsql: Define EXEC_BACKEND in pg_config_manual.h Peter Eisentraut
- pgsql: Go back to returning int from ereport auxiliary functions. Tom Lane
- pgsql: pg_dump: Allow dumping data of specific foreign servers Alvaro Herrera
- pgsql: pg_dump new test: Change order of arguments Alvaro Herrera
- pgsql: Provide a TLS init hook Andrew Dunstan
- Re: pgsql: Provide a TLS init hook Tom Lane
- Re: pgsql: Provide a TLS init hook Tom Lane
- pgsql: Fix assorted portability issues in commit 896fcdb23. Tom Lane
- Re: pgsql: Provide a TLS init hook Tom Lane
- Re: pgsql: Provide a TLS init hook Andrew Dunstan
- pgsql: Don't listen to localhost in ssl_passphrase_callback test Andrew Dunstan
- Re: pgsql: Provide a TLS init hook Tom Lane
- pgsql: Further fixes for ssl_passphrase_callback test module. Tom Lane
- Re: pgsql: Provide a TLS init hook Andrew Dunstan
- pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut
- pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut
- pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut
- pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut
- pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut
- pgsql: Drop slot's LWLock before returning from SaveSlotToPath() Peter Eisentraut
- Re: pgsql: Provide a TLS init hook Tom Lane
- pgsql: Document that pg_checksums exists in checksums README Magnus Hagander
- Re: pgsql: Provide a TLS init hook Andrew Dunstan
- Re: pgsql: Revert "initdb: Change authentication defaults" Andrew Dunstan
- Re: pgsql: Provide a TLS init hook Tom Lane
- Re: pgsql: Provide a TLS init hook Andrew Dunstan
- Re: pgsql: Provide a TLS init hook Tom Lane
- pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane
- pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane
- pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane
- pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane
- pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane
- pgsql: Ensure that plpgsql cleans up cleanly during parallel-worker exi Tom Lane
- pgsql: Improve performance of "simple expressions" in PL/pgSQL. Tom Lane
- pgsql: Update SQL features Peter Eisentraut
- pgsql: Rearrange validity checks for plpgsql "simple" expressions. Tom Lane
- pgsql: Set wal_receiver_create_temp_slot PGC_POSTMASTER Alvaro Herrera
- pgsql: Allow walreceiver configuration to change on reload Alvaro Herrera
- pgsql: Justify nbtree page split locking in code comment. Peter Geoghegan
- pgsql: Trigger autovacuum based on number of INSERTs David Rowley
- pgsql: Cleanup in SQL features files Peter Eisentraut
- pgsql: Prevent functional dependency estimates from exceeding column es Dean Rasheed
- pgsql: Enable Unix-domain sockets support on Windows Peter Eisentraut
- pgsql: Improve the performance and accuracy of numeric sqrt() and ln(). Dean Rasheed
- Re: pgsql: Add kqueue(2) support to the WaitEventSet API. Tom Lane
- pgsql: Fix costing for disk-based hash aggregation. Jeff Davis
- pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund
- pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund
- pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund
- pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund
- pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund
- pgsql: Ensure snapshot is registered within ScanPgRelation(). Andres Freund
- pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane
- pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane
- pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane
- pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane
- pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane
- pgsql: Protect against overflow of ltree.numlevel and lquery.numlevel. Tom Lane
- Re: pgsql: Add kqueue(2) support to the WaitEventSet API. Thomas Munro
- pgsql: Fix lquery's behavior for consecutive '*' items. Tom Lane
- pgsql: Make deduplication use number of key attributes. Peter Geoghegan
- pgsql: Attempt to fix unstable regression tests David Rowley
- pgsql: Update SQL features Peter Eisentraut
- pgsql: pg_regress: Observe TMPDIR Peter Eisentraut
- pgsql: Document color support Peter Eisentraut
- Re: pgsql: Add deduplication to nbtree. Andres Freund
- Re: pgsql: Add deduplication to nbtree. Peter Geoghegan
- Re: pgsql: Add deduplication to nbtree. Andres Freund
- Re: pgsql: Allow vacuum command to process indexes in parallel. Andres Freund
- pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane
- pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane
- pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane
- pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane
- pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane
- pgsql: Doc: correct misstatement about ltree label maximum length. Tom Lane
- pgsql: Cosmetic improvements in ltree code. Tom Lane
- Re: pgsql: Allow vacuum command to process indexes in parallel. Amit Kapila
- pgsql: Introduce vacuum errcontext to display additional information. Amit Kapila
- Re: pgsql: Allow vacuum command to process indexes in parallel. Mahendra Singh Thalor
- pgsql: Expose BufferUsageAccumDiff(). Fujii Masao
- Re: pgsql: Allow vacuum command to process indexes in parallel. Amit Kapila
- pgsql: Allow the planner-related functions and hook to accept the query Fujii Masao
- pgsql: Add new part SQL/MDA to information_schema.sql_parts Peter Eisentraut
- pgsql: Improve handling of parameter differences in physical replicatio Peter Eisentraut
- pgsql: Report waiting via PS while recovery is waiting for buffer pin i Fujii Masao
- pgsql: Attempt to fix unstable regression tests, take 2 David Rowley
- Re: pgsql: Improve handling of parameter differences in physicalreplicatio Fujii Masao
- Re: pgsql: Add kqueue(2) support to the WaitEventSet API. Rémi Zara
- pgsql: Be more careful about extracting encoding from locale strings on Tom Lane
- pgsql: Be more careful about extracting encoding from locale strings on Tom Lane
- pgsql: Be more careful about extracting encoding from locale strings on Tom Lane
- pgsql: Be more careful about extracting encoding from locale strings on Tom Lane
- pgsql: Be more careful about extracting encoding from locale strings on Tom Lane
- pgsql: Be more careful about extracting encoding from locale strings on Tom Lane
- pgsql: Allow using Unix-domain sockets on Windows in tests Peter Eisentraut
- pgsql: Implement operator class parameters Alexander Korotkov
- Re: pgsql: Implement operator class parameters Andres Freund
- pgsql: Consistently truncate non-key suffix columns. Peter Geoghegan
- pgsql: Consistently truncate non-key suffix columns. Peter Geoghegan
- Re: pgsql: Implement operator class parameters Alexander Korotkov
- pgsql: Remove rudiments of supporting procnum == 0 from 911e702077 Alexander Korotkov
- pgsql: Fix missing SP-GiST support in 911e702077 Alexander Korotkov
- pgsql: Deduplicate PageIsNew() check in lazy_scan_heap(). Andres Freund
- Re: pgsql: Implement operator class parameters Andres Freund
- pgsql: Refactor nbtree high key truncation. Peter Geoghegan
- pgsql: Revert "Skip redundant anti-wraparound vacuums" Michael Paquier
- pgsql: Revert "Skip redundant anti-wraparound vacuums" Michael Paquier
- Re: pgsql: Attempt to fix unstable regression tests, take 2 Tom Lane
- pgsql: Further simplify nbtree high key truncation. Peter Geoghegan
- Re: pgsql: Attempt to fix unstable regression tests, take 2 Tom Lane
- Re: pgsql: Attempt to fix unstable regression tests, take 2 Tom Lane
- pgsql: Avoid calls to RelationGetRelationName() and RelationGetNamespac Amit Kapila
- pgsql: Update SQL features Peter Eisentraut
- pgsql: Move routine definitions of xlogarchive.c to a new header file Michael Paquier
- pgsql: Fix INSERT OVERRIDING USER VALUE behavior Peter Eisentraut
- Re: pgsql: Allow vacuum command to process indexes in parallel. Mahendra Singh Thalor
- Re: pgsql: Allow vacuum command to process indexes in parallel. Andres Freund
- Re: pgsql: Allow vacuum command to process indexes in parallel. Amit Kapila
- pgsql: Fix assorted typos Magnus Hagander
- pgsql: Improve error reporting in opclasscmds.c Alexander Korotkov
- pgsql: Improve error messages in ltree_in and lquery_in. Tom Lane
- pgsql: Fix lquery's NOT handling, and add ability to quantify non-'*' i Tom Lane
- pgsql: Back-patch addition of stack overflow and interrupt checks for l Tom Lane
- pgsql: Back-patch addition of stack overflow and interrupt checks for l Tom Lane
- pgsql: Back-patch addition of stack overflow and interrupt checks for l Tom Lane
- pgsql: Back-patch addition of stack overflow and interrupt checks for l Tom Lane
- pgsql: Back-patch addition of stack overflow and interrupt checks for l Tom Lane
- pgsql: Teach pg_ls_dir_files() to ignore ENOENT failures from stat(). Tom Lane
- pgsql: Teach pg_ls_dir_files() to ignore ENOENT failures from stat(). Tom Lane
- pgsql: Teach pg_ls_dir_files() to ignore ENOENT failures from stat(). Tom Lane
- pgsql: Teach pg_ls_dir_files() to ignore ENOENT failures from stat(). Tom Lane
- pgsql: Allow ecpg to be built stand-alone, allow parallel libpq make Bruce Momjian
- pgsql: Allow ecpg to be built stand-alone, allow parallel libpq make Bruce Momjian
- pgsql: Improve the message logged when recovery is paused. Fujii Masao
- pgsql: Remove header noise from test_decoding test Alvaro Herrera
- pgsql: Still another try at stabilizing stats_ext test results. Tom Lane
- pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian
- pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian
- pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian
- pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian
- pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian
- pgsql: doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROM Bruce Momjian