pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: doc: Use proper tags in pg_overexplain documentation.
Fujii Masao
pgsql: Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-P
Fujii Masao
pgsql: Fix version check for retain_dead_tuples subscription option.
Fujii Masao
pgsql: Update comments to reflect changes in 8e0d32a4a1.
Amit Kapila
pgsql: Update comments to reflect changes in 8e0d32a4a1.
Amit Kapila
pgsql: Update comments to reflect changes in 8e0d32a4a1.
Amit Kapila
pgsql: Doc: Clarify publication privilege requirements.
Amit Kapila
pgsql: Teach expr_is_nonnullable() to handle more expression types
Richard Guo
pgsql: Optimize ROW(...) IS [NOT] NULL using non-nullable fields
Richard Guo
pgsql: Simplify COALESCE expressions using non-nullable arguments
Richard Guo
pgsql: Improve comment in pgstatfuncs.c
Michael Paquier
pgsql: Don't advance origin during apply failure.
Amit Kapila
pgsql: Don't advance origin during apply failure.
Amit Kapila
pgsql: Don't advance origin during apply failure.
Amit Kapila
pgsql: Don't advance origin during apply failure.
Amit Kapila
pgsql: Fix another case of indirectly casting away const.
Tom Lane
pgsql: C comment: fix psql "pstdout" duplicate to "pstdin"
Bruce Momjian
pgsql: pg_visibility: Use visibilitymap_count instead of loop.
Masahiko Sawada
pgsql: Toggle logical decoding dynamically based on logical slot presen
Masahiko Sawada
pgsql: Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
pgsql: Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
pgsql: Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
pgsql: Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
pgsql: Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
pgsql: Fix bug in following update chain when locking a heap tuple
Heikki Linnakangas
pgsql: Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
pgsql: Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
pgsql: Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
pgsql: Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
pgsql: Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
pgsql: Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Michael Paquier
pgsql: doc: add "DO" to "ON CONFLICT" in CREATE VIEW text
Bruce Momjian
pgsql: Switch buffile.c/h to use pgoff_t instead of off_t
Michael Paquier
pgsql: psql: Improve tab completion for COPY option lists.
Masahiko Sawada
pgsql: Add missing .gitignore for src/test/modules/test_cloexec.
Tom Lane
Re: pgsql: Add missing .gitignore for src/test/modules/test_cloexec.
Michael Paquier
Re: pgsql: Add missing .gitignore for src/test/modules/test_cloexec.
Tom Lane
pgsql: Add missing .gitignore for src/test/modules/test_cloexec.
Michael Paquier
pgsql: Add missing .gitignore for src/test/modules/test_cloexec.
Michael Paquier
pgsql: Add missing .gitignore for src/test/modules/test_cloexec.
Michael Paquier
pgsql: doc: Fix incorrect reference in pg_overexplain documentation.
Fujii Masao
pgsql: doc: Fix incorrect reference in pg_overexplain documentation.
Fujii Masao
pgsql: Fix another typo in gininsert.c
Michael Paquier
pgsql: Remove obsolete name_ops index-only scan comments.
Peter Geoghegan
pgsql: Fix printf format string warning on MinGW.
Thomas Munro
pgsql: Fix printf format string warning on MinGW.
Thomas Munro
pgsql: Fix printf format string warning on MinGW.
Thomas Munro
pgsql: Fix printf format string warning on MinGW.
Thomas Munro
pgsql: Clean up test_cloexec.c and Makefile.
Thomas Munro
pgsql: Clean up test_cloexec.c and Makefile.
Thomas Munro
pgsql: Clean up test_cloexec.c and Makefile.
Thomas Munro
pgsql: Clean up test_cloexec.c and Makefile.
Thomas Munro
pgsql: heapam: Move logic to handle HEAP_MOVED into a helper function
Andres Freund
pgsql: bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock()
Andres Freund
pgsql: doc: clarify when physical/logical replication is used
Bruce Momjian
pgsql: Use proper type for RestoreTransactionSnapshot's PGPROC arg
Heikki Linnakangas
pgsql: Update pg_hba.conf example to reflect MD5 deprecation
John Naylor
pgsql: Update pg_hba.conf example to reflect MD5 deprecation
John Naylor
pgsql: Fix typos in gininsert.c
Michael Paquier
pgsql: Add guard to prevent recursive memory context logging.
Fujii Masao
pgsql: Add guard to prevent recursive memory context logging.
Fujii Masao
pgsql: Add guard to prevent recursive memory context logging.
Fujii Masao
pgsql: Add guard to prevent recursive memory context logging.
Fujii Masao
pgsql: Add guard to prevent recursive memory context logging.
Fujii Masao
pgsql: Add guard to prevent recursive memory context logging.
Fujii Masao
pgsql: Use table/index_close() more consistently
Michael Paquier
pgsql: Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.
Noah Misch
pgsql: Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.
Noah Misch
pgsql: Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.
Noah Misch
pgsql: Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
pgsql: Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
pgsql: Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
pgsql: Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
pgsql: Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
pgsql: Do not emit WAL for unlogged BRIN indexes
Heikki Linnakangas
pgsql: Fix intermittent BF failure in 040_standby_failover_slots_sync.
Amit Kapila
pgsql: btree_gist: Fix memory allocation formula
Michael Paquier
pgsql: Fix const correctness in pgstat data serialization callbacks
Michael Paquier
pgsql: libpq-fe.h: Don't claim SOCKTYPE in the global namespace
Jacob Champion
pgsql: libpq-fe.h: Don't claim SOCKTYPE in the global namespace
Jacob Champion
pgsql: oauth_validator: Avoid races in log_check()
Jacob Champion
pgsql: oauth_validator: Avoid races in log_check()
Jacob Champion
pgsql: libpq-oauth: use correct c_args in meson.build
Jacob Champion
pgsql: libpq-oauth: use correct c_args in meson.build
Jacob Champion
pgsql: Rename regress.so's .mo file to postgresql-regress-VERSION.mo.
Tom Lane
pgsql: Update .abi-compliance-history for PrepareToInvalidateCacheTuple
Noah Misch
pgsql: Update .abi-compliance-history for PrepareToInvalidateCacheTuple
Noah Misch
pgsql: Update .abi-compliance-history for PrepareToInvalidateCacheTuple
Noah Misch
pgsql: Update .abi-compliance-history for PrepareToInvalidateCacheTuple
Noah Misch
pgsql: Make postmaster 003_start_stop.pl test less flaky
Heikki Linnakangas
pgsql: Make postmaster 003_start_stop.pl test less flaky
Heikki Linnakangas
pgsql: Support existing publications in pg_createsubscriber.
Amit Kapila
pgsql: Change pgstat_report_vacuum() to use Relation
Michael Paquier
pgsql: Reorder two functions in inval.c
Noah Misch
pgsql: Reorder two functions in inval.c
Noah Misch
pgsql: For inplace update, send nontransactional invalidations.
Noah Misch
pgsql: For inplace update, send nontransactional invalidations.
Noah Misch
pgsql: For inplace update, send nontransactional invalidations.
Noah Misch
pgsql: For inplace update, send nontransactional invalidations.
Noah Misch
pgsql: Assert lack of hazardous buffer locks before possible catalog re
Noah Misch
pgsql: Assert lack of hazardous buffer locks before possible catalog re
Noah Misch
pgsql: Assert lack of hazardous buffer locks before possible catalog re
Noah Misch
pgsql: Assert lack of hazardous buffer locks before possible catalog re
Noah Misch
pgsql: WAL-log inplace update before revealing it to other sessions.
Noah Misch
pgsql: WAL-log inplace update before revealing it to other sessions.
Noah Misch
pgsql: WAL-log inplace update before revealing it to other sessions.
Noah Misch
pgsql: WAL-log inplace update before revealing it to other sessions.
Noah Misch
pgsql: Remove useless code in InjectionPointAttach()
Michael Paquier
pgsql: Avoid global LC_CTYPE dependency in pg_locale_icu.c.
Jeff Davis
pgsql: downcase_identifier(): use method table from locale provider.
Jeff Davis
pgsql: ltree: fix case-insensitive matching.
Jeff Davis
pgsql: ltree: fix case-insensitive matching.
Jeff Davis
pgsql: Clarify a #define introduced in 8d299052fe.
Jeff Davis
pgsql: Fix multibyte issue in ltree_strncasecmp().
Jeff Davis
pgsql: Fix multibyte issue in ltree_strncasecmp().
Jeff Davis
pgsql: Fix multibyte issue in ltree_strncasecmp().
Jeff Davis
pgsql: Fix multibyte issue in ltree_strncasecmp().
Jeff Davis
pgsql: Fix multibyte issue in ltree_strncasecmp().
Jeff Davis
pgsql: Fix multibyte issue in ltree_strncasecmp().
Jeff Davis
pgsql: Update .abi-compliance-history for CacheInvalidateHeapTupleInpla
Noah Misch
pgsql: Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
pgsql: Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
pgsql: Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
pgsql: Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
pgsql: Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
pgsql: Switch memory contexts in ReinitializeParallelDSM.
Robert Haas
pgsql: Test PRI* macros even when we can't test NLS translation.
Tom Lane
pgsql: Add explanatory comment to prune_freeze_setup()
Melanie Plageman
pgsql: Fix const qualification in prune_freeze_setup()
Melanie Plageman
pgsql: doc: Update header file mention for CompareType
Daniel Gustafsson
pgsql: doc: Update header file mention for CompareType
Daniel Gustafsson
pgsql: Separate out bytea sort support from varlena.c
John Naylor
pgsql: Add TAP test to check recovery when redo LSN is missing
Michael Paquier
pgsql: Fail recovery when missing redo checkpoint record without backup
Michael Paquier
pgsql: Fail recovery when missing redo checkpoint record without backup
Michael Paquier
pgsql: Fail recovery when missing redo checkpoint record without backup
Michael Paquier
pgsql: Fail recovery when missing redo checkpoint record without backup
Michael Paquier
pgsql: Fail recovery when missing redo checkpoint record without backup
Michael Paquier
pgsql: Fail recovery when missing redo checkpoint record without backup
Michael Paquier
pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
Tom Lane
Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur
Christoph Berg
pgsql: libpq: Add missing OAuth translations
Jacob Champion
pgsql: libpq: Add missing OAuth translations
Jacob Champion
pgsql: libpq: Align oauth_json_set_error() with other NLS patterns
Jacob Champion
pgsql: libpq: Align oauth_json_set_error() with other NLS patterns
Jacob Champion
pgsql: libpq-oauth: Don't translate internal errors
Jacob Champion
pgsql: libpq-oauth: Don't translate internal errors
Jacob Champion
pgsql: Allow passing a pointer to GetNamedDSMSegment()'s init callback.
Nathan Bossart
pgsql: Revisit cosmetics of "For inplace update, send nontransactional
Noah Misch
pgsql: Revisit cosmetics of "For inplace update, send nontransactional
Noah Misch
pgsql: Correct comments of "Fix data loss at inplace update after heap_
Noah Misch
pgsql: Avoid requiring Spanish locale to test NLS infrastructure.
Tom Lane
pgsql: Remove incorrect declarations in pg_wchar.h.
Jeff Davis
pgsql: Remove unused single-byte char_is_cased() API.
Jeff Davis
pgsql: Use multibyte-aware extraction of pattern prefixes.
Jeff Davis
pgsql: Add offnum range checks to suppress compile warnings with UBSAN.
Tom Lane
pgsql: Increase timeout in multixid_conversion upgrade test
Heikki Linnakangas
pgsql: Improve sanity checks on multixid members length
Heikki Linnakangas
pgsql: Disable recently added CIC/RI isolation tests
Álvaro Herrera
pgsql: Refactor static_assert() support.
Peter Eisentraut
pgsql: Clarify comment on multixid offset wraparound check
Heikki Linnakangas
pgsql: Clarify comment on multixid offset wraparound check
Heikki Linnakangas
pgsql: Clarify comment on multixid offset wraparound check
Heikki Linnakangas
pgsql: Clarify comment on multixid offset wraparound check
Heikki Linnakangas
pgsql: Clarify comment on multixid offset wraparound check
Heikki Linnakangas
pgsql: Clarify comment on multixid offset wraparound check
Heikki Linnakangas
pgsql: Fix typo in tablecmds.c
David Rowley
pgsql: Add retry logic to pg_sync_replication_slots().
Amit Kapila
pgsql: test_custom_stats: Fix compilation warning
Michael Paquier
pgsql: pageinspect: use index_close() for GiST index relation
Michael Paquier
pgsql: test_custom_stats: Add tests with read/write of auxiliary data
Michael Paquier
pgsql: Allow cumulative statistics to read/write auxiliary data from/to
Michael Paquier
pgsql: Make "pgoff_t" be a typedef not a #define.
Tom Lane
pgsql: Update typedefs.list to match what the buildfarm currently repor
Tom Lane
pgsql: Looks like we can't test NLS on machines that lack any es_ES loc
Tom Lane
pgsql: bufmgr: Separate keys for private refcount infrastructure
Andres Freund
pgsql: bufmgr: Add one-entry cache for private refcount
Andres Freund
pgsql: Try a few different locale name spellings in nls.sql.
Tom Lane
pgsql: Fix double assignment.
Tom Lane
pgsql: Add a regression test to verify that NLS translation works.
Tom Lane
Re: pgsql: Add a regression test to verify that NLS translation works.
Alexander Korotkov
Re: pgsql: Add a regression test to verify that NLS translation works.
Tom Lane
Re: pgsql: Add a regression test to verify that NLS translation works.
Tom Lane
pgsql: Refactor WaitLSNType enum to use a macro for type count
Alexander Korotkov
pgsql: Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code
Alexander Korotkov
pgsql: Implement ALTER TABLE ... MERGE PARTITIONS ... command
Alexander Korotkov
pgsql: Implement ALTER TABLE ... SPLIT PARTITION ... command
Alexander Korotkov
pgsql: doc: Fix incorrect documentation for test_custom_stats
Michael Paquier
pgsql: Fix jsonb_object_agg crash after eliminating null-valued pairs.
Tom Lane
pgsql: Use correct preprocessor conditional in relptr.h
Peter Eisentraut
pgsql: Fix out-of-date comment on makeRangeConstructors
Peter Eisentraut
pgsql: Clarify comment about temporal foreign keys
Peter Eisentraut
pgsql: Reject opclass options in ON CONFLICT clause
Álvaro Herrera
pgsql: Replace most StaticAssertStmt() with StaticAssertDecl()
Peter Eisentraut
pgsql: Never store 0 as the nextMXact
Heikki Linnakangas
pgsql: tests: Rename conflicting role names
Michael Paquier
pgsql: tests: Rename conflicting role names
Michael Paquier
pgsql: Fix some comments.
Nathan Bossart
pgsql: Fix infer_arbiter_index for partitioned tables
Álvaro Herrera
pgsql: Fix comment on how temp files and subtransactions are handled
Heikki Linnakangas
Earlier messages
Later messages