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
/
replication
/
basebackup.c
Age
Commit message (
Expand
)
Author
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-12
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-03-13
Rename pg_verify_checksums to pg_checksums
Michael Paquier
2019-03-09
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-30
Fix various checksum check problems for pg_verify_checksums and base backups
Michael Paquier
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-10-15
Correct constness of a few variables.
Andres Freund
2018-09-04
Improve some error message strings and errcodes
Michael Paquier
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-05-01
Fix some assorted compiler warnings on Windows.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-15
Don't attempt to verify checksums on new pages
Magnus Hagander
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-04-05
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-03
Properly use INT64_FORMAT in output
Magnus Hagander
2018-04-03
Fix for checksum validation patch
Magnus Hagander
2018-04-03
Validate page level checksums in base backups
Magnus Hagander
2018-03-29
Make pg_rewind skip files and directories that are removed during server start.
Fujii Masao
2018-03-27
Skip temp tables from basebackup.
Teodor Sigaev
2018-03-25
Fix unsafe extraction of the OID part of a relation filename.
Tom Lane
2018-03-23
Exclude unlogged tables from base backups
Teodor Sigaev
2018-02-16
Remove some inappropriate #includes.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-19
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-04
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-07
Exclude pg_internal.init from BASE_BACKUP
Simon Riggs
2017-10-11
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-09-19
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-05
Correct base backup throttling
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-17
Fix new warnings from GCC 7
Peter Eisentraut
2017-03-03
Add pg_current_logfile() function.
Robert Haas
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-19
Fix base backup rate limiting in presence of slow i/o
Magnus Hagander
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-09-28
Exclude additional directories in pg_basebackup
Peter Eisentraut
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-05
Implement backup API functions for non-exclusive backups
Magnus Hagander
[next]