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
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2015-04-27
Fix compilation issues post 9.4 merge.
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-04-15
Skip an assertion which is known to give false positives in Postgres.
Pavan Deolasee
2014-06-05
Fix off-by-one in decoding causing one-record events to be skipped.
Andres Freund
2014-05-28
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
Don't pay heed to wal_sender_timeout while creating a decoding slot.
Andres Freund
2014-05-28
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
Ensure cleanup in case of early errors in streaming base backups
Magnus Hagander
2014-05-23
Fix misc typos in comments.
Heikki Linnakangas
2014-05-22
Fix typos in comments.
Fujii Masao
2014-05-17
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-17
Fix unaligned accesses in DecodeUpdate().
Tom Lane
2014-05-16
Fix thinko in logical decoding of commit-prepared records.
Heikki Linnakangas
2014-05-15
Misc message style and doc fixes.
Heikki Linnakangas
2014-05-09
Code review for logical decoding patch.
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-06
Fix use of free in walsender error handling after a sysid mismatch.
Heikki Linnakangas
2014-05-05
Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.
Heikki Linnakangas
2014-05-05
Use Size instead of uint32 to store result of sizeof()
Heikki Linnakangas
2014-04-30
Improve error messages in reorderbuffer.c.
Tom Lane
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-04-09
Fix a few more misc typos in comments.
Heikki Linnakangas
2014-04-09
Fix misc typos in comments.
Heikki Linnakangas
2014-04-04
Fix bogus time printout in walreceiver's debug log messages.
Tom Lane
2014-03-31
Fix thinko in logical decoding code.
Robert Haas
2014-03-19
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-17
Fix typos in comments.
Fujii Masao
2014-03-17
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
Fujii Masao
2014-03-12
Comment fixes related to logical decoding.
Robert Haas
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-07
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-07
fix ReplicationSlotsCountDBSlots for dropping unrelated databases
Bruce Momjian
2014-03-06
Send keepalives from walsender even when busy sending WAL.
Heikki Linnakangas
2014-03-05
Fix some typos introduced by the logical decoding patch.
Robert Haas
2014-03-04
Minor corrections to logical decoding patch.
Robert Haas
2014-03-04
Error out on send failure in walsender loop.
Heikki Linnakangas
2014-03-03
Introduce logical decoding.
Robert Haas
2014-03-03
Use a longer buffer in libpqrcv_startstreaming.
Robert Haas
2014-03-03
Corrections to replication slots code and documentation.
Robert Haas
2014-03-03
Another round of Coverity fixes
Stephen Frost
2014-02-27
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-25
pg_basebackup: Skip only the *contents* of pg_replslot.
Robert Haas
2014-02-24
Use pg_lsn data type in pg_stat_replication, too.
Robert Haas
2014-02-19
Switch various builtin functions to use pg_lsn instead of text.
Robert Haas
2014-02-03
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-02-02
Clean up some sloppy coding in repl_gram.y.
Tom Lane
2014-02-02
Fix typos in docs and comments.
Fujii Masao
2014-02-01
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-27
Change the suffix of auto conf temporary file from "temp" to "tmp".
Fujii Masao
[next]