Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 7, 2024
Don'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 06558f4committedEnhance nbtree ScalarArrayOp execution.
Show description for 5bf748bcommittedRemove obsolete comment in CopyReadLineText().
Show description for ddd9e43committedSpeed up tail processing when hashing aligned C strings, take two
Show description for a365d9ecommittedTeach fasthash_accum to use platform endianness for bytewise loads
Show description for 0c25feecommittedIncrease default vacuum_buffer_usage_limit to 2MB.
Show description for 98f320ecommittedAllow BufferAccessStrategy to limit pin count.
Show description for 3bd8439committedConvert uses of hash_string_pointer to fasthash equivalent
Show description for f956ecdcommittedAdd macro to disable address safety instrumentation
Show description for db17594committedFix incorrect return type
Show description for 4b968e2committed