summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 daysAdd guard to prevent recursive memory context logging.Fujii Masao
12 daysUse table/index_close() more consistentlyMichael Paquier
12 daysSort DO_SUBSCRIPTION_REL dump objects independent of OIDs.Noah Misch
12 daysDo not emit WAL for unlogged BRIN indexesHeikki Linnakangas
12 daysFix intermittent BF failure in 040_standby_failover_slots_sync.Amit Kapila
12 daysbtree_gist: Fix memory allocation formulaMichael Paquier
13 daysFix const correctness in pgstat data serialization callbacksMichael Paquier
13 daysoauth_validator: Avoid races in log_check()Jacob Champion
13 dayslibpq-oauth: use correct c_args in meson.buildJacob Champion
13 dayslibpq-fe.h: Don't claim SOCKTYPE in the global namespaceJacob Champion
13 daysRename regress.so's .mo file to postgresql-regress-VERSION.mo.Tom Lane
13 daysMake postmaster 003_start_stop.pl test less flakyHeikki Linnakangas
13 daysSupport existing publications in pg_createsubscriber.Amit Kapila
13 daysChange pgstat_report_vacuum() to use RelationMichael Paquier
14 daysRemove useless code in InjectionPointAttach()Michael Paquier
14 daysAvoid global LC_CTYPE dependency in pg_locale_icu.c.Jeff Davis
14 daysdowncase_identifier(): use method table from locale provider.Jeff Davis
14 daysltree: fix case-insensitive matching.Jeff Davis
14 daysClarify a #define introduced in 8d299052fe.Jeff Davis
14 daysFix multibyte issue in ltree_strncasecmp().Jeff Davis
14 daysSwitch memory contexts in ReinitializeParallelDSM.Robert Haas
14 daysTest PRI* macros even when we can't test NLS translation.Tom Lane
14 daysAdd explanatory comment to prune_freeze_setup()Melanie Plageman
14 daysFix const qualification in prune_freeze_setup()Melanie Plageman
2025-12-16doc: Update header file mention for CompareTypeDaniel Gustafsson
2025-12-16Separate out bytea sort support from varlena.cJohn Naylor
2025-12-16Add TAP test to check recovery when redo LSN is missingMichael Paquier
2025-12-16Fail recovery when missing redo checkpoint record without backup_labelMichael Paquier
2025-12-15Revert "Avoid requiring Spanish locale to test NLS infrastructure."Tom Lane
2025-12-15libpq: Align oauth_json_set_error() with other NLS patternsJacob Champion
2025-12-15libpq-oauth: Don't translate internal errorsJacob Champion
2025-12-15libpq: Add missing OAuth translationsJacob Champion
2025-12-15Allow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
2025-12-15Revisit cosmetics of "For inplace update, send nontransactional invalidations."Noah Misch
2025-12-15Correct comments of "Fix data loss at inplace update after heap_update()".Noah Misch
2025-12-15Avoid requiring Spanish locale to test NLS infrastructure.Tom Lane
2025-12-15Remove incorrect declarations in pg_wchar.h.Jeff Davis
2025-12-15Remove unused single-byte char_is_cased() API.Jeff Davis
2025-12-15Use multibyte-aware extraction of pattern prefixes.Jeff Davis
2025-12-15Add offnum range checks to suppress compile warnings with UBSAN.Tom Lane
2025-12-15Increase timeout in multixid_conversion upgrade testHeikki Linnakangas
2025-12-15Improve sanity checks on multixid members lengthHeikki Linnakangas
2025-12-15Disable recently added CIC/RI isolation testsÁlvaro Herrera
2025-12-15Refactor static_assert() support.Peter Eisentraut
2025-12-15Clarify comment on multixid offset wraparound checkHeikki Linnakangas
2025-12-15Fix typo in tablecmds.cDavid Rowley
2025-12-15Add retry logic to pg_sync_replication_slots().Amit Kapila
2025-12-15test_custom_stats: Fix compilation warningMichael Paquier
2025-12-15pageinspect: use index_close() for GiST index relationMichael Paquier
2025-12-15test_custom_stats: Add tests with read/write of auxiliary dataMichael Paquier