aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/slot.c
Commit message (Expand)AuthorAge
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-05
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund2022-04-06
* Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.Andres Freund2022-03-27
* Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6.Andres Freund2022-02-26
* Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-25
* Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund2022-02-22
* Move replication slot release to before_shmem_exit().Andres Freund2022-02-14
* Update copyright for 2022Bruce Momjian2022-01-07
* Rename SnapBuild* macros in slot.c.Amit Kapila2021-11-24
* Restore lock level to set vacuum flagsAlvaro Herrera2021-11-11
* Remove code duplication for permission checks with replication slotsMichael Paquier2021-09-14
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Fix logic bug in 1632ea43682fAlvaro Herrera2021-06-14
* Return ReplicationSlotAcquire API to its original formAlvaro Herrera2021-06-11
* Fix race condition in invalidating obsolete replication slotsAlvaro Herrera2021-06-11
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* Use NameData datatype for slotname in stats.Amit Kapila2021-04-14
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-03
* Simplify printing of LSNsPeter Eisentraut2021-02-23
* Update copyright for 2021Bruce Momjian2021-01-02
* Relax lock level for setting PGPROC->statusFlagsAlvaro Herrera2020-11-18
* Rename PGPROC->vacuumFlags to statusFlagsAlvaro Herrera2020-11-16
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-29
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.Andres Freund2020-08-14
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Persist slot invalidation correctlyAlvaro Herrera2020-06-26
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Fix issues in invalidation of obsolete replication slots.Fujii Masao2020-06-19
* Don't call palloc() while holding a spinlock, either.Tom Lane2020-06-03
* Fix comment in slot.c.Amit Kapila2020-05-18
* Rename assorted LWLock tranches.Tom Lane2020-05-15
* Collect built-in LWLock tranche names statically, not dynamically.Tom Lane2020-05-14
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Save errno across LWLockRelease() callsPeter Eisentraut2020-04-05
* Drop slot's LWLock before returning from SaveSlotToPath()Peter Eisentraut2020-03-26
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Use a fd opened for read/write when syncing slots during startup, take 2.Andres Freund2019-10-04
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Fix thinko introduced by 82a5649 in slot.cMichael Paquier2019-04-17
* Simplify some ERROR paths clearing wait events and transient filesMichael Paquier2019-04-17
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09