index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Fix crash when using COLLATE in partition bound expressions
Michael Paquier
2020-04-08
*
Fix circle_in to accept "(x,y),r" as it's advertised to do.
Tom Lane
2020-04-07
*
Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.
Tom Lane
2020-04-07
*
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-06
*
Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().
Andres Freund
2020-04-05
*
Save errno across LWLockRelease() calls
Peter Eisentraut
2020-04-05
*
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-04-03
*
Fix bogus CALLED_AS_TRIGGER() defenses.
Tom Lane
2020-04-03
*
Check equality semantics for unique indexes on partitioned tables.
Tom Lane
2020-04-01
*
Fix race condition in statext_store().
Tom Lane
2020-03-31
*
Teach pg_ls_dir_files() to ignore ENOENT failures from stat().
Tom Lane
2020-03-31
*
Revert "Skip redundant anti-wraparound vacuums"
Michael Paquier
2020-03-31
*
Consistently truncate non-key suffix columns.
Peter Geoghegan
2020-03-30
*
Ensure snapshot is registered within ScanPgRelation().
Andres Freund
2020-03-28
*
Drop slot's LWLock before returning from SaveSlotToPath()
Peter Eisentraut
2020-03-26
*
Re-implement the ereport() macro using __VA_ARGS__.
Tom Lane
2020-03-24
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
In log_newpage_range(), heed forkNum and page_std arguments.
Noah Misch
2020-03-21
*
During heap rebuild, lock any TOAST index until end of transaction.
Noah Misch
2020-03-21
*
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-21
*
Fix comment related to concurrent index swapping in index.c
Michael Paquier
2020-03-19
*
Add missing errcode() in a few ereport calls.
Amit Kapila
2020-03-18
*
Fix typo in indexcmds.c
Michael Paquier
2020-03-18
*
Fix consistency issues with replication slot copy
Alvaro Herrera
2020-03-17
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-11
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-10
*
Fix bug that causes to report waiting in PS display twice, in hot standby.
Fujii Masao
2020-03-10
*
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
*
Fix typo
Peter Eisentraut
2020-03-07
*
Fix more issues with dependency handling at swap phase of REINDEX CONCURRENTLY
Michael Paquier
2020-03-05
*
Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
Michael Paquier
2020-03-03
*
Preserve pg_index.indisclustered across REINDEX CONCURRENTLY
Michael Paquier
2020-03-03
*
Correctly re-use hash tables in buildSubPlanHash().
Tom Lane
2020-02-29
*
Avoid failure if autovacuum tries to access a just-dropped temp namespace.
Tom Lane
2020-02-28
*
Suppress unnecessary RelabelType nodes in more cases.
Tom Lane
2020-02-26
*
Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backups
Michael Paquier
2020-02-24
*
Remove extra word from comment.
Etsuro Fujita
2020-02-20
*
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
*
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-19
*
Fill in extraUpdatedCols in logical replication
Peter Eisentraut
2020-02-17
*
Add description about GSSOpenServer wait event into document.
Fujii Masao
2020-02-17
*
Avoid a performance regression in float overflow/underflow detection.
Tom Lane
2020-02-13
*
Fix priv checks for ALTER <object> DEPENDS ON EXTENSION
Alvaro Herrera
2020-02-10
*
Translation updates
Peter Eisentraut
2020-02-10
*
Store the deletion horizon XID for a deleted GIN page on the right page.
Tom Lane
2020-02-09
[prev]
[next]