Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Dec 8, 2023
Add empty BRIN ranges during CREATE INDEX
Show description for dae761acommittedDon't clean initdb files on template creation failure
Show description for 00edb20committedRemove some unnecessary #includes of postmaster/interrupt.h
Show description for 44913adcommittedTest that it works to RESET an invalid reloption
Show description for 7db01fbcommittedRename ShmemVariableCache to TransamVariables
Show description for b31ba53committedInitialize ShmemVariableCache like other shmem areas
Show description for 15916ffcommittedDon't try to open visibilitymap when analyzing a foreign table
Show description for 049ef33committedFix potential pointer overflow in xlogreader.c.
Show description for cd7f19dcommitteddoc: clarify handling of ON CONFLICT with triggers
Show description for 2cc2d02committedFix path of regress shared library in pg_upgrade test
Show description for e5b8c4fcommitteddoc, pg_upgrade: add vacuumdb w/ tips for generating quick stats
Show description for c0fcf07committeddoc: FOR UPDATE / KEY / SHARE / KEY SHARE takes an table alias
Show description for 5134e9dcommitteddoc, intagg: fix one-to-many mention to many-to-many
Show description for 651030acommitted
Commits on Dec 7, 2023
Shrink Unicode category table.
Show description for 719b342committedVerify that attribute counts match in ExecCopySlot
Show description for d16a0c1committedImprove some error messages with invalid indexes for REINDEX CONCURRENTLY
Show description for d43bd09committedFix issues in binary_upgrade_logical_slot_has_caught_up().
Show description for 0bf6246committedAmit Kapila
Commits on Dec 6, 2023
Fix assertion failure with REINDEX and event triggers
Show description for c426f7ccommittedSuppress -Wunused-result warning about write().
Show description for c2a465bcommittedUse signal-safe functions in signal handler
Show description for 52e98d4committedFix compilation on Windows with WAL_DEBUG
Show description for 7636725committedApply filters to dump files all the time in 002_pg_upgrade.pl
Show description for bfc677ccommitted
Commits on Dec 5, 2023
Add support for deparsing semi-joins to contrib/postgres_fdw
Show description for 824dbeacommittedRename pg_verifybackup's JsonManifestParseContext callback functions.
Show description for 278eb13committedRename JsonManifestParseContext callbacks.
Show description for d463aa0committedFix indentation
Show description for 4d0cf0bcommittedFix incorrect error message for IDENTIFY_SYSTEM
Show description for 98e675ecommittedFix handling of errors in libpq pipelines
Show description for b8ba734committedFix a random failure in 003_logical_slots.pl.
Show description for 63c5df1committedAmit KapilaOptimize SearchPathCache by saving the last entry.
Show description for a86c61ccommitted
Commits on Dec 4, 2023
Teach convert() and friends to avoid copying when possible.
Show description for b14b1ebcommittedRemove now-unnecessary Autovacuum[Launcher|Worker]IAm functions
Show description for e7c6efecommittedDon't use pgbench -j in tests
Show description for a3f76a3committedRemove unnecessary include of <math.h>
Show description for 457428dcommittedRemove unnecessary include of <sys/socket.h>
Show description for da67cb0committed