| Age | Commit message (Expand) | Author |
| 30 min. | Add explanatory comment to prune_freeze_setup()HEADmaster | Melanie Plageman |
| 34 min. | Fix const qualification in prune_freeze_setup() | Melanie Plageman |
| 8 hours | doc: Update header file mention for CompareType | Daniel Gustafsson |
| 8 hours | Separate out bytea sort support from varlena.c | John Naylor |
| 11 hours | Add TAP test to check recovery when redo LSN is missing | Michael Paquier |
| 12 hours | Fail recovery when missing redo checkpoint record without backup_label | Michael Paquier |
| 17 hours | Revert "Avoid requiring Spanish locale to test NLS infrastructure." | Tom Lane |
| 19 hours | libpq: Align oauth_json_set_error() with other NLS patterns | Jacob Champion |
| 19 hours | libpq-oauth: Don't translate internal errors | Jacob Champion |
| 19 hours | libpq: Add missing OAuth translations | Jacob Champion |
| 20 hours | Allow passing a pointer to GetNamedDSMSegment()'s init callback. | Nathan Bossart |
| 20 hours | Revisit cosmetics of "For inplace update, send nontransactional invalidations." | Noah Misch |
| 20 hours | Correct comments of "Fix data loss at inplace update after heap_update()". | Noah Misch |
| 20 hours | Avoid requiring Spanish locale to test NLS infrastructure. | Tom Lane |
| 22 hours | Remove incorrect declarations in pg_wchar.h. | Jeff Davis |
| 22 hours | Remove unused single-byte char_is_cased() API. | Jeff Davis |
| 22 hours | Use multibyte-aware extraction of pattern prefixes. | Jeff Davis |
| 23 hours | Add offnum range checks to suppress compile warnings with UBSAN. | Tom Lane |
| 24 hours | Increase timeout in multixid_conversion upgrade test | Heikki Linnakangas |
| 29 hours | Improve sanity checks on multixid members length | Heikki Linnakangas |
| 29 hours | Disable recently added CIC/RI isolation tests | Álvaro Herrera |
| 30 hours | Refactor static_assert() support. | Peter Eisentraut |
| 31 hours | Clarify comment on multixid offset wraparound check | Heikki Linnakangas |
| 36 hours | Fix typo in tablecmds.c | David Rowley |
| 38 hours | Add retry logic to pg_sync_replication_slots(). | Amit Kapila |
| 39 hours | test_custom_stats: Fix compilation warning | Michael Paquier |
| 39 hours | pageinspect: use index_close() for GiST index relation | Michael Paquier |
| 40 hours | test_custom_stats: Add tests with read/write of auxiliary data | Michael Paquier |
| 40 hours | Allow cumulative statistics to read/write auxiliary data from/to disk | Michael Paquier |
| 42 hours | Update typedefs.list to match what the buildfarm currently reports. | Tom Lane |
| 43 hours | Make "pgoff_t" be a typedef not a #define. | Tom Lane |
| 45 hours | Looks like we can't test NLS on machines that lack any es_ES locale. | Tom Lane |
| 46 hours | bufmgr: Add one-entry cache for private refcount | Andres Freund |
| 46 hours | bufmgr: Separate keys for private refcount infrastructure | Andres Freund |
| 47 hours | Try a few different locale name spellings in nls.sql. | Tom Lane |
| 47 hours | Fix double assignment. | Tom Lane |
| 48 hours | Add a regression test to verify that NLS translation works. | Tom Lane |
| 2 days | Refactor WaitLSNType enum to use a macro for type count | Alexander Korotkov |
| 2 days | Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code | Alexander Korotkov |
| 2 days | Implement ALTER TABLE ... SPLIT PARTITION ... command | Alexander Korotkov |
| 2 days | Implement ALTER TABLE ... MERGE PARTITIONS ... command | Alexander Korotkov |
| 3 days | doc: Fix incorrect documentation for test_custom_stats | Michael Paquier |
| 3 days | Fix jsonb_object_agg crash after eliminating null-valued pairs. | Tom Lane |
| 3 days | Use correct preprocessor conditional in relptr.h | Peter Eisentraut |
| 3 days | Fix out-of-date comment on makeRangeConstructors | Peter Eisentraut |
| 3 days | Clarify comment about temporal foreign keys | Peter Eisentraut |
| 4 days | Reject opclass options in ON CONFLICT clause | Álvaro Herrera |
| 4 days | Replace most StaticAssertStmt() with StaticAssertDecl() | Peter Eisentraut |
| 4 days | Never store 0 as the nextMXact | Heikki Linnakangas |
| 5 days | Fix some comments. | Nathan Bossart |