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