Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Feb 24, 2021
Fix some typos, grammar and style in docs and comments
Show description for 9de839fcommitted
Commits on Feb 23, 2021
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Show description for 28f4b61committed
Commits on Feb 22, 2021
Fix docs build for website styles
Show description for 186f616committedRemove outdated reference to RAID spindles.
Show description for 5190ce8committed
Commits on Feb 19, 2021
Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN.
Show description for be7485acommittedFix bug in COMMIT AND CHAIN command.
Show description for 422012ccommittedFix another ancient bug in parsing of BRE-mode regular expressions.
Show description for bf9d3a5committed
Commits on Feb 18, 2021
Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.
Show description for d4b667ecommitted
Commits on Feb 16, 2021
Convert tsginidx.c's GIN indexing logic to fully ternary operation.
Show description for 0d779d2committed
Commits on Feb 15, 2021
Simplify loop logic in nodeIncrementalSort.c.
Show description for 80dc07acommittedMake ExecGetInsertedCols() and friends more robust and improve comments.
Show description for 18cacf8committedDefault to wal_sync_method=fdatasync on FreeBSD.
Show description for 6c23e5acommittedHold interrupts while running dsm_detach() callbacks.
Show description for 9fe4091committed
Commits on Feb 13, 2021
pg_attribute_no_sanitize_alignment() macro
Show description for c86eae3committeddoc: Mention NO DEPENDS ON EXTENSION in its supported ALTER commands
Show description for bcd5e95committed
Commits on Feb 12, 2021
Avoid divide-by-zero in regex_selectivity() with long fixed prefix.
Show description for 3a02d68committed
Commits on Feb 10, 2021
Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY
Show description for c6cd20dcommittedPreserve pg_attribute.attstattarget across REINDEX CONCURRENTLY
Show description for 8493831committed
Commits on Feb 8, 2021
- committed
Translation updates
Show description for 0f966d5committedLast-minute updates for release notes.
Show description for cd82d75committedFix mishandling of column-level SELECT privileges for join aliases.
Show description for d525fbccommittedFix permission checks on constraint violation errors on partitions.
Show description for 8e56684committed
Commits on Feb 7, 2021
- committed
Revert "Propagate CTE property flags when copying a CTE list into a rule."
Show description for ac1df00committedDocs: fix pg_wal_lsn_diff manual.
Show description for 9c89c4bcommittedPropagate CTE property flags when copying a CTE list into a rule.
Show description for 7393751committed
Commits on Feb 6, 2021
Disallow converting an inheritance child table to a view.
Show description for 4353bc8committed
Commits on Feb 5, 2021
First-draft release notes for 13.2.
Show description for 8050931committedFix backslash-escaping multibyte chars in COPY FROM.
Show description for c87cbd5committedpostgres_fdw: Fix assertion in estimate_path_cost_size().
Show description for 9843841committedEtsuro FujitaFix bug in HashAgg's selective-column-spilling logic.
Show description for 6467661committedFix YA incremental sort bug.
Show description for 10fcb83committed
Commits on Feb 4, 2021
Avoid crash when rolling back within a prepared statement.
Show description for 57868d9committed