index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
slot.c
Commit message (
Expand
)
Author
Age
*
Fix comment in slot.c.
Amit Kapila
2020-05-18
*
Save errno across LWLockRelease() calls
Peter Eisentraut
2020-04-05
*
Drop slot's LWLock before returning from SaveSlotToPath()
Peter Eisentraut
2020-03-26
*
Fix copy-paste error in errhint() introduced in 691d79a07933.
Andres Freund
2018-11-05
*
Fix error message typo introduced 691d79a07933.
Andres Freund
2018-11-01
*
Disallow starting server with insufficient wal_level for existing slot.
Andres Freund
2018-10-31
*
Fix initial sync of slot parent directory when restoring status
Michael Paquier
2018-09-02
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Allow replication slots to be dropped in single-user mode
Alvaro Herrera
2018-07-06
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Fix oversight from 9e149c8 with spin-lock handling
Michael Paquier
2018-06-12
*
Fix and document lock handling for in-memory replication slot data
Michael Paquier
2018-06-10
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-08-08
*
Fix race conditions in replication slot operations
Alvaro Herrera
2017-07-25
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Remove replication slot name check from ReplicationSlotAcquire()
Peter Eisentraut
2017-06-02
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Code review for recent slot.c changes.
Andres Freund
2017-04-05
*
Cleanup slots during drop database
Simon Riggs
2017-03-28
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
*
Add support for temporary replication slots
Peter Eisentraut
2016-12-12
*
Properly re-initialize replication slot shared memory upon creation.
Andres Freund
2016-08-17
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix error message from wal_level value renaming
Peter Eisentraut
2016-04-04
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
*
Improve error message about active replication slot
Peter Eisentraut
2016-02-17
*
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-12
*
Fix typo in comment.
Robert Haas
2016-02-05
*
Migrate replication slot I/O locks into a separate tranche.
Robert Haas
2016-01-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Remove more volatile qualifiers.
Robert Haas
2015-10-06
*
Improve errhint() about replication slot naming restrictions.
Andres Freund
2015-10-03
*
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-11
*
Fix typo
Peter Eisentraut
2015-06-10
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
[next]