Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Feb 18, 2021
Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.
Show description for 614b7f1committedAdd tests for bytea LIKE operator
Show description for eb42110committedAllow specifying CRL directory
Show description for f5465facommittednbtree README: move VACUUM linear scan section.
Show description for 128dd90committed
Commits on Feb 17, 2021
Fix tuple routing to initialize batching only for inserts
Show description for 927f453committedFix pointer type in ExecForeignBatchInsert SGML docs
Show description for c15283fcommittedMake some minor improvements in the regex code.
Show description for 4e703d6committedRoutine usage information schema tables
Show description for f40c696committedFix typo
Show description for a29f307committedUse errmsg_internal for debug messages
Show description for 0e392fccommittedAdd psql completion for [ NO ] DEPENDS ON EXTENSION
Show description for e6b8e83committed
Commits on Feb 16, 2021
Convert tsginidx.c's GIN indexing logic to fully ternary operation.
Show description for 38bb3aecommittedRemove the unnecessary PrepareWrite in pgoutput.
Show description for f672df5committedAmit KapilaFix heap_page_prune() parameter order confusion introduced in dc7420c2c92.
Show description for 8001cb7committedRemove backwards compat ugliness in snapbuild.c.
Show description for a975ff4committed
Commits on Feb 15, 2021
Simplify loop logic in nodeIncrementalSort.c.
Show description for 0e52903committedMake ExecGetInsertedCols() and friends more robust and improve comments.
Show description for 54e51dccommittedDisplay the time when the process started waiting for the lock, in pg_locks, take 2
Show description for 46d6e5fcommittedAdd "LP_DEAD item?" column to GiST pageinspect functions
Show description for 9e596b6committedAvoid misinterpreting GiST pages in pageinspect.
Show description for fa41cf8committedAdjust lazy_scan_heap() accounting comments.
Show description for 7cde6b1committedDefault to wal_sync_method=fdatasync on FreeBSD.
Show description for f900a79committedUse pg_pwrite() in pg_test_fsync.
Show description for 2c8b42bcommittedFix the warnings introduced in commit ce0fdbfe97.
Show description for d9b0767committedAmit KapilaHold interrupts while running dsm_detach() callbacks.
Show description for 637668fcommittedAdd result size as argument of pg_cryptohash_final() for overflow checks
Show description for b83dcf7committedMinor fixes to improve regex debugging code.
Show description for 2dd6733committedReadNewTransactionId() -> ReadNextTransactionId().
Show description for c7ecd6acommitted
Commits on Feb 13, 2021
- committed
doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER commands
Show description for 8063d0fcommitted
Commits on Feb 12, 2021
Tweak compiler version cutoff for no_sanitize("alignment") support.
Show description for ad2ad69committedAvoid divide-by-zero in regex_selectivity() with long fixed prefix.
Show description for ae4867ecommittedpg_attribute_no_sanitize_alignment() macro
Show description for 993bdb9committedFix Subscription test added by commit ce0fdbfe97.
Show description for c8b21b0committedAmit KapilaAllow multiple xacts during table sync in logical replication.
Show description for ce0fdbfcommittedAmit Kapila