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
2019-04-04
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-03
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-02
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-03-29
Warn more strongly about the dangers of exclusive backup mode.
Robert Haas
2019-03-28
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-18
Refactor more code logic to update the control file
Michael Paquier
2019-03-16
Avoid casting away a const
Peter Eisentraut
2019-03-11
Adjust error message for partial writes in WAL segments
Michael Paquier
2019-03-09
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-06
Removed unused variable, openLogOff.
Robert Haas
2019-02-12
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-01
Adjust comment about timeout when waiting for WAL at recovery
Michael Paquier
2019-01-13
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
Improve comments and logs in do_pg_stop/start_backup
Michael Paquier
2018-12-30
Change "checkpoint starting" message to use "wal"
Peter Eisentraut
2018-12-26
Fix failure to check for open() or fsync() failures.
Tom Lane
2018-11-25
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-19
Remove unnecessary memcpy when reading WAL record fitting on page
Michael Paquier
2018-11-07
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-10-31
Fix typo in xlog.c.
Andres Freund
2018-10-25
Add pg_promote function
Michael Paquier
2018-09-28
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-26
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-19
Fix minor error message style guide violation.
Tom Lane
2018-09-13
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-31
Ensure correct minimum consistent point on standbys
Michael Paquier
2018-07-24
Fix calculation for WAL segment recycling and removal
Michael Paquier
2018-07-23
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-23
Make more consistent some error messages for file-related operations
Michael Paquier
2018-07-18
Use a ResourceOwner to track buffer pins in all cases.
Tom Lane
2018-07-18
Rework error messages around file handling
Michael Paquier
2018-07-13
Clean up temporary WAL segments after an instance crash
Michael Paquier
2018-07-09
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
Rework order of end-of-recovery actions to delay timeline history write
Michael Paquier
2018-07-05
Prevent references to invalid relation pages after fresh promotion
Michael Paquier
2018-07-02
Add wait event for fsync of WAL segments
Michael Paquier
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-05-18
Fix error message on short read of pg_control
Magnus Hagander
2018-05-17
Message wording and pluralization improvements
Peter Eisentraut
2018-05-05
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-11
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
[next]