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
*
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-10-05
*
Don't disable commit_ts in standby if enabled locally
Alvaro Herrera
2015-10-02
*
Fix message punctuation according to style guide
Peter Eisentraut
2015-10-01
*
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
*
Don't dump core when destroying an unused ParallelContext.
Robert Haas
2015-09-30
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
Fix "sesssion" typo
Alvaro Herrera
2015-09-28
*
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
*
Rework the way multixact truncations work.
Andres Freund
2015-09-26
*
Add missing serial comma
Peter Eisentraut
2015-09-18
*
Improve log messages related to tablespace_map file
Fujii Masao
2015-09-15
*
Add missing ReleaseBuffer call in BRIN revmap code
Alvaro Herrera
2015-09-11
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-07
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Fix brin index summarizing while vacuuming.
Tatsuo Ishii
2015-09-05
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
Document that max_worker_processes must be high enough in standby.
Fujii Masao
2015-09-03
*
Do not allow *timestamp to be passed as NULL
Alvaro Herrera
2015-08-21
*
Fix unitialized variables
Alvaro Herrera
2015-08-13
*
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-12
*
Address points made in post-commit review of replication origins.
Andres Freund
2015-08-07
*
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
*
Make recovery rename tablespace_map to *.old if backup_label is not present.
Fujii Masao
2015-08-03
*
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
*
Fix race condition that lead to WALInsertLock deadlock with commit_delay.
Heikki Linnakangas
2015-08-02
*
Fix issues around the "variable" support in the lwlock infrastructure.
Andres Freund
2015-08-02
*
Fix broken assertion in BRIN code
Alvaro Herrera
2015-07-30
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
Another attempt at fixing memory leak in xlogreader.
Heikki Linnakangas
2015-07-28
*
Don't assume that PageIsEmpty() returns true on an all-zeros page.
Heikki Linnakangas
2015-07-27
*
Fix memory leak in xlogreader facility.
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
*
Avoid calling PageGetSpecialPointer() on an all-zeros page.
Heikki Linnakangas
2015-07-27
*
Dodge portability issue (apparent compiler bug) in new tablesample code.
Tom Lane
2015-07-25
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-07-23
*
Fix some oversights in BRIN patch.
Tom Lane
2015-07-21
*
Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.
Heikki Linnakangas
2015-07-20
*
Improve BRIN documentation somewhat
Alvaro Herrera
2015-07-20
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
*
Make XLogFileCopy() look the same as in 9.4.
Fujii Masao
2015-07-01
*
Remove useless check for NULL subexpression.
Tom Lane
2015-06-30
*
Don't call PageGetSpecialPointer() on page until it's been initialized.
Heikki Linnakangas
2015-06-30
*
Initialize GIN metapage correctly when replaying metapage-update WAL record.
Heikki Linnakangas
2015-06-30
*
Also trigger restartpoints based on max_wal_size on standby.
Heikki Linnakangas
2015-06-29
*
Promote the assertion that XLogBeginInsert() is not called twice into ERROR.
Heikki Linnakangas
2015-06-28
*
Fix double-XLogBeginInsert call in GIN page splits.
Heikki Linnakangas
2015-06-28
*
Avoid hot standby cancels from VAC FREEZE
Simon Riggs
2015-06-27
[next]