index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_rewind
/
filemap.c
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-03-28
pg_rewind: Improve internationalization
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-08-03
Fix pg_rewind when pg_xlog is a symlink.
Heikki Linnakangas
2015-06-30
Merge from upstream master branch of PostgreSQL repository
Pavan Deolasee
2015-06-23
pg_rewind: Improve message wording
Peter Eisentraut
2015-06-15
Define new routines for obtaining relation and tablespace path on the client
Pavan Deolasee
2015-06-11
Fix some issues in pg_rewind.
Fujii Masao
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-04-15
Minor cleanup of pg_rewind.
Heikki Linnakangas
2015-03-30
Fix multiple bugs and infelicities in pg_rewind.
Tom Lane
2015-03-23
Add pg_rewind, for re-synchronizing a master server after failback.
Heikki Linnakangas