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
/
transam
Commit message (
Expand
)
Author
Age
*
Transfer current command counter ID to parallel workers.
Robert Haas
2015-10-16
*
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-16
*
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
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Fix misc typos.
Heikki Linnakangas
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
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
*
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
*
Make recovery rename tablespace_map to *.old if backup_label is not present.
Fujii Masao
2015-08-03
*
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
*
Another attempt at fixing memory leak in xlogreader.
Heikki Linnakangas
2015-07-28
*
Fix memory leak in xlogreader facility.
Heikki Linnakangas
2015-07-27
*
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-07-23
*
Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.
Heikki Linnakangas
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
*
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
*
Be more conservative about removing tablespace "symlinks".
Robert Haas
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
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix incorrect snprintf() limit.
Tom Lane
2015-05-23
*
At promotion, don't leave behind a partial segment on the old timeline.
Heikki Linnakangas
2015-05-22
*
Make recovery_target_action = pause work.
Fujii Masao
2015-05-21
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix spelling in comment
Simon Riggs
2015-05-19
*
Fix typos in comments
Magnus Hagander
2015-05-17
*
Fix whitespace
Peter Eisentraut
2015-05-16
*
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
[next]