index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
slot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comment in slot.c.
Amit Kapila
2020-05-18
1
-1
/
+1
*
Save errno across LWLockRelease() calls
Peter Eisentraut
2020-04-05
1
-1
/
+8
*
Drop slot's LWLock before returning from SaveSlotToPath()
Peter Eisentraut
2020-03-26
1
-0
/
+9
*
Fix copy-paste error in errhint() introduced in 691d79a07933.
Andres Freund
2018-11-05
1
-1
/
+1
*
Fix error message typo introduced 691d79a07933.
Andres Freund
2018-11-01
1
-2
/
+2
*
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-31
1
-0
/
+30
*
Fix initial sync of slot parent directory when restoring status
Michael Paquier
2018-09-02
1
-7
/
+7
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
1
-0
/
+1
*
Allow replication slots to be dropped in single-user mode
Alvaro Herrera
2018-07-06
1
-10
/
+18
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
1
-1
/
+6
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
1
-3
/
+3
*
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-08-08
1
-1
/
+2
*
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-25
1
-31
/
+91
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-6
/
+6
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Remove replication slot name check from ReplicationSlotAcquire()
Peter Eisentraut
2017-06-02
1
-2
/
+0
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-4
/
+4
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
1
-4
/
+21
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
1
-3
/
+3
*
Code review for recent slot.c changes.
Andres Freund
2017-04-05
1
-26
/
+22
*
Cleanup slots during drop database
Simon Riggs
2017-03-28
1
-0
/
+88
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
1
-0
/
+13
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
1
-7
/
+1
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
1
-13
/
+56
*
Properly re-initialize replication slot shared memory upon creation.
Andres Freund
2016-08-17
1
-4
/
+14
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-7
/
+8
*
Fix error message from wal_level value renaming
Peter Eisentraut
2016-04-04
1
-1
/
+1
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
1
-1
/
+1
*
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
1
-1
/
+1
*
Improve error message about active replication slot
Peter Eisentraut
2016-02-17
1
-1
/
+1
*
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-12
1
-1
/
+1
*
Fix typo in comment.
Robert Haas
2016-02-05
1
-1
/
+1
*
Migrate replication slot I/O locks into a separate tranche.
Robert Haas
2016-01-29
1
-3
/
+11
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Message style improvements
Peter Eisentraut
2015-10-28
1
-3
/
+3
*
Remove more volatile qualifiers.
Robert Haas
2015-10-06
1
-66
/
+34
*
Improve errhint() about replication slot naming restrictions.
Andres Freund
2015-10-03
1
-1
/
+1
*
Allow pg_create_physical_replication_slot() to reserve WAL.
Andres Freund
2015-08-11
1
-0
/
+71
*
Introduce macros determining if a replication slot is physical or logical.
Andres Freund
2015-08-11
1
-3
/
+3
*
Minor cleanups in slot related code.
Andres Freund
2015-08-11
1
-2
/
+2
*
Fix typo
Peter Eisentraut
2015-06-10
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-3
/
+3
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-2
/
+2
*
Use a fd opened for read/write when syncing slots during startup.
Andres Freund
2015-04-28
1
-1
/
+1
*
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-21
1
-14
/
+16
*
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-14
1
-2
/
+2
*
Correct comment to use RS_EPHEMERAL
Simon Riggs
2015-04-02
1
-1
/
+1
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
1
-2
/
+1
[next]