aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/slot.c
Commit message (Expand)AuthorAge
* Fix comment in slot.c.Amit Kapila2020-05-18
* Save errno across LWLockRelease() callsPeter Eisentraut2020-04-05
* Drop slot's LWLock before returning from SaveSlotToPath()Peter Eisentraut2020-03-26
* Fix copy-paste error in errhint() introduced in 691d79a07933.Andres Freund2018-11-05
* Fix error message typo introduced 691d79a07933.Andres Freund2018-11-01
* Disallow starting server with insufficient wal_level for existing slot.Andres Freund2018-10-31
* Fix initial sync of slot parent directory when restoring statusMichael Paquier2018-09-02
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Allow replication slots to be dropped in single-user modeAlvaro Herrera2018-07-06
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix oversight from 9e149c8 with spin-lock handlingMichael Paquier2018-06-12
* Fix and document lock handling for in-memory replication slot dataMichael Paquier2018-06-10
* Refactor dir/file permissionsStephen Frost2018-04-07
* Update copyright for 2018Bruce Momjian2018-01-02
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Fix inadequacies in recently added wait eventsAlvaro Herrera2017-08-08
* Fix race conditions in replication slot operationsAlvaro Herrera2017-07-25
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Remove replication slot name check from ReplicationSlotAcquire()Peter Eisentraut2017-06-02
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-27
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Code review for recent slot.c changes.Andres Freund2017-04-05
* Cleanup slots during drop databaseSimon Riggs2017-03-28
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-16
* Add support for temporary replication slotsPeter Eisentraut2016-12-12
* Properly re-initialize replication slot shared memory upon creation.Andres Freund2016-08-17
* pgindent run for 9.6Robert Haas2016-06-09
* Fix error message from wal_level value renamingPeter Eisentraut2016-04-04
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09
* Improve error message about active replication slotPeter Eisentraut2016-02-17
* Make builtin lwlock tranche names consistent.Robert Haas2016-02-12
* Fix typo in comment.Robert Haas2016-02-05
* Migrate replication slot I/O locks into a separate tranche.Robert Haas2016-01-29
* Update copyright for 2016Bruce Momjian2016-01-02
* Message style improvementsPeter Eisentraut2015-10-28
* Remove more volatile qualifiers.Robert Haas2015-10-06
* Improve errhint() about replication slot naming restrictions.Andres Freund2015-10-03
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-11
* Introduce macros determining if a replication slot is physical or logical.Andres Freund2015-08-11
* Minor cleanups in slot related code.Andres Freund2015-08-11
* Fix typoPeter Eisentraut2015-06-10
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20