Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 7, 2024
Fix usage of same ListCell transform_or_to_any()'s in nested loops
Show description for beabea6committedTransform OR clauses to ANY expression
Show description for 72bd38ccommittedChange debug printing to log filename
Show description for 75a47b6committedDoc: clarify behavior of boolean options in replication protocol commands.
Show description for 626603dcommittedRemove useless duplicate call of defGetBoolean().
Show description for 0c66a16committedDoc: show how to get the equivalent of LIMIT for UPDATE/DELETE.
Show description for 2daeba6committedDoc: update documentation about EXCLUDE constraint elements.
Show description for 1973d9fcommittedUse conditional variable to wait for next MultiXact offset
Show description for a0e0fb1committedAvoid extra lookups with nbtree array inequalities.
Show description for 473411fcommittedDon't clobber test exit code at cleanup in LDAP/Kerberors tests
Show description for a475a2fcommittedImprove check in LDAP test to find the OpenLDAP installation
Show description for e13b586committedUse streaming I/O in sequential scans.
Show description for b7b0f3fcommittedUse bump memory context for tuplesorts
Show description for 6ed83d5committedAdd XLogCtl->logInsertResult
Show description for f3ff7bfcommittedIntroduce a bump memory allocator
Show description for 29f6a95committedEnlarge bit-space for MemoryContextMethodID
Show description for 0ba8b75committedAvoid needless large memcpys in libpq socket writing
Show description for c4ab7dacommittedReduce branches in heapgetpage()'s per-tuple loop
Show description for a97bbe1committedOptimize visibilitymap_count() with AVX-512 instructions.
Show description for 41c51f0committedOptimize pg_popcount() with AVX-512 instructions.
Show description for 792752acommittedFix if/while thinko in read_stream.c edge case.
Show description for 158f581committedDisable parallel query in psql error-with-FETCH_COUNT test.
Show description for beb012bcommittedRe-implement psql's FETCH_COUNT feature atop libpq's chunked mode.
Show description for 90f5178committedSupport retrieval of results in chunks with libpq.
Show description for 4643a2bcommitted
Commits on Apr 6, 2024
Change BitmapAdjustPrefetchIterator to accept BlockNumber
Show description for 92641d8committedBitmapHeapScan: Use correct recheck flag for skip_fetch
Show description for 1fdb0cecommittedBitmapHeapScan: Push skip_fetch optimization into table AM
Show description for 04e72edcommittedImplement ALTER TABLE ... SPLIT PARTITION ... command
Show description for 87c21bbcommittedImplement ALTER TABLE ... MERGE PARTITIONS ... command
Show description for 1adf16bcommittedBitmapHeapScan: postpone setting can_skip_fetch
Show description for fe1431ecommittedCall WaitLSNCleanup() in AbortTransaction()
Show description for 74eaf66committedClarify what is protected by WaitLSNLock
Show description for ee79928committedUse an LWLock instead of a spinlock in waitlsn.c
Show description for 25f4242committedBitmapHeapScan: begin scan after bitmap creation
Show description for 1577081committedBackport IPC::Run optimization to src/test/perl.
Show description for 06558f4committed