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
*
Do not allow *timestamp to be passed as NULL
Alvaro Herrera
2015-08-21
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
*
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
*
Reduce ProcArrayLock contention by removing backends in batches.
Robert Haas
2015-08-06
*
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
*
Remove obsolete heap_formtuple/modifytuple/deformtuple functions.
Heikki Linnakangas
2015-07-02
*
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
*
Fix BRIN xlog replay
Alvaro Herrera
2015-06-26
*
Be more conservative about removing tablespace "symlinks".
Robert Haas
2015-06-26
*
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
*
Fix typos
Alvaro Herrera
2015-06-08
*
Refactor WAL segment copying code.
Fujii Masao
2015-06-09
*
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
*
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-28
*
Fix valgrind's "unaddressable bytes" whining about BRIN code.
Tom Lane
2015-05-25
*
Update README.tuplock
Alvaro Herrera
2015-05-25
*
Manual cleanup of pgindent results.
Tom Lane
2015-05-24
[next]