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
/
xlog.c
Commit message (
Expand
)
Author
Age
...
*
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-16
*
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
*
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-12
*
Shift the responsibility for emitting "database system is shut down".
Tom Lane
2016-02-11
*
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
*
Add more chattiness in server shutdown.
Tom Lane
2016-02-09
*
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
*
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-20
*
Maintain local LogwrtResult consistently
Simon Riggs
2016-01-12
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Provide a way to predefine LWLock tranche IDs.
Robert Haas
2015-12-15
*
Fix commit timestamp initialization
Alvaro Herrera
2015-12-11
*
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-12-03
*
Message improvements
Peter Eisentraut
2015-11-16
*
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
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
*
Document that max_worker_processes must be high enough in standby.
Fujii Masao
2015-09-03
*
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
*
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
*
Be more conservative about removing tablespace "symlinks".
Robert Haas
2015-06-26
*
Add missing check for wal_debug GUC.
Andres Freund
2015-06-21
*
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
*
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
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix spelling in comment
Simon Riggs
2015-05-19
*
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
*
At promotion, archive last segment from old timeline with .partial suffix.
Heikki Linnakangas
2015-05-08
*
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
*
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Fix logic to skip checkpoint if no records have been inserted.
Heikki Linnakangas
2015-04-15
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
[prev]
[next]