index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xlog.c
Age
Commit message (
Expand
)
Author
2015-11-16
Message improvements
Peter Eisentraut
2015-10-01
Fix commit_ts for standby
Alvaro Herrera
2015-09-29
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-26
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
Rework the way multixact truncations work.
Andres Freund
2015-09-18
Add missing serial comma
Peter Eisentraut
2015-09-15
Improve log messages related to tablespace_map file
Fujii Masao
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-03
Document that max_worker_processes must be high enough in standby.
Fujii Masao
2015-08-03
Make recovery rename tablespace_map to *.old if backup_label is not present.
Fujii Masao
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-07-02
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-01
Make XLogFileCopy() look the same as in 9.4.
Fujii Masao
2015-06-29
Also trigger restartpoints based on max_wal_size on standby.
Heikki Linnakangas
2015-06-26
Be more conservative about removing tablespace "symlinks".
Robert Haas
2015-06-21
Add missing check for wal_debug GUC.
Andres Freund
2015-06-08
Fix typos
Alvaro Herrera
2015-06-09
Refactor WAL segment copying code.
Fujii Masao
2015-06-08
Allow HotStandbyActiveInReplay() to be called in single user mode.
Andres Freund
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-23
Fix incorrect snprintf() limit.
Tom Lane
2015-05-22
At promotion, don't leave behind a partial segment on the old timeline.
Heikki Linnakangas
2015-05-21
Make recovery_target_action = pause work.
Fujii Masao
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-19
Fix spelling in comment
Simon Riggs
2015-05-15
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-12
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-08
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-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-15
Fix logic to skip checkpoint if no records have been inserted.
Heikki Linnakangas
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-13
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-04-03
Fix error handling of XLogReaderAllocate in case of OOM
Fujii Masao
2015-04-02
Define integer limits independently from the system definitions.
Andres Freund
2015-03-25
Centralize definition of integer limits.
Andres Freund
2015-03-23
Don't delay replication for less than recovery_min_apply_delay's resolution.
Andres Freund
2015-03-23
Fix copy & paste error in 4f1b890b137.
Andres Freund
2015-03-15
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-15
Remove pause_at_recovery_target recovery.conf setting.
Andres Freund
2015-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-09
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-02-23
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-01-15
Fix thinko in re-setting wal_log_hints flag from a parameter-change record.
Heikki Linnakangas
[next]