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
2017-03-14
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
Spelling fixes
Peter Eisentraut
2017-03-13
Fix typo in comment
Magnus Hagander
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-10
Reduce log verbosity of startup/shutdown for launcher subprocesses.
Tom Lane
2017-03-08
Prevent logical rep workers with removed subscriptions from starting.
Fujii Masao
2017-03-07
Ensure ThisTimeLineID is valid before START_REPLICATION
Simon Riggs
2017-03-06
Reorder the asynchronous libpq calls for replication connection
Peter Eisentraut
2017-03-03
Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs
Peter Eisentraut
2017-03-03
Fix after trigger execution in logical replication
Peter Eisentraut
2017-03-03
Use asynchronous connect API in libpqwalreceiver
Peter Eisentraut
2017-03-03
Add pg_current_logfile() function.
Robert Haas
2017-02-27
chomp PQerrorMessage() in backend uses
Peter Eisentraut
2017-02-27
Use the new "Slab" context for some allocations in reorderbuffer.h.
Andres Freund
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-02-23
Fix logical replication with different encodings
Peter Eisentraut
2017-02-21
Make walsender always initialize the buffers.
Fujii Masao
2017-02-21
Remove confusing comment about unsupported feature.
Fujii Masao
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-06
Fix typo in variable name.
Heikki Linnakangas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-01
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
Refactor other replication commands to use DestRemoteSimple.
Robert Haas
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-26
Reset hot standby xmin on master after restart
Simon Riggs
2017-01-25
Update copyright years in some recently added files
Peter Eisentraut
2017-01-24
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
Be sure to release the lock on failure to launch logical replication worker.
Fujii Masao
2017-01-23
Fix NULL pointer access in logical replication workers
Peter Eisentraut
2017-01-23
Fix memory leaks in libpqwalreceiver
Peter Eisentraut
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
Try to fix non-MSVC Windows builds in the wake of logical replication.
Tom Lane
2017-01-20
Logical replication
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-23
Remove unnecessary casts of makeNode() result
Peter Eisentraut
2016-12-22
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-19
Support quorum-based synchronous replication.
Fujii Masao
2016-12-19
Fix base backup rate limiting in presence of slow i/o
Magnus Hagander
2016-12-17
Fix typos in comments
Magnus Hagander
2016-12-16
Ensure that num_sync is greater than zero in synchronous_standby_names.
Fujii Masao
2016-12-16
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-12
Add support for temporary replication slots
Peter Eisentraut
2016-12-02
Fix outdated comments
Alvaro Herrera
2016-12-02
Refactor libpqwalreceiver
Peter Eisentraut
2016-12-02
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-11-22
Support condition variables.
Robert Haas
2016-10-26
Fix typos in comments.
Heikki Linnakangas
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-08
libpqwalreceiver needs to link with libintl when using --enable-nls.
Tom Lane
[next]