summaryrefslogtreecommitdiff
path: root/src/backend/replication/slot.c
Commit message (Expand)AuthorAgeFilesLines
* Fix comment in slot.c.Amit Kapila2020-05-181-1/+1
* Save errno across LWLockRelease() callsPeter Eisentraut2020-04-051-1/+8
* Drop slot's LWLock before returning from SaveSlotToPath()Peter Eisentraut2020-03-261-0/+9
* Fix copy-paste error in errhint() introduced in 691d79a07933.Andres Freund2018-11-051-1/+1
* Fix error message typo introduced 691d79a07933.Andres Freund2018-11-011-2/+2
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-311-0/+30
* Fix initial sync of slot parent directory when restoring statusMichael Paquier2018-09-021-7/+7
* Reset properly errno before calling write()Michael Paquier2018-08-051-0/+1
* Allow replication slots to be dropped in single-user modeAlvaro Herrera2018-07-061-10/+18
* Address set of issues with errno handlingMichael Paquier2018-06-251-1/+6
* Final pgindent + perltidy run for v10.Tom Lane2017-08-141-3/+3
* Fix inadequacies in recently added wait eventsAlvaro Herrera2017-08-081-1/+2
* Fix race conditions in replication slot operationsAlvaro Herrera2017-07-251-31/+91
* Phase 3 of pgindent updates.Tom Lane2017-06-211-6/+6
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Remove replication slot name check from ReplicationSlotAcquire()Peter Eisentraut2017-06-021-2/+0
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-4/+4
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-271-4/+21
* Fix new warnings from GCC 7Peter Eisentraut2017-04-171-3/+3
* Code review for recent slot.c changes.Andres Freund2017-04-051-26/+22
* Cleanup slots during drop databaseSimon Riggs2017-03-281-0/+88
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-181-0/+13
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-161-7/+1
* Add support for temporary replication slotsPeter Eisentraut2016-12-121-13/+56
* Properly re-initialize replication slot shared memory upon creation.Andres Freund2016-08-171-4/+14
* pgindent run for 9.6Robert Haas2016-06-091-7/+8
* Fix error message from wal_level value renamingPeter Eisentraut2016-04-041-1/+1
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-181-1/+1
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-091-1/+1
* Improve error message about active replication slotPeter Eisentraut2016-02-171-1/+1
* Make builtin lwlock tranche names consistent.Robert Haas2016-02-121-1/+1
* Fix typo in comment.Robert Haas2016-02-051-1/+1
* Migrate replication slot I/O locks into a separate tranche.Robert Haas2016-01-291-3/+11
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Message style improvementsPeter Eisentraut2015-10-281-3/+3
* Remove more volatile qualifiers.Robert Haas2015-10-061-66/+34
* Improve errhint() about replication slot naming restrictions.Andres Freund2015-10-031-1/+1
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-111-0/+71
* Introduce macros determining if a replication slot is physical or logical.Andres Freund2015-08-111-3/+3
* Minor cleanups in slot related code.Andres Freund2015-08-111-2/+2
* Fix typoPeter Eisentraut2015-06-101-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-3/+3
* Fix more typos in comments.Heikki Linnakangas2015-05-201-1/+1
* Collection of typo fixes.Heikki Linnakangas2015-05-201-2/+2
* Use a fd opened for read/write when syncing slots during startup.Andres Freund2015-04-281-1/+1
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-211-14/+16
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-141-2/+2
* Correct comment to use RS_EPHEMERALSimon Riggs2015-04-021-1/+1
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-241-2/+1