index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2016-02-05
Fix typo in comment.
Robert Haas
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-01
Fix typos in comments
Magnus Hagander
2016-01-29
Migrate replication slot I/O locks into a separate tranche.
Robert Haas
2016-01-21
Refactor to create generic WAL page read callback
Simon Riggs
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-07
pgstat: add WAL receiver status view & SRF
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-18
Remove duplicate word.
Robert Haas
2015-12-18
Fix copy-and-paste error in logical decoding callback.
Robert Haas
2015-12-13
Consistently set all fields in pg_stat_replication to null instead of 0
Magnus Hagander
2015-12-13
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-11-22
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-08
Set replication origin when decoding commit records.
Andres Freund
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-27
Measure string lengths only once
Alvaro Herrera
2015-10-06
Remove more volatile qualifiers.
Robert Haas
2015-10-03
Improve errhint() about replication slot naming restrictions.
Andres Freund
2015-09-28
Fix "sesssion" typo
Alvaro Herrera
2015-09-06
Add ability to reserve WAL upon slot creation via replication protocol.
Andres Freund
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-12
Remove duplicated assignment in pg_create_physical_replication_slot.
Andres Freund
2015-08-11
Don't include rel.h when relcache.h is sufficient
Alvaro Herrera
2015-08-11
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
Introduce macros determining if a replication slot is physical or logical.
Andres Freund
2015-08-11
Minor cleanups in slot related code.
Andres Freund
2015-08-10
Add confirmed_flush column to pg_replication_slots.
Andres Freund
2015-08-10
Fix copy & paste mistake in pg_get_replication_slots().
Andres Freund
2015-08-07
Address points made in post-commit review of replication origins.
Andres Freund
2015-08-05
Fix debug message output when connecting to a logical slot.
Andres Freund
2015-07-07
Fix logical decoding bug leading to inefficient reopening of files.
Andres Freund
2015-06-11
Fix typo
Peter Eisentraut
2015-05-28
Fix assorted inconsistencies in our calls of readlink().
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-17
Fix typos in comments
Magnus Hagander
2015-05-15
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-12
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-08
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-05
Fix typos
Peter Eisentraut
2015-05-01
Copy editing of the replication origins patch.
Andres Freund
2015-04-29
Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Andres Freund
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-27
Use a fd opened for read/write when syncing slots during startup.
Andres Freund
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-21
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-16
Fix assertion failure in logical decoding.
Heikki Linnakangas
[next]