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