aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix full text search to handle NOT above a phrase search correctly.Tom Lane2020-04-27
* Fix error case for CREATE ROLE ... IN ROLE.Andrew Gierth2020-04-25
* Repair performance regression in information_schema.triggers view.Tom Lane2020-04-24
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Fix transient memory leak for SRFs in FROM.Andres Freund2020-04-22
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21
* Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane2020-04-21
* Fix detaching partitions with cloned row triggersAlvaro Herrera2020-04-21
* Allow pg_read_all_stats to access all stats views againMagnus Hagander2020-04-20
* Fix race conditions in synchronous standby management.Tom Lane2020-04-18
* Fix possible crash with GENERATED ALWAYS columnsDavid Rowley2020-04-18
* Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane2020-04-11
* Further cleanup of ts_headline code.Tom Lane2020-04-09
* Fix default text search parser's ts_headline code for phrase queries.Tom Lane2020-04-09
* Cosmetic improvements for default text search parser's ts_headline code.Tom Lane2020-04-09
* Fix CREATE TABLE LIKE INCLUDING GENERATED column order issuePeter Eisentraut2020-04-09
* Allow parallel create index to accumulate buffer usage stats.Amit Kapila2020-04-09
* 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