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
/
slot.c
Age
Commit message (
Expand
)
Author
2016-04-05
Fix error message from wal_level value renaming
Peter Eisentraut
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-10
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-02-18
Improve error message about active replication slot
Peter Eisentraut
2016-02-12
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-05
Fix typo in comment.
Robert Haas
2016-01-29
Migrate replication slot I/O locks into a separate tranche.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-06
Remove more volatile qualifiers.
Robert Haas
2015-10-03
Improve errhint() about replication slot naming restrictions.
Andres Freund
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-06-11
Fix typo
Peter Eisentraut
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-04-27
Use a fd opened for read/write when syncing slots during startup.
Andres Freund
2015-04-21
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-02
Correct comment to use RS_EPHEMERAL
Simon Riggs
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-03
Add pg_string_endswith as the start of a string helper library in src/common.
Andres Freund
2014-11-12
Fix several weaknesses in slot and logical replication on-disk serialization.
Andres Freund
2014-11-12
Message improvements
Peter Eisentraut
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-07-24
Properly remove ephemeral replication slots after a crash restart.
Andres Freund
2014-06-12
Consistency improvements for slot and decoding code.
Andres Freund
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-07
fix ReplicationSlotsCountDBSlots for dropping unrelated databases
Bruce Momjian
2014-03-03
Introduce logical decoding.
Robert Haas
2014-02-02
Fix typos in docs and comments.
Fujii Masao
2014-02-01
Introduce replication slots.
Robert Haas