Age | Commit message (Expand) | Author |
2023-09-14 | Flush logical slots to disk during a shutdown checkpoint if required. | Amit Kapila |
2023-08-24 | Fix lack of message pluralization | Peter Eisentraut |
2023-06-23 | Error message refactoring | Peter Eisentraut |
2023-04-12 | Improve error messages introduced in be87200efd9 and 0fdab27ad68 | Andres Freund |
2023-04-08 | Allow logical decoding on standbys | Andres Freund |
2023-04-08 | Handle logical slot conflicts on standby | Andres Freund |
2023-04-08 | Support invalidating replication slots due to horizon and wal_level | Andres Freund |
2023-04-08 | Replace replication slot's invalidated_at LSN with an enum | Andres Freund |
2023-03-17 | Improve several permission-related error messages. | Peter Eisentraut |
2023-03-16 | Integrate superuser check into has_rolreplication() | Peter Eisentraut |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-11-22 | Ignore invalidated slots while computing oldest catalog Xmin | Alvaro Herrera |
2022-10-28 | Remove AssertArg and AssertState | Peter Eisentraut |
2022-10-25 | Clean up some GUC declarations and comments | Michael Paquier |
2022-10-08 | pgstat: Prevent stats reset from corrupting slotname by removing slotname | Andres Freund |
2022-09-29 | Improve wording of log messages triggered by max_slot_wal_keep_size. | Tom Lane |
2022-09-20 | Harmonize parameter names in storage and AM code. | Peter Geoghegan |
2022-09-02 | Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat() | Michael Paquier |
2022-07-05 | Revert 019_replslot_limit.pl related debugging aids. | Andres Freund |
2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
2022-04-11 | Fix various typos and spelling mistakes in code comments | David Rowley |
2022-04-07 | pgstat: store statistics in shared memory. | Andres Freund |
2022-04-07 | pgstat: revise replication slot API in preparation for shared memory stats. | Andres Freund |
2022-03-28 | Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages. | Andres Freund |
2022-02-27 | Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6. | Andres Freund |
2022-02-26 | Add further debug info to help debug 019_replslot_limit.pl failures. | Andres Freund |
2022-02-23 | Add temporary debug info to help debug 019_replslot_limit.pl failures. | Andres Freund |
2022-02-15 | Move replication slot release to before_shmem_exit(). | Andres Freund |
2022-01-08 | Update copyright for 2022 | Bruce Momjian |
2021-11-24 | Rename SnapBuild* macros in slot.c. | Amit Kapila |
2021-11-11 | Restore lock level to set vacuum flags | Alvaro Herrera |
2021-09-14 | Remove code duplication for permission checks with replication slots | Michael Paquier |
2021-07-16 | Advance old-segment horizon properly after slot invalidation | Alvaro Herrera |
2021-07-14 | Add support for prepared transactions to built-in logical replication. | Amit Kapila |
2021-06-14 | Fix logic bug in 1632ea43682f | Alvaro Herrera |
2021-06-11 | Return ReplicationSlotAcquire API to its original form | Alvaro Herrera |
2021-06-11 | Fix race condition in invalidating obsolete replication slots | Alvaro Herrera |
2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane |
2021-04-27 | Use HTAB for replication slot statistics. | Amit Kapila |
2021-04-14 | Use NameData datatype for slotname in stats. | Amit Kapila |
2021-03-03 | Add option to enable two_phase commits via pg_create_logical_replication_slot. | Amit Kapila |
2021-02-23 | Simplify printing of LSNs | Peter Eisentraut |
2021-01-02 | Update copyright for 2021 | Bruce Momjian |
2020-11-18 | Relax lock level for setting PGPROC->statusFlags | Alvaro Herrera |
2020-11-16 | Rename PGPROC->vacuumFlags to statusFlags | Alvaro Herrera |
2020-10-29 | Track statistics for streaming of changes from ReorderBuffer. | Amit Kapila |
2020-10-08 | Track statistics for spilling of changes from ReorderBuffer. | Amit Kapila |
2020-08-14 | snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags. | Andres Freund |
2020-08-10 | Replace remaining StrNCpy() by strlcpy() | Peter Eisentraut |
2020-06-27 | Persist slot invalidation correctly | Alvaro Herrera |