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
/
libpqwalreceiver
/
libpqwalreceiver.c
Age
Commit message (
Expand
)
Author
2017-08-08
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-06-30
Check for error during PQendcopy.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-15
Fix low-probability leaks of PGresult objects in the backend.
Tom Lane
2017-06-08
Again report a useful error message when walreceiver's connection closes.
Andres Freund
2017-06-06
Clean up latch related code.
Andres Freund
2017-06-05
Fix typo in error message.
Heikki Linnakangas
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-24
Handle empty result set in libpqrcv_exec
Peter Eisentraut
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-15
Rewrite async-connection loop in libpqwalreceiver.c, once again.
Tom Lane
2017-03-14
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-06
Reorder the asynchronous libpq calls for replication connection
Peter Eisentraut
2017-03-03
Use asynchronous connect API in libpqwalreceiver
Peter Eisentraut
2017-02-27
chomp PQerrorMessage() in backend uses
Peter Eisentraut
2017-02-23
Fix logical replication with different encodings
Peter Eisentraut
2017-01-23
Fix memory leaks in libpqwalreceiver
Peter Eisentraut
2017-01-20
Logical replication
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
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-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-06-29
Add conninfo to pg_stat_wal_receiver
Alvaro Herrera
2016-04-14
Adjust signature of walrcv_receive hook.
Tom Lane
2016-03-30
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-09
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-02-12
Fix missing PQclear() in libpqrcv_endstreaming().
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-25
Allow using connection URI in primary_conninfo.
Heikki Linnakangas
2014-08-19
Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
Fujii Masao
2014-08-19
Fix bug in checking of IDENTIFY_SYSTEM result.
Fujii Masao
2014-05-15
Misc message style and doc fixes.
Heikki Linnakangas
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-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-03
Use a longer buffer in libpqrcv_startstreaming.
Robert Haas
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-08
Fix walsender failure at promotion.
Heikki Linnakangas
2013-01-18
Now that START_REPLICATION returns the next timeline's ID after reaching end
Heikki Linnakangas
2013-01-17
I added a result set to START_STREAMING command, but neglected walreceiver.
Heikki Linnakangas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-06-24
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-02-06
IDENTIFY_SYSTEM now returns 3 fields, not 2
Magnus Hagander
[next]