Mailing lists [pgsql-committers]
- pgsql: Fix oversight in ALTER TYPE: typmodin/typmodout must propagate t Tom Lane
- pgsql: Fix oversight in ALTER TYPE: typmodin/typmodout must propagate t Tom Lane
- pgsql: Restore lost amcheck TOAST test coverage. Peter Geoghegan
- pgsql: Restore lost amcheck TOAST test coverage. Peter Geoghegan
- pgsql: Restore lost amcheck TOAST test coverage. Peter Geoghegan
- pgsql: Restore lost amcheck TOAST test coverage. Peter Geoghegan
- pgsql: Improve programmer docs for simplehash and dynahash. Thomas Munro
- pgsql: Minimize slot creation for multi-inserts of pg_shdepend Michael Paquier
- pgsql: Use pg_pread() and pg_pwrite() in slru.c. Thomas Munro
- Re: pgsql: Fix some issues with step generation in partition pruning. Thomas Munro
- Re: pgsql: Fix some issues with step generation in partition pruning. Tom Lane
- Re: pgsql: Fix some issues with step generation in partition pruning. Etsuro Fujita
- Re: pgsql: Fix some issues with step generation in partition pruning. Tom Lane
- pgsql: Invent "amadjustmembers" AM method for validating opclass member Tom Lane
- pgsql: Change XID and mxact limits to warn at 40M and stop at 3M. Noah Misch
- pgsql: Use int64 instead of long in incremental sort code David Rowley
- pgsql: Use int64 instead of long in incremental sort code David Rowley
- Re: pgsql: Fix some issues with step generation in partition pruning. Etsuro Fujita
- pgsql: Adjust pgcrypto's expected test results for --disable-strong-ran Tom Lane
- pgsql: Adjust pgcrypto's expected test results for --disable-strong-ran Tom Lane
- pgsql: Fix minor issues in psql's new \dAc and related commands. Tom Lane
- pgsql: Fix minor issues in psql's new \dAc and related commands. Tom Lane
- pgsql: Correct comment in simplehash.h. Thomas Munro
- pgsql: Fix rare failure in LDAP tests. Thomas Munro
- pgsql: Fix rare failure in LDAP tests. Thomas Munro
- pgsql: Fix rare failure in LDAP tests. Thomas Munro
- pgsql: Fix rare failure in LDAP tests. Thomas Munro
- Re: pgsql: Adjust pgcrypto's expected test results for --disable-strong-ran Michael Paquier
- pgsql: Add %P to log_line_prefix for parallel group leader Michael Paquier
- Re: pgsql: Adjust pgcrypto's expected test results for --disable-strong-ran Tom Lane
- pgsql: Fix behavior of ecpg's "EXEC SQL elif name". Tom Lane
- pgsql: Fix behavior of ecpg's "EXEC SQL elif name". Tom Lane
- Re: pgsql: Fix some issues with step generation in partition pruning. Robert Haas
- Re: pgsql: Fix some issues with step generation in partition pruning. Tom Lane
- pgsql: Doc: fix obsolete info about allowed range of TZ offsets in time Tom Lane
- pgsql: Doc: fix obsolete info about allowed range of TZ offsets in time Tom Lane
- pgsql: Doc: fix obsolete info about allowed range of TZ offsets in time Tom Lane
- pgsql: Doc: fix obsolete info about allowed range of TZ offsets in time Tom Lane
- pgsql: Doc: fix obsolete info about allowed range of TZ offsets in time Tom Lane
- pgsql: Doc: fix obsolete info about allowed range of TZ offsets in time Tom Lane
- pgsql: Doc: fix obsolete info about allowed range of TZ offsets in time Tom Lane
- pgsql: Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dA Tom Lane
- pgsql: Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dA Tom Lane
- pgsql: Add nbtree page deletion assertion. Peter Geoghegan
- pgsql: doc: PG 13 relnotes: hash_mem_multiplier can restore old behav. Bruce Momjian
- pgsql: Fix replica backward scan race condition. Peter Geoghegan
- pgsql: Make new SSL TAP test for channel_binding more robust Michael Paquier
- pgsql: Make new SSL TAP test for channel_binding more robust Michael Paquier
- pgsql: Increase hard-wired timeout values in ecpg regression tests. Tom Lane
- pgsql: Increase hard-wired timeout values in ecpg regression tests. Tom Lane
- pgsql: Increase hard-wired timeout values in ecpg regression tests. Tom Lane
- pgsql: Increase hard-wired timeout values in ecpg regression tests. Tom Lane
- pgsql: Increase hard-wired timeout values in ecpg regression tests. Tom Lane
- pgsql: Increase hard-wired timeout values in ecpg regression tests. Tom Lane
- pgsql: Remove btree page items after page unlink Alexander Korotkov
- pgsql: Fix matching of sub-partitions when a partitioned plan is stale. Tom Lane
- pgsql: Fix matching of sub-partitions when a partitioned plan is stale. Tom Lane
- pgsql: Fix matching of sub-partitions when a partitioned plan is stale. Tom Lane
- pgsql: doc: clarify "state" table reference in tutorial Bruce Momjian
- pgsql: doc: clarify "state" table reference in tutorial Bruce Momjian
- pgsql: doc: clarify "state" table reference in tutorial Bruce Momjian
- pgsql: doc: clarify "state" table reference in tutorial Bruce Momjian
- pgsql: doc: clarify "state" table reference in tutorial Bruce Momjian
- pgsql: doc: clarify "state" table reference in tutorial Bruce Momjian
- pgsql: doc: clarify "state" table reference in tutorial Bruce Momjian
- pgsql: Fix minor problems with non-exclusive backup cleanup. Robert Haas
- pgsql: Fix minor problems with non-exclusive backup cleanup. Robert Haas
- Re: pgsql: Fix minor problems with non-exclusive backup cleanup. Tom Lane
- pgsql: Register llvm_shutdown using on_proc_exit, not before_shmem_exit Robert Haas
- Re: pgsql: Fix minor problems with non-exclusive backup cleanup. Robert Haas
- Re: pgsql: Fix minor problems with non-exclusive backup cleanup. Tom Lane
- pgsql: Fix typo. Robert Haas
- pgsql: Fix typo. Robert Haas
- pgsql: First-draft release notes for 12.4. Tom Lane
- pgsql: Fix bogus EXPLAIN output for Hash Aggregate David Rowley
- pgsql: Fix bogus EXPLAIN output for Hash Aggregate David Rowley
- pgsql: amcheck: Sanitize metapage's allequalimage field. Peter Geoghegan
- pgsql: amcheck: Sanitize metapage's allequalimage field. Peter Geoghegan
- pgsql: Remove obsolete amcheck comment. Peter Geoghegan
- pgsql: Fix yet another issue with step generation in partition pruning. Etsuro Fujita
- pgsql: Fix yet another issue with step generation in partition pruning. Etsuro Fujita
- pgsql: Fix yet another issue with step generation in partition pruning. Etsuro Fujita
- pgsql: Fix yet another issue with step generation in partition pruning. Etsuro Fujita
- pgsql: Rename nbtree split REDO routine variables. Peter Geoghegan
- pgsql: Support testing of cases where table schemas change after planni Tom Lane
- pgsql: Add list of acknowledgments to release notes Peter Eisentraut
- pgsql: Remove PROC_IN_ANALYZE and derived flags Alvaro Herrera
- pgsql: Make nbtree split REDO locking match original execution. Peter Geoghegan
- pgsql: Implement streaming mode in ReorderBuffer. Amit Kapila
- Re: pgsql: Implement streaming mode in ReorderBuffer. Amit Kapila
- pgsql: Add some const decorations Peter Eisentraut
- Re: pgsql: Implement streaming mode in ReorderBuffer. Amit Kapila
- pgsql: Fix the logical streaming test. Amit Kapila
- pgsql: walsnd: Don't set waiting_for_ping_response spuriously Alvaro Herrera
- pgsql: walsnd: Don't set waiting_for_ping_response spuriously Alvaro Herrera
- pgsql: walsnd: Don't set waiting_for_ping_response spuriously Alvaro Herrera
- pgsql: walsnd: Don't set waiting_for_ping_response spuriously Alvaro Herrera
- pgsql: walsnd: Don't set waiting_for_ping_response spuriously Alvaro Herrera
- pgsql: walsnd: Don't set waiting_for_ping_response spuriously Alvaro Herrera
- pgsql: walsnd: Don't set waiting_for_ping_response spuriously Alvaro Herrera
- pgsql: Teach amcheck to verify sibling links in all cases. Peter Geoghegan
- pgsql: Remove <@ from contrib/intarray's GiST operator classes. Tom Lane
- pgsql: Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23. Tom Lane
- pgsql: Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23. Tom Lane
- pgsql: Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23. Tom Lane
- pgsql: Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23. Tom Lane
- pgsql: Release notes for 12.4, 11.9, 10.14, 9.6.19, 9.5.23. Tom Lane
- pgsql: Remove useless Assert. Tom Lane
- pgsql: Check for fseeko() failure in pg_dump's _tarAddFile(). Tom Lane
- pgsql: Check for fseeko() failure in pg_dump's _tarAddFile(). Tom Lane
- pgsql: Check for fseeko() failure in pg_dump's _tarAddFile(). Tom Lane
- pgsql: Check for fseeko() failure in pg_dump's _tarAddFile(). Tom Lane
- pgsql: Check for fseeko() failure in pg_dump's _tarAddFile(). Tom Lane
- pgsql: Check for fseeko() failure in pg_dump's _tarAddFile(). Tom Lane
- pgsql: Check for fseeko() failure in pg_dump's _tarAddFile(). Tom Lane
- pgsql: Correct nbtree page split lock coupling comment. Peter Geoghegan
- pgsql: Doc: update v13 release notes for changes through today. Tom Lane
- pgsql: Translation updates Peter Eisentraut
- pgsql: Translation updates Peter Eisentraut
- pgsql: Translation updates Peter Eisentraut
- pgsql: Translation updates Peter Eisentraut
- pgsql: Translation updates Peter Eisentraut
- pgsql: Translation updates Peter Eisentraut
- pgsql: Make contrib modules' installation scripts more secure. Tom Lane
- pgsql: Make contrib modules' installation scripts more secure. Tom Lane
- pgsql: Make contrib modules' installation scripts more secure. Tom Lane
- pgsql: Make contrib modules' installation scripts more secure. Tom Lane
- pgsql: Make contrib modules' installation scripts more secure. Tom Lane
- pgsql: Make contrib modules' installation scripts more secure. Tom Lane
- pgsql: Make contrib modules' installation scripts more secure. Tom Lane
- pgsql: Move connect.h from fe_utils to src/include/common. Noah Misch
- pgsql: Move connect.h from fe_utils to src/include/common. Noah Misch
- pgsql: Move connect.h from fe_utils to src/include/common. Noah Misch
- pgsql: Move connect.h from fe_utils to src/include/common. Noah Misch
- pgsql: Move connect.h from fe_utils to src/include/common. Noah Misch
- pgsql: Empty search_path in logical replication apply worker and walsen Noah Misch
- pgsql: Empty search_path in logical replication apply worker and walsen Noah Misch
- pgsql: Empty search_path in logical replication apply worker and walsen Noah Misch
- pgsql: Document clashes between logical replication and untrusted users Noah Misch
- pgsql: Document clashes between logical replication and untrusted users Noah Misch
- pgsql: Document clashes between logical replication and untrusted users Noah Misch
- pgsql: Document clashes between logical replication and untrusted users Noah Misch
- pgsql: Empty search_path in logical replication apply worker and walsen Noah Misch
- pgsql: Document clashes between logical replication and untrusted users Noah Misch
- pgsql: Empty search_path in logical replication apply worker and walsen Noah Misch
- pgsql: Last-minute updates for release notes. Tom Lane
- pgsql: Last-minute updates for release notes. Tom Lane
- pgsql: Last-minute updates for release notes. Tom Lane
- pgsql: Last-minute updates for release notes. Tom Lane
- pgsql: Last-minute updates for release notes. Tom Lane
- pgsql: Stamp 13beta3. Tom Lane
- pgsql: Stamp 12.4. Tom Lane
- pgsql: Stamp 11.9. Tom Lane
- pgsql: Stamp 10.14. Tom Lane
- pgsql: Stamp 9.6.19. Tom Lane
- pgsql: Stamp 9.5.23. Tom Lane
- pgsql: Replace remaining StrNCpy() by strlcpy() Peter Eisentraut
- pgsql: Improve tab completion of REINDEX in psql Michael Paquier
- pgsql: Rename VariableCacheData.nextFullXid to nextXid. Andres Freund
- pgsql: Tag refs/tags/REL_12_4 was created noreply@postgresql.org
- pgsql: Tag refs/tags/REL_13_BETA3 was created noreply@postgresql.org
- pgsql: Tag refs/tags/REL9_6_19 was created noreply@postgresql.org
- pgsql: Tag refs/tags/REL_10_14 was created noreply@postgresql.org
- pgsql: Tag refs/tags/REL9_5_23 was created noreply@postgresql.org
- pgsql: Tag refs/tags/REL_11_9 was created noreply@postgresql.org
- pgsql: Track latest completed xid as a FullTransactionId. Andres Freund
- pgsql: Improve comments for postmaster.c's BackendList. Tom Lane
- pgsql: BRIN: Handle concurrent desummarization properly Alvaro Herrera
- pgsql: BRIN: Handle concurrent desummarization properly Alvaro Herrera
- pgsql: BRIN: Handle concurrent desummarization properly Alvaro Herrera
- pgsql: BRIN: Handle concurrent desummarization properly Alvaro Herrera
- pgsql: BRIN: Handle concurrent desummarization properly Alvaro Herrera
- pgsql: BRIN: Handle concurrent desummarization properly Alvaro Herrera
- pgsql: BRIN: Handle concurrent desummarization properly Alvaro Herrera
- pgsql: snapshot scalability: Don't compute global horizons while buildi Andres Freund
- pgsql: Fix out-of-date version reference, grammar. Andres Freund
- pgsql: Handle new HOT chains in index-build table scans Alvaro Herrera
- pgsql: Handle new HOT chains in index-build table scans Alvaro Herrera
- pgsql: Handle new HOT chains in index-build table scans Alvaro Herrera
- pgsql: Handle new HOT chains in index-build table scans Alvaro Herrera
- pgsql: Handle new HOT chains in index-build table scans Alvaro Herrera
- pgsql: Handle new HOT chains in index-build table scans Alvaro Herrera
- pgsql: Handle new HOT chains in index-build table scans Alvaro Herrera
- pgsql: snapshot scalability: Move PGXACT->xmin back to PGPROC. Andres Freund
- pgsql: Doc: improve examples for json_populate_record() and related fun Tom Lane
- pgsql: Doc: improve examples for json_populate_record() and related fun Tom Lane
- pgsql: Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ Michael Paquier
- pgsql: Fix typo in test comment. Heikki Linnakangas
- pgsql: Fix typo in test comment. Heikki Linnakangas
- pgsql: Fix typo in test comment. Heikki Linnakangas
- pgsql: Fix postmaster's behavior during smart shutdown. Tom Lane
- pgsql: Fix postmaster's behavior during smart shutdown. Tom Lane
- pgsql: Fix postmaster's behavior during smart shutdown. Tom Lane
- pgsql: Fix postmaster's behavior during smart shutdown. Tom Lane
- pgsql: Fix postmaster's behavior during smart shutdown. Tom Lane
- pgsql: Fix postmaster's behavior during smart shutdown. Tom Lane
- pgsql: Fix obsolete comment in xlogutils.c. Peter Geoghegan
- pgsql: pg_dump: fix dependencies on FKs to partitioned tables Alvaro Herrera
- pgsql: pg_dump: fix dependencies on FKs to partitioned tables Alvaro Herrera
- pgsql: pg_dump: fix dependencies on FKs to partitioned tables Alvaro Herrera
- pgsql: snapshot scalability: Move subxact info to ProcGlobal, remove PG Andres Freund
- pgsql: snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->va Andres Freund
- pgsql: snapshot scalability: Introduce dense array of in-progress xids. Andres Freund
- pgsql: Be more careful about the shape of hashable subplan clauses. Tom Lane
- pgsql: Be more careful about the shape of hashable subplan clauses. Tom Lane
- pgsql: Be more careful about the shape of hashable subplan clauses. Tom Lane
- pgsql: Be more careful about the shape of hashable subplan clauses. Tom Lane
- pgsql: Be more careful about the shape of hashable subplan clauses. Tom Lane
- pgsql: Be more careful about the shape of hashable subplan clauses. Tom Lane
- pgsql: Be more careful about the shape of hashable subplan clauses. Tom Lane
- pgsql: Mark a few logical decoding related variables with PGDLLIMPORT. Amit Kapila
- pgsql: Remove obsolete cygwin.h hack Peter Eisentraut
- pgsql: Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD Peter Eisentraut
- pgsql: Remove no-longer-usable hstore--1.0--1.1.sql update script. Tom Lane
- pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU. Noah Misch
- pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU. Noah Misch
- pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU. Noah Misch
- pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU. Noah Misch
- pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU. Noah Misch
- pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU. Noah Misch
- pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU. Noah Misch
- pgsql: Doc: various improvements for pg_basebackup reference page. Tom Lane
- pgsql: Doc: various improvements for pg_basebackup reference page. Tom Lane
- Re: pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU. Tom Lane
- Re: pgsql: Prevent concurrent SimpleLruTruncate() for any given SLRU. Noah Misch
- pgsql: Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType. Noah Misch
- pgsql: Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType. Noah Misch
- pgsql: Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType. Noah Misch
- pgsql: Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType. Noah Misch
- pgsql: Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType. Noah Misch
- pgsql: Correct several behavior descriptions in comments. Noah Misch
- pgsql: Make vacuum a bit more verbose to debug BF failure. Andres Freund
- pgsql: Fix use of wrong index in ComputeXidHorizons(). Andres Freund
- pgsql: doc: Fix description about bgwriter and checkpoint in HA section Michael Paquier
- pgsql: doc: Fix description about bgwriter and checkpoint in HA section Michael Paquier
- pgsql: doc: Fix description about bgwriter and checkpoint in HA section Michael Paquier
- pgsql: doc: Fix description about bgwriter and checkpoint in HA section Michael Paquier
- pgsql: doc: Fix description about bgwriter and checkpoint in HA section Michael Paquier
- pgsql: doc: Fix description about bgwriter and checkpoint in HA section Michael Paquier
- pgsql: doc: Fix description about bgwriter and checkpoint in HA section Michael Paquier
- pgsql: Fix printing last progress report line in client programs. Heikki Linnakangas
- pgsql: Fix printing last progress report line in client programs. Heikki Linnakangas
- pgsql: Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE. Heikki Linnakangas
- pgsql: Make xact.h usable in frontend. Heikki Linnakangas
- pgsql: Fix printing last progress report line in client programs. Heikki Linnakangas
- pgsql: Doc: fix description of UNION/CASE/etc type unification. Tom Lane
- pgsql: Doc: fix description of UNION/CASE/etc type unification. Tom Lane
- pgsql: Doc: fix description of UNION/CASE/etc type unification. Tom Lane
- pgsql: Doc: fix description of UNION/CASE/etc type unification. Tom Lane
- pgsql: Doc: fix description of UNION/CASE/etc type unification. Tom Lane
- pgsql: Doc: fix description of UNION/CASE/etc type unification. Tom Lane
- pgsql: Doc: fix description of UNION/CASE/etc type unification. Tom Lane
- pgsql: Disable autovacuum for BRIN test table Alvaro Herrera
- pgsql: Disable autovacuum for BRIN test table Alvaro Herrera
- pgsql: Disable autovacuum for BRIN test table Alvaro Herrera
- pgsql: Disable autovacuum for BRIN test table Alvaro Herrera
- pgsql: Disable autovacuum for BRIN test table Alvaro Herrera
- pgsql: Disable autovacuum for BRIN test table Alvaro Herrera
- pgsql: Disable autovacuum for BRIN test table Alvaro Herrera
- pgsql: Add PL/Sample to src/test/modules/ Michael Paquier
- pgsql: Fix use-after-release issue in PL/Sample Michael Paquier
- pgsql: snapshot scalability: cache snapshots using a xact completion co Andres Freund
- Re: pgsql: snapshot scalability: cache snapshots using a xact completion co Michael Paquier
- Re: pgsql: snapshot scalability: cache snapshots using a xact completion co Tom Lane
- Re: pgsql: snapshot scalability: cache snapshots using a xact completion co Andres Freund
- Re: pgsql: snapshot scalability: cache snapshots using a xact completion co Andres Freund
- Re: pgsql: snapshot scalability: cache snapshots using a xact completion co Tom Lane
- pgsql: Avoid non-constant format string argument to fprintf(). Heikki Linnakangas
- pgsql: Avoid non-constant format string argument to fprintf(). Heikki Linnakangas
- pgsql: Avoid non-constant format string argument to fprintf(). Heikki Linnakangas
- pgsql: Fix race condition in snapshot caching when 2PC is used. Andres Freund
- Re: pgsql: Fix race condition in snapshot caching when 2PC is used. Tom Lane
- Re: pgsql: Fix race condition in snapshot caching when 2PC is used. Andres Freund
- Re: pgsql: Fix race condition in snapshot caching when 2PC is used. Tom Lane
- Re: pgsql: Fix race condition in snapshot caching when 2PC is used. Andres Freund
- Re: pgsql: Fix race condition in snapshot caching when 2PC is used. David Rowley
- Re: pgsql: Fix race condition in snapshot caching when 2PC is used. Tom Lane
- pgsql: Add pg_backend_memory_contexts system view. Fujii Masao
- pgsql: Suppress unnecessary RelabelType nodes in yet more cases. Tom Lane
- pgsql: Suppress unnecessary RelabelType nodes in yet more cases. Tom Lane
- pgsql: Suppress unnecessary RelabelType nodes in yet more cases. Tom Lane
- pgsql: Acquire ProcArrayLock exclusively in ProcArrayClearTransaction. Andres Freund
- pgsql: Revise REINDEX CONCURRENTLY recovery instructions Alvaro Herrera
- pgsql: Revise REINDEX CONCURRENTLY recovery instructions Alvaro Herrera
- pgsql: Revise REINDEX CONCURRENTLY recovery instructions Alvaro Herrera
- pgsql: Revert "Make vacuum a bit more verbose to debug BF failure." Andres Freund
- pgsql: Fix a few typos in JIT comments and README David Rowley
- pgsql: Fix a few typos in JIT comments and README David Rowley
- pgsql: Fix a few typos in JIT comments and README David Rowley
- pgsql: Fix a few typos in JIT comments and README David Rowley
- pgsql: Fix typos in comments. Fujii Masao
- pgsql: Rework EXPLAIN for planner's buffer usage. Fujii Masao
- pgsql: Rework EXPLAIN for planner's buffer usage. Fujii Masao
- pgsql: Fix explain regression test failure. Fujii Masao
- pgsql: Fix explain regression test failure. Fujii Masao
- pgsql: Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane
- pgsql: Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane
- pgsql: Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane
- pgsql: Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane
- pgsql: Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane
- pgsql: Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane
- pgsql: Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane
- pgsql: docs: add COMMENT examples for new features, rename rtree Bruce Momjian
- pgsql: docs: add COMMENT examples for new features, rename rtree Bruce Momjian
- pgsql: docs: add COMMENT examples for new features, rename rtree Bruce Momjian
- pgsql: docs: add COMMENT examples for new features, rename rtree Bruce Momjian
- pgsql: docs: improve description of how to handle multiple databases Bruce Momjian
- pgsql: docs: improve description of how to handle multiple databases Bruce Momjian
- pgsql: docs: improve description of how to handle multiple databases Bruce Momjian
- pgsql: docs: improve description of how to handle multiple databases Bruce Momjian
- pgsql: docs: improve description of how to handle multiple databases Bruce Momjian
- pgsql: docs: improve description of how to handle multiple databases Bruce Momjian
- pgsql: docs: improve description of how to handle multiple databases Bruce Momjian
- pgsql: doc: Fix format, incorrect structure names and markup inconsiste Michael Paquier
- pgsql: doc: Fix format, incorrect structure names and markup inconsiste Michael Paquier
- pgsql: Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcomma Tom Lane
- pgsql: Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcomma Tom Lane
- pgsql: Avoid pushing quals down into sub-queries that have grouping set Tom Lane
- pgsql: Avoid pushing quals down into sub-queries that have grouping set Tom Lane
- pgsql: Avoid pushing quals down into sub-queries that have grouping set Tom Lane
- pgsql: Avoid pushing quals down into sub-queries that have grouping set Tom Lane
- pgsql: Avoid pushing quals down into sub-queries that have grouping set Tom Lane
- pgsql: Avoid pushing quals down into sub-queries that have grouping set Tom Lane
- pgsql: Avoid pushing quals down into sub-queries that have grouping set Tom Lane
- pgsql: Improve the vacuum error context phase information. Amit Kapila
- pgsql: Improve the vacuum error context phase information. Amit Kapila
- pgsql: doc: Fix some markups for support functions of index AMs Michael Paquier
- pgsql: doc: Fix up title case Peter Eisentraut
- pgsql: doc: Fix up title case Peter Eisentraut
- pgsql: doc: Fix up title case Peter Eisentraut
- pgsql: docs: client certificates are always sent to the server Bruce Momjian
- pgsql: docs: client certificates are always sent to the server Bruce Momjian
- pgsql: docs: client certificates are always sent to the server Bruce Momjian
- pgsql: docs: client certificates are always sent to the server Bruce Momjian
- pgsql: docs: client certificates are always sent to the server Bruce Momjian
- pgsql: docs: client certificates are always sent to the server Bruce Momjian
- pgsql: docs: client certificates are always sent to the server Bruce Momjian
- pgsql: Fixup some misusages of bms_num_members() David Rowley
- pgsql: Prevent non-superusers from reading pg_backend_memory_contexts, Fujii Masao
- pgsql: Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to ad Fujii Masao
- pgsql: Add regression test for pg_backend_memory_contexts. Fujii Masao
- pgsql: Extend the BufFile interface. Amit Kapila
- pgsql: Add additional information in the vacuum error context. Amit Kapila
- pgsql: Add regression tests for REPLICA IDENTITY with dropped indexes Michael Paquier
- pgsql: Suppress compiler warning in non-cassert builds. Tom Lane
- pgsql: Fix comment in procarray.c Michael Paquier
- pgsql: Fix code for re-finding scan position in a multicolumn GIN index Tom Lane
- pgsql: Fix code for re-finding scan position in a multicolumn GIN index Tom Lane
- pgsql: Fix code for re-finding scan position in a multicolumn GIN index Tom Lane
- pgsql: Fix code for re-finding scan position in a multicolumn GIN index Tom Lane
- pgsql: Fix code for re-finding scan position in a multicolumn GIN index Tom Lane
- pgsql: Fix code for re-finding scan position in a multicolumn GIN index Tom Lane
- pgsql: Fix code for re-finding scan position in a multicolumn GIN index Tom Lane
- pgsql: passwordcheck: Log cracklib diagnostics Peter Eisentraut
- pgsql: doc: Update cracklib URL Peter Eisentraut
- pgsql: doc: Rework tables for built-in operator classes of index AMs Michael Paquier
- pgsql: Reset indisreplident for an invalid index in DROP INDEX CONCURRE Michael Paquier
- pgsql: Redefine pg_class.reltuples to be -1 before the first VACUUM or Tom Lane
- pgsql: Mark factorial operator, and postfix operators in general, as de Tom Lane
- pgsql: Mark factorial operator, and postfix operators in general, as de Tom Lane
- pgsql: Mark factorial operator, and postfix operators in general, as de Tom Lane
- pgsql: Mark factorial operator, and postfix operators in general, as de Tom Lane
- pgsql: Mark factorial operator, and postfix operators in general, as de Tom Lane
- pgsql: Mark factorial operator, and postfix operators in general, as de Tom Lane
- pgsql: Mark factorial operator, and postfix operators in general, as de Tom Lane
- pgsql: Fix docs bug stating file_fdw requires absolute paths Magnus Hagander
- pgsql: Fix docs bug stating file_fdw requires absolute paths Magnus Hagander
- pgsql: Fix docs bug stating file_fdw requires absolute paths Magnus Hagander
- pgsql: Fix docs bug stating file_fdw requires absolute paths Magnus Hagander
- pgsql: Fix docs bug stating file_fdw requires absolute paths Magnus Hagander
- pgsql: Fix docs bug stating file_fdw requires absolute paths Magnus Hagander
- pgsql: Fix docs bug stating file_fdw requires absolute paths Magnus Hagander
- pgsql: doc: clarify the useful features of procedures Bruce Momjian
- pgsql: doc: clarify the useful features of procedures Bruce Momjian
- pgsql: doc: clarify the useful features of procedures Bruce Momjian
- pgsql: doc: clarify the useful features of procedures Bruce Momjian
- pgsql: docs: improve 'capitals' inheritance example Bruce Momjian
- pgsql: docs: improve 'capitals' inheritance example Bruce Momjian
- pgsql: docs: improve 'capitals' inheritance example Bruce Momjian
- pgsql: docs: improve 'capitals' inheritance example Bruce Momjian
- pgsql: docs: improve 'capitals' inheritance example Bruce Momjian
- pgsql: docs: improve 'capitals' inheritance example Bruce Momjian
- pgsql: docs: improve 'capitals' inheritance example Bruce Momjian
- pgsql: doc: improve description of subscripting of arrays Bruce Momjian
- pgsql: doc: improve description of subscripting of arrays Bruce Momjian
- pgsql: doc: improve description of subscripting of arrays Bruce Momjian
- pgsql: doc: improve description of subscripting of arrays Bruce Momjian
- pgsql: doc: improve description of subscripting of arrays Bruce Momjian
- pgsql: doc: improve description of subscripting of arrays Bruce Momjian
- pgsql: doc: improve description of subscripting of arrays Bruce Momjian
- pgsql: C comment: remove mention of use of t_hoff WAL structure member Bruce Momjian
- pgsql: docs: replace "stable storage" with "durable" in descriptions Bruce Momjian
- pgsql: docs: replace "stable storage" with "durable" in descriptions Bruce Momjian
- pgsql: docs: replace "stable storage" with "durable" in descriptions Bruce Momjian
- pgsql: docs: replace "stable storage" with "durable" in descriptions Bruce Momjian
- pgsql: docs: replace "stable storage" with "durable" in descriptions Bruce Momjian
- pgsql: docs: replace "stable storage" with "durable" in descriptions Bruce Momjian
- pgsql: docs: replace "stable storage" with "durable" in descriptions Bruce Momjian
- pgsql: docs: clarify intermediate certificate creation instructions Bruce Momjian
- pgsql: docs: clarify intermediate certificate creation instructions Bruce Momjian
- pgsql: docs: clarify intermediate certificate creation instructions Bruce Momjian
- pgsql: docs: clarify intermediate certificate creation instructions Bruce Momjian
- pgsql: docs: clarify intermediate certificate creation instructions Bruce Momjian
- pgsql: docs: clarify intermediate certificate creation instructions Bruce Momjian
- pgsql: docs: clarify intermediate certificate creation instructions Bruce Momjian