Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Mar 15, 2024
Fix backstop in gin test if injection point is not reached
Show description for d802ff0committedTry to unbreak injection-fault tests in the buildfarm
Show description for 85f65d7committedFix wordings in timeouts TAP test
Show description for 7a65cc0committedFix race condition in transaction timeout TAP tests
Show description for 4c2eda6committedImprove log messages referring to background worker processes
Show description for a3f349ccommittedDisable tests using injection points in installcheck
Show description for e2e3b8acommitted
Commits on Mar 14, 2024
Add basic TAP tests for the low-level backup method, take two
Show description for 071e3adcommittedRefactor initial hash lookup in dynahash.c
Show description for cc5ef90committedTrim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths
Show description for 4169850committedLogin event trigger documentation wordsmithing
Show description for 4665cebcommittedMake INSERT-from-multiple-VALUES-rows handle domain target columns.
Show description for b4a71cfcommittedAdd pg_column_toast_chunk_id().
Show description for d1162cfcommittedRemove redundant snapshot copying from parallel leader to workers
Show description for 84c18accommittedAllow a no-wait lock acquisition to succeed in more cases.
Show description for 2346df6committedFix contrib/pg_visibility/meson.build
Show description for c20d90acommittedAdd TAP tests for timeouts
Show description for eeefd42committedFix false reports in pg_visibility
Show description for e85662dcommittedComment out noisy libpq_pipeline test
Show description for cc6e64acommittedFix documentation comment for pg_md5_hash
Show description for 6b41ef0committedFix typos in reorderbuffer.c.
Show description for 9c40db3committedAmit KapilaIntroduce "builtin" collation provider.
Show description for 2d819a0committedPut genbki.pl output into src/include/catalog/ directly
Show description for 6ab2e83committedRevert "Add basic TAP tests for the low-level backup method"
Show description for 6cb1b63committedAdd basic TAP tests for the low-level backup method
Show description for 99b4a63committedImprove documentation for pg_stat_checkpointer fields
Show description for e820db5committed
Commits on Mar 13, 2024
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Show description for ecb0fd3committedAdd the system identifier to backup manifests.
Show description for 2041bc4committedHopefully make libpq_pipeline's new cancel test more reliable
Show description for 1ee910ccommittedExpose new function get_controlfile_by_exact_path().
Show description for dbfc447committedMake the order of the header file includes consistent
Show description for 97d85becommitteddoc: Improve a couple of places in the MERGE docs.
Show description for 97d4262committedmeson: macos: Avoid warnings on Sonoma
Show description for a3da95dcommitted- committed
Add tests for more row patterns with COPY FROM .. (ON_ERROR ignore)
Show description for a189ed4committedFix a random failure in 038_save_logical_slots_shutdown.pl.
Show description for 0b84f5ccommittedAmit Kapila