aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Document that max_worker_processes must be high enough in standby.Fujii Masao2015-09-03
* Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas2015-08-02
* Don't assume that PageIsEmpty() returns true on an all-zeros page.Heikki Linnakangas2015-07-27
* Reuse all-zero pages in GIN.Heikki Linnakangas2015-07-27
* Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas2015-07-27
* Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas2015-07-23
* Don't call PageGetSpecialPointer() on page until it's been initialized.Heikki Linnakangas2015-06-30
* Revoke incorrectly applied patch versionSimon Riggs2015-06-27
* Avoid hot standby cancels from VAC FREEZESimon Riggs2015-06-27
* Fix a couple of bugs with wal_log_hints.Heikki Linnakangas2015-06-26
* Improve multixact emergency autovacuum logic.Andres Freund2015-06-21
* Add missing check for wal_debug GUC.Andres Freund2015-06-21
* Fix corner case in autovacuum-forcing logic for multixact wraparound.Robert Haas2015-06-19
* Allow HotStandbyActiveInReplay() to be called in single user mode.Andres Freund2015-06-08
* Cope with possible failure of the oldest MultiXact to exist.Robert Haas2015-06-05
* pgindent run on access/transam/multixact.cAlvaro Herrera2015-06-04
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* Update README.tuplockAlvaro Herrera2015-05-25
* Fix spelling in commentSimon Riggs2015-05-19
* Fix whitespacePeter Eisentraut2015-05-16
* Increase threshold for multixact member emergency autovac to 50%.Robert Haas2015-05-11
* Even when autovacuum=off, force it for members as we do in other cases.Robert Haas2015-05-11
* Advance the stop point for multixact offset creation only at checkpoint.Robert Haas2015-05-10
* Fix DetermineSafeOldestOffset for the case where there are no mxacts.Robert Haas2015-05-10
* Teach autovacuum about multixact member wraparound.Robert Haas2015-05-08
* Fix incorrect math in DetermineSafeOldestOffset.Robert Haas2015-05-07
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-04
* Fix pg_upgrade's multixact handling (again)Alvaro Herrera2015-04-30
* Code review for multixact bugfixAlvaro Herrera2015-04-28
* Protect against multixact members wraparoundAlvaro Herrera2015-04-28
* Fix deadlock at startup, if max_prepared_transactions is too small.Heikki Linnakangas2015-04-23
* Fix typo in commentAlvaro Herrera2015-04-14
* Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas2015-04-13
* Remove unnecessary variables in _hash_splitbucket().Tom Lane2015-04-03
* Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.Tom Lane2015-03-30
* Don't delay replication for less than recovery_min_apply_delay's resolution.Andres Freund2015-03-23
* Fix memory leaks in GIN index vacuum.Heikki Linnakangas2015-03-12
* Reconsider when to wait for WAL flushes/syncrep during commit.Andres Freund2015-02-26
* Minor cleanup/code review for "indirect toast" stuff.Tom Lane2015-02-09
* Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas2015-02-04
* Fix query-duration memory leak with GIN rescans.Heikki Linnakangas2015-01-30
* Fix BuildIndexValueDescription for expressionsStephen Frost2015-01-29
* Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.Heikki Linnakangas2015-01-29
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Fix thinko in re-setting wal_log_hints flag from a parameter-change record.Heikki Linnakangas2015-01-15
* Fix thinko in lock mode enumAlvaro Herrera2015-01-04
* Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane2015-01-03
* Grab heavyweight tuple lock only before sleepingAlvaro Herrera2014-12-26
* Fix timestamp in end-of-recovery WAL records.Heikki Linnakangas2014-12-19
* Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund2014-12-18