Архив рассылок [pgsql-committers]
- pgsql: Switch some date/timestamp functions to use the soft error repor Michael Paquier
- pgsql: Move WAL sequence code into its own file Michael Paquier
- pgsql: Fix a strict aliasing violation Peter Eisentraut
- pgsql: Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY Álvaro Herrera
- pgsql: Make regex "max_chr" depend on encoding, not provider. Jeff Davis
- pgsql: Change some callers to use pg_ascii_toupper(). Jeff Davis
- pgsql: Update some timestamp[tz] functions to use soft-error reporting Michael Paquier
- pgsql: Update comment related to C99 Peter Eisentraut
- pgsql: Replace pointer comparisons and assignments to literal zero with Peter Eisentraut
- pgsql: Simplify hash_xlog_split_allocate_page() Peter Eisentraut
- pgsql: Remove useless casting to same type Peter Eisentraut
- pgsql: Fix ON CONFLICT with REINDEX CONCURRENTLY and partitions Álvaro Herrera
- pgsql: Avoid use of NOTICE to wait for snapshot invalidation Álvaro Herrera
- pgsql: Remove doc and code comments about ON CONFLICT deficiencies Álvaro Herrera
- pgsql: Show size of DSAs and dshashes in pg_dsm_registry_allocations. Nathan Bossart
- pgsql: Fix amcheck's handling of half-dead B-tree pages Heikki Linnakangas
- pgsql: Fix amcheck's handling of half-dead B-tree pages Heikki Linnakangas
- pgsql: Fix amcheck's handling of half-dead B-tree pages Heikki Linnakangas
- pgsql: Fix amcheck's handling of incomplete root splits in B-tree Heikki Linnakangas
- pgsql: Fix amcheck's handling of incomplete root splits in B-tree Heikki Linnakangas
- pgsql: Fix amcheck's handling of incomplete root splits in B-tree Heikki Linnakangas
- pgsql: Fix amcheck's handling of half-dead B-tree pages Heikki Linnakangas
- pgsql: Fix amcheck's handling of half-dead B-tree pages Heikki Linnakangas
- pgsql: Fix amcheck's handling of incomplete root splits in B-tree Heikki Linnakangas
- pgsql: Fix amcheck's handling of incomplete root splits in B-tree Heikki Linnakangas
- pgsql: Fix amcheck's handling of incomplete root splits in B-tree Heikki Linnakangas
- pgsql: Add a test for half-dead pages in B-tree indexes Heikki Linnakangas
- pgsql: Add a test for incomplete splits in B-tree indexes Heikki Linnakangas
- pgsql: Fix amcheck's handling of half-dead B-tree pages Heikki Linnakangas
- pgsql: Use LW_SHARED in dsa.c where possible. Nathan Bossart
- pgsql: Fix shadow variable warning in subscriptioncmds.c. Amit Kapila
- pgsql: Remove useless casts to Pointer Peter Eisentraut
- pgsql: Use more appropriate DatumGet* function Peter Eisentraut
- pgsql: Don't rely on pointer arithmetic with Pointer type Peter Eisentraut
- pgsql: Change Pointer to void * Peter Eisentraut
- pgsql: Fix stray references to SubscriptRef Peter Eisentraut
- pgsql: doc: Consistently use restartpoint in the documentation Daniel Gustafsson
- pgsql: Put back alternative-output expected files Álvaro Herrera
- pgsql: Use "foo(void)" for definitions of functions with no parameters. Nathan Bossart
- pgsql: Set next multixid's offset when creating a new multixid Heikki Linnakangas
- pgsql: Set next multixid's offset when creating a new multixid Heikki Linnakangas
- pgsql: Set next multixid's offset when creating a new multixid Heikki Linnakangas
- pgsql: Set next multixid's offset when creating a new multixid Heikki Linnakangas
- pgsql: Set next multixid's offset when creating a new multixid Heikki Linnakangas
- pgsql: Set next multixid's offset when creating a new multixid Heikki Linnakangas
- pgsql: Add test for multixid wraparound Heikki Linnakangas
- pgsql: Make stats_ext test faster under cache-clobbering test condition Tom Lane
- pgsql: Add pg_atomic_unlocked_write_u64 Andres Freund
- pgsql: Rename BUFFERPIN wait event class to BUFFER Andres Freund
- pgsql: bufmgr: Turn BUFFER_LOCK_* into an enum Andres Freund
- pgsql: Fix incorrect assertion bound in WaitForLSN() Alexander Korotkov
- pgsql: headerscheck: Use LLVM_CPPFLAGS Peter Eisentraut
- pgsql: headerscheck ccache support Peter Eisentraut
- pgsql: amcheck: Fix snapshot usage in bt_index_parent_check Álvaro Herrera
- pgsql: amcheck: Fix snapshot usage in bt_index_parent_check Álvaro Herrera
- pgsql: amcheck: Fix snapshot usage in bt_index_parent_check Álvaro Herrera
- pgsql: Remove no longer needed casts to Pointer Peter Eisentraut
- pgsql: Remove no longer needed casts from Pointer Peter Eisentraut
- pgsql: Fix key size of PrivateRefCountHash. Nathan Bossart
- pgsql: Suppress spurious Coverity warning in prune freeze logic Melanie Plageman
- pgsql: Show version of nodes in output of TAP tests Michael Paquier
- pgsql: Show version of nodes in output of TAP tests Michael Paquier
- pgsql: Show version of nodes in output of TAP tests Michael Paquier
- pgsql: Show version of nodes in output of TAP tests Michael Paquier
- pgsql: Show version of nodes in output of TAP tests Michael Paquier
- pgsql: Fix some compiler warnings Michael Paquier
- pgsql: Rename column slotsync_skip_at to slotsync_last_skip. Amit Kapila
- pgsql: Improve test output of extended statistics for ndistinct and dep Michael Paquier
- pgsql: Use more palloc_object() and palloc_array() in contrib/ Michael Paquier
- pgsql: Fix setting next multixid's offset at offset wraparound Heikki Linnakangas
- pgsql: Fix setting next multixid's offset at offset wraparound Heikki Linnakangas
- pgsql: Fix setting next multixid's offset at offset wraparound Heikki Linnakangas
- pgsql: Fix setting next multixid's offset at offset wraparound Heikki Linnakangas
- pgsql: Fix setting next multixid's offset at offset wraparound Heikki Linnakangas
- pgsql: Fix setting next multixid's offset at offset wraparound Heikki Linnakangas
- pgsql: Stabilize tests some more Álvaro Herrera
- pgsql: Fix some cases of indirectly casting away const. Tom Lane
- pgsql: Don't reset the pathlist of partitioned joinrels. Robert Haas
- pgsql: Add commit 86b276a4a9 to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Fix test to work with non-8kB block sizes Heikki Linnakangas
- pgsql: Fix text substring search for non-deterministic collations. Tom Lane
- pgsql: Fix text substring search for non-deterministic collations. Tom Lane
- pgsql: Add PostgreSQL::Test::Cluster::read_head_tail() helper to Postgr Michael Paquier
- pgsql: Improve error reporting of recovery test 027_stream_regress Michael Paquier
- pgsql: Doc: include JSON in the list of SQL-standard types. Tom Lane
- pgsql: Handle constant inputs to corr() and related aggregates more pre Tom Lane
- pgsql: Micro-optimize datatype conversions in datum_to_jsonb_internal. Tom Lane
- pgsql: Remove fundamentally-redundant processing in jsonb_agg() et al. Tom Lane
- pgsql: Add a macro for the declared typlen of type timetz. Tom Lane
- pgsql: Revise APIs for pushJsonbValue() and associated routines. Tom Lane
- pgsql: ecpg: refactor to eliminate cast-away-const in find_variable(). Tom Lane
- pgsql: Improve error messages of input functions for pg_dependencies an Michael Paquier
- pgsql: injection_points: Remove portions related to custom pgstats Michael Paquier
- Re: pgsql: injection_points: Remove portions related to custom pgstats Tom Lane
- Re: pgsql: injection_points: Remove portions related to custom pgstats Michael Paquier
- Re: pgsql: injection_points: Remove portions related to custom pgstats Tom Lane
- pgsql: Prevent invalidation of newly created replication slots. Amit Kapila
- pgsql: Prevent invalidation of newly created replication slots. Amit Kapila
- pgsql: test_custom_stats: Test module for custom cumulative statistics Michael Paquier
- Re: pgsql: injection_points: Remove portions related to custom pgstats Michael Paquier
- pgsql: Use PGAlignedXLogBlock for some code simplification Peter Eisentraut
- pgsql: Make ecpg parse.pl more robust with braces Peter Eisentraut
- pgsql: pg_resetwal: Reject negative and out of range arguments Heikki Linnakangas
- pgsql: pg_resetwal: Use separate flags for whether an option is given Heikki Linnakangas
- pgsql: Unify error messages Álvaro Herrera
- pgsql: Unify error messages Álvaro Herrera
- pgsql: Relocate _bt_readpage and related functions. Peter Geoghegan
- pgsql: Unify some more messages Álvaro Herrera
- pgsql: Avoid pointer chasing in _bt_readpage inner loop. Peter Geoghegan
- pgsql: Fix minor portability issue in pg_resetwal.c. Tom Lane
- pgsql: libpq: Refactor logic checking for exit() in shared library buil Michael Paquier
- pgsql: Doc: fix typo in hash index documentation David Rowley
- pgsql: Doc: fix typo in hash index documentation David Rowley
- pgsql: Doc: fix typo in hash index documentation David Rowley
- pgsql: Doc: fix typo in hash index documentation David Rowley
- pgsql: Doc: fix typo in hash index documentation David Rowley
- pgsql: Improve documentation for pg_atomic_unlocked_write_u32() Andres Freund
- pgsql: Use palloc_object() and palloc_array() in more areas of the tree Michael Paquier
- pgsql: Clean up int64-related format strings Peter Eisentraut
- pgsql: Remove useless casts in format arguments Peter Eisentraut
- pgsql: Remove unnecessary casts in printf format arguments (%zu/%zd) Peter Eisentraut
- pgsql: Fix LOCK_TIMEOUT handling in slotsync worker. Amit Kapila
- pgsql: Fix LOCK_TIMEOUT handling in slotsync worker. Amit Kapila
- pgsql: Fix LOCK_TIMEOUT handling in slotsync worker. Amit Kapila
- pgsql: Fix const-simplification for index expressions and predicate Richard Guo
- pgsql: Fix distinctness check for queries with grouping sets Richard Guo
- pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints. Dean Rasheed
- pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints. Dean Rasheed
- pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints. Dean Rasheed
- pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints. Dean Rasheed
- pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints. Dean Rasheed
- pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints. Dean Rasheed
- pgsql: Widen MultiXactOffset to 64 bits Heikki Linnakangas
- pgsql: Move pg_multixact SLRU page format definitions to a separate hea Heikki Linnakangas
- pgsql: Fix warning about wrong format specifier for off_t type Heikki Linnakangas
- Re: pgsql: injection_points: Remove portions related to custom pgstats Heikki Linnakangas
- pgsql: Add wait event for the group commit delay before WAL flush Heikki Linnakangas
- pgsql: Support "j" length modifier in snprintf.c. Tom Lane
- pgsql: doc: Fix titles of some pg_buffercache functions. Nathan Bossart
- pgsql: doc: Fix titles of some pg_buffercache functions. Nathan Bossart
- Re: pgsql: injection_points: Remove portions related to custom pgstats Tom Lane
- pgsql: Add mode and started_by columns to pg_stat_progress_vacuum view. Masahiko Sawada
- pgsql: Add started_by column to pg_stat_progress_analyze view. Masahiko Sawada
- pgsql: Add ParallelSlotSetIdle(). Nathan Bossart
- pgsql: vacuumdb: Move some variables to the vacuumingOptions struct. Nathan Bossart
- pgsql: vacuumdb: Add --dry-run. Nathan Bossart
- Re: pgsql: injection_points: Remove portions related to custom pgstats Heikki Linnakangas
- pgsql: Fix O_CLOEXEC flag handling in Windows port. Thomas Munro
- pgsql: Fix O_CLOEXEC flag handling in Windows port. Thomas Munro
- pgsql: Fix O_CLOEXEC flag handling in Windows port. Thomas Munro
- pgsql: Fix O_CLOEXEC flag handling in Windows port. Thomas Munro
- pgsql: Use palloc_object() and palloc_array() in backend code Michael Paquier
- Re: pgsql: injection_points: Remove portions related to custom pgstats Michael Paquier
- Re: pgsql: injection_points: Remove portions related to custom pgstats Tom Lane
- Re: pgsql: injection_points: Remove portions related to custom pgstats Michael Paquier
- pgsql: Fix misleading comment in tuplesort.c David Rowley
- Re: pgsql: injection_points: Remove portions related to custom pgstats Heikki Linnakangas
- pgsql: Fix typo in comment Heikki Linnakangas
- pgsql: Fix meson warning due to missing declaration of NM Michael Paquier
- Re: pgsql: injection_points: Remove portions related to custom pgstats Michael Paquier
- pgsql: Fix two issues with recently-introduced nbtree test Michael Paquier
- pgsql: Fix failures with cross-version pg_upgrade tests Michael Paquier
- pgsql: Fix failures with cross-version pg_upgrade tests Michael Paquier
- pgsql: Fix failures with cross-version pg_upgrade tests Michael Paquier
- Re: pgsql: injection_points: Remove portions related to custom pgstats Michael Paquier
- pgsql: libpq: Authorize pthread_exit() in libpq_check Michael Paquier
- Re: pgsql: injection_points: Remove portions related to custom pgstats Michael Paquier
- Re: pgsql: injection_points: Remove portions related to custom pgstats Heikki Linnakangas
- pgsql: Fix some near-bugs related to ResourceOwner function arguments Heikki Linnakangas
- pgsql: Fix some near-bugs related to ResourceOwner function arguments Heikki Linnakangas
- pgsql: Fix some near-bugs related to ResourceOwner function arguments Heikki Linnakangas
- pgsql: Fix comment in GetPublicationRelations Heikki Linnakangas
- pgsql: Simplify vacuum visibility assertion Melanie Plageman
- pgsql: Add comment about keeping PD_ALL_VISIBLE and VM in sync Melanie Plageman
- pgsql: Improve DDL deparsing test Heikki Linnakangas
- pgsql: Fix bogus extra arguments to query_safe in test Heikki Linnakangas
- pgsql: Fix bogus extra arguments to query_safe in test Heikki Linnakangas
- pgsql: Fix bogus extra arguments to query_safe in test Heikki Linnakangas
- pgsql: Remove char_tolower() API. Jeff Davis
- pgsql: Add pg_iswcased(). Jeff Davis
- pgsql: Return TIDs in desc order during backwards scans. Peter Geoghegan
- pgsql: Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane
- Re: pgsql: Widen MultiXactOffset to 64 bits Peter Geoghegan
- pgsql: Fix MULTIXACT_DEBUG builds. Peter Geoghegan
- Re: pgsql: Widen MultiXactOffset to 64 bits Peter Geoghegan
- pgsql: Fix allocation formula in llvmjit_expr.c Michael Paquier
- pgsql: Fix allocation formula in llvmjit_expr.c Michael Paquier
- pgsql: Fix allocation formula in llvmjit_expr.c Michael Paquier
- pgsql: Fix allocation formula in llvmjit_expr.c Michael Paquier
- pgsql: Fix allocation formula in llvmjit_expr.c Michael Paquier
- pgsql: Fix allocation formula in llvmjit_expr.c Michael Paquier
- pgsql: Clarify why _bt_killitems sorts its items array. Peter Geoghegan
- pgsql: Enhance slot synchronization API to respect promotion signal. Amit Kapila
- pgsql: pg_buffercache: Fix memory allocation formula Michael Paquier
- pgsql: pg_buffercache: Fix memory allocation formula Michael Paquier
- pgsql: Use palloc_object() and palloc_array(), the last change Michael Paquier
-
pgsql: Make
consistently available in frontend and backend Peter Eisentraut - pgsql: Add runtime checks for bogus multixact offsets Heikki Linnakangas
- pgsql: Fix comment on how temp files and subtransactions are handled Heikki Linnakangas
- pgsql: Fix infer_arbiter_index for partitioned tables Álvaro Herrera
- pgsql: Fix some comments. Nathan Bossart
- pgsql: tests: Rename conflicting role names Michael Paquier
- pgsql: tests: Rename conflicting role names Michael Paquier
- pgsql: Never store 0 as the nextMXact Heikki Linnakangas
- pgsql: Replace most StaticAssertStmt() with StaticAssertDecl() Peter Eisentraut
- pgsql: Reject opclass options in ON CONFLICT clause Álvaro Herrera
- pgsql: Clarify comment about temporal foreign keys Peter Eisentraut
- pgsql: Fix out-of-date comment on makeRangeConstructors Peter Eisentraut
- pgsql: Use correct preprocessor conditional in relptr.h Peter Eisentraut
- pgsql: Fix jsonb_object_agg crash after eliminating null-valued pairs. Tom Lane
- pgsql: doc: Fix incorrect documentation for test_custom_stats Michael Paquier
- pgsql: Implement ALTER TABLE ... MERGE PARTITIONS ... command Alexander Korotkov
- pgsql: Implement ALTER TABLE ... SPLIT PARTITION ... command Alexander Korotkov
- pgsql: Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code Alexander Korotkov
- pgsql: Refactor WaitLSNType enum to use a macro for type count Alexander Korotkov
- 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
- pgsql: Fix double assignment. Tom Lane
- 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: Try a few different locale name spellings in nls.sql. Tom Lane
- pgsql: bufmgr: Separate keys for private refcount infrastructure Andres Freund
- pgsql: bufmgr: Add one-entry cache for private refcount Andres Freund
- pgsql: Looks like we can't test NLS on machines that lack any es_ES loc Tom Lane
- pgsql: Update typedefs.list to match what the buildfarm currently repor Tom Lane
- pgsql: Make "pgoff_t" be a typedef not a #define. Tom Lane
- pgsql: Allow cumulative statistics to read/write auxiliary data from/to Michael Paquier
- pgsql: test_custom_stats: Add tests with read/write of auxiliary data Michael Paquier
- pgsql: pageinspect: use index_close() for GiST index relation Michael Paquier
- pgsql: test_custom_stats: Fix compilation warning Michael Paquier
- pgsql: Add retry logic to pg_sync_replication_slots(). Amit Kapila
- pgsql: Fix typo in tablecmds.c David Rowley
- 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: Refactor static_assert() support. Peter Eisentraut
- pgsql: Disable recently added CIC/RI isolation tests Álvaro Herrera
- pgsql: Improve sanity checks on multixid members length Heikki Linnakangas
- pgsql: Increase timeout in multixid_conversion upgrade test Heikki Linnakangas
- pgsql: Add offnum range checks to suppress compile warnings with UBSAN. Tom Lane
- pgsql: Use multibyte-aware extraction of pattern prefixes. Jeff Davis
- pgsql: Remove unused single-byte char_is_cased() API. Jeff Davis
- pgsql: Remove incorrect declarations in pg_wchar.h. Jeff Davis
- pgsql: Avoid requiring Spanish locale to test NLS infrastructure. Tom Lane
- pgsql: Correct comments of "Fix data loss at inplace update after heap_ Noah Misch
- pgsql: Revisit cosmetics of "For inplace update, send nontransactional Noah Misch
- pgsql: Revisit cosmetics of "For inplace update, send nontransactional Noah Misch
- pgsql: Allow passing a pointer to GetNamedDSMSegment()'s init callback. Nathan Bossart
- pgsql: libpq-oauth: Don't translate internal errors 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: 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: Revert "Avoid requiring Spanish locale to test NLS infrastructur Tom Lane
- 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: Add TAP test to check recovery when redo LSN is missing Michael Paquier
- pgsql: Separate out bytea sort support from varlena.c John Naylor
- pgsql: doc: Update header file mention for CompareType Daniel Gustafsson
- pgsql: doc: Update header file mention for CompareType Daniel Gustafsson
- pgsql: Fix const qualification in prune_freeze_setup() Melanie Plageman
- pgsql: Add explanatory comment to prune_freeze_setup() Melanie Plageman
- pgsql: Test PRI* macros even when we can't test NLS translation. Tom Lane
- 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: Update .abi-compliance-history for CacheInvalidateHeapTupleInpla Noah Misch
- 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: Clarify a #define introduced in 8d299052fe. Jeff Davis
- pgsql: ltree: fix case-insensitive matching. Jeff Davis
- pgsql: ltree: fix case-insensitive matching. Jeff Davis
- pgsql: downcase_identifier(): use method table from locale provider. Jeff Davis
- pgsql: Avoid global LC_CTYPE dependency in pg_locale_icu.c. Jeff Davis
- pgsql: Remove useless code in InjectionPointAttach() Michael Paquier
- 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: Assert lack of hazardous buffer locks before possible catalog re 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: 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: WAL-log inplace update before revealing it to other sessions. 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: WAL-log inplace update before revealing it to other sessions. Noah Misch
- pgsql: Change pgstat_report_vacuum() to use Relation Michael Paquier
- pgsql: Support existing publications in pg_createsubscriber. Amit Kapila
- Re: pgsql: Revert "Avoid requiring Spanish locale to test NLS infrastructur Christoph Berg
- 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: 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: Rename regress.so's .mo file to postgresql-regress-VERSION.mo. Tom Lane
- 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: libpq-oauth: use correct c_args in meson.build 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: Fix const correctness in pgstat data serialization callbacks Michael Paquier
- Re: pgsql: Fix remaining race condition with CLOG truncation and LISTEN/NOT Michael Paquier
- pgsql: btree_gist: Fix memory allocation formula Michael Paquier
- pgsql: Fix intermittent BF failure in 040_standby_failover_slots_sync. Amit Kapila