summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
30 min.Add explanatory comment to prune_freeze_setup()HEADmasterMelanie Plageman
34 min.Fix const qualification in prune_freeze_setup()Melanie Plageman
8 hoursdoc: Update header file mention for CompareTypeDaniel Gustafsson
8 hoursSeparate out bytea sort support from varlena.cJohn Naylor
11 hoursAdd TAP test to check recovery when redo LSN is missingMichael Paquier
12 hoursFail recovery when missing redo checkpoint record without backup_labelMichael Paquier
17 hoursRevert "Avoid requiring Spanish locale to test NLS infrastructure."Tom Lane
19 hourslibpq: Align oauth_json_set_error() with other NLS patternsJacob Champion
19 hourslibpq-oauth: Don't translate internal errorsJacob Champion
19 hourslibpq: Add missing OAuth translationsJacob Champion
20 hoursAllow passing a pointer to GetNamedDSMSegment()'s init callback.Nathan Bossart
20 hoursRevisit cosmetics of "For inplace update, send nontransactional invalidations."Noah Misch
20 hoursCorrect comments of "Fix data loss at inplace update after heap_update()".Noah Misch
20 hoursAvoid requiring Spanish locale to test NLS infrastructure.Tom Lane
22 hoursRemove incorrect declarations in pg_wchar.h.Jeff Davis
22 hoursRemove unused single-byte char_is_cased() API.Jeff Davis
22 hoursUse multibyte-aware extraction of pattern prefixes.Jeff Davis
23 hoursAdd offnum range checks to suppress compile warnings with UBSAN.Tom Lane
24 hoursIncrease timeout in multixid_conversion upgrade testHeikki Linnakangas
29 hoursImprove sanity checks on multixid members lengthHeikki Linnakangas
29 hoursDisable recently added CIC/RI isolation testsÁlvaro Herrera
30 hoursRefactor static_assert() support.Peter Eisentraut
31 hoursClarify comment on multixid offset wraparound checkHeikki Linnakangas
36 hoursFix typo in tablecmds.cDavid Rowley
38 hoursAdd retry logic to pg_sync_replication_slots().Amit Kapila
39 hourstest_custom_stats: Fix compilation warningMichael Paquier
39 hourspageinspect: use index_close() for GiST index relationMichael Paquier
40 hourstest_custom_stats: Add tests with read/write of auxiliary dataMichael Paquier
40 hoursAllow cumulative statistics to read/write auxiliary data from/to diskMichael Paquier
42 hoursUpdate typedefs.list to match what the buildfarm currently reports.Tom Lane
43 hoursMake "pgoff_t" be a typedef not a #define.Tom Lane
45 hoursLooks like we can't test NLS on machines that lack any es_ES locale.Tom Lane
46 hoursbufmgr: Add one-entry cache for private refcountAndres Freund
46 hoursbufmgr: Separate keys for private refcount infrastructureAndres Freund
47 hoursTry a few different locale name spellings in nls.sql.Tom Lane
47 hoursFix double assignment.Tom Lane
48 hoursAdd a regression test to verify that NLS translation works.Tom Lane
2 daysRefactor WaitLSNType enum to use a macro for type countAlexander Korotkov
2 daysFix usage of palloc() in MERGE/SPLIT PARTITION(s) codeAlexander Korotkov
2 daysImplement ALTER TABLE ... SPLIT PARTITION ... commandAlexander Korotkov
2 daysImplement ALTER TABLE ... MERGE PARTITIONS ... commandAlexander Korotkov
3 daysdoc: Fix incorrect documentation for test_custom_statsMichael Paquier
3 daysFix jsonb_object_agg crash after eliminating null-valued pairs.Tom Lane
3 daysUse correct preprocessor conditional in relptr.hPeter Eisentraut
3 daysFix out-of-date comment on makeRangeConstructorsPeter Eisentraut
3 daysClarify comment about temporal foreign keysPeter Eisentraut
4 daysReject opclass options in ON CONFLICT clauseÁlvaro Herrera
4 daysReplace most StaticAssertStmt() with StaticAssertDecl()Peter Eisentraut
4 daysNever store 0 as the nextMXactHeikki Linnakangas
5 daysFix some comments.Nathan Bossart