Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken links in the Synapse documentation. (#14744) | reivilibre | 2023-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * Fix stale external links * Fix some internal links * Fix URLs without trailing / where needed * Fix more links * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Reapply docs/openid.md fix after conflict Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | ||||
* | docs: Replace old note about Postgres 10+ being required with link to our ↵ | Andrew Morgan | 2022-12-06 | 1 | -1/+2 |
| | | | | deprecation policy (#14590) | ||||
* | Check that `auto_vacuum` is disabled when porting a SQLite database to ↵ | reivilibre | 2022-07-07 | 1 | -0/+8 |
| | | | | Postgres, as `VACUUM`s must not be performed between runs of the script. (#13195) | ||||
* | Refuse to start if DB has an unsafe locale (#12262) | Shay | 2022-03-23 | 1 | -3/+4 |
| | |||||
* | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) | David Robertson | 2022-03-04 | 1 | -4/+4 |
| | |||||
* | Fix documentation of supported PostgreSQL version (#11725) | haslersn | 2022-01-12 | 1 | -1/+1 |
| | | | Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de> | ||||
* | Add a note about huge pages to our Postgres doc (#11467) | Shay | 2021-11-30 | 1 | -0/+3 |
| | | | | | * Add note to postgres doc about hugepages * Newsfragment | ||||
* | Improve code formatting and fix a few typos in docs (#11221) | Sumner Evans | 2021-11-01 | 1 | -18/+32 |
| | | | | | | * Labeled a lot more code blocks with the appropriate type * Fixed a couple of minor typos (missing/extraneous commas) Signed-off-by: Sumner Evans <me@sumnerevans.com> | ||||
* | Fix broken links in INSTALL.md (#10331) | Dirk Klimpel | 2021-07-08 | 1 | -2/+2 |
| | | | Signed-off-by: Dirk Klimpel dirk@klimpel.org | ||||
* | Update postgres docs (#9989) | Richard van der Hoff | 2021-05-14 | 1 | -102/+96 |
| | |||||
* | Update minimum supported version in postgres.md (#9988) | Andrew Morgan | 2021-05-14 | 1 | -1/+1 |
| | |||||
* | Quote pip install with brackets to avoid shell interpretation. (#9151) | Patrick Cloke | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | Add checks for postgres sequence consistency (#8402) | Erik Johnston | 2020-09-28 | 1 | -0/+11 |
| | |||||
* | Various improvements to the docs (#7899) | Aaron Raimist | 2020-07-29 | 1 | -0/+3 |
| | |||||
* | Update postgres.md (#7119) | siroccal | 2020-04-01 | 1 | -1/+27 |
| | |||||
* | Merge branch 'master' into develop | Richard van der Hoff | 2020-03-23 | 1 | -2/+1 |
|\ | |||||
| * | Update postgres.md | Richard van der Hoff | 2020-03-17 | 1 | -2/+1 |
| | | | | | | fix broken link | ||||
* | | Improve database configuration docs (#6988) | Richard van der Hoff | 2020-03-20 | 1 | -10/+32 |
|/ | | | | | Attempts to clarify the sample config for databases, and add some stuff about tcp keepalives to `postgres.md`. | ||||
* | Warn if postgres database has non-C locale. (#6734) | Erik Johnston | 2020-01-28 | 1 | -1/+19 |
| | | | As using non-C locale can cause issues on upgrading OS. | ||||
* | Update postgres.md (#6234) | Adrien Luxey | 2019-10-22 | 1 | -3/+7 |
| | | | Added database owner authentication with `sudo` when `su` does not work | ||||
* | (#5849) Convert rst to markdown (#6040) | dstipp | 2019-09-17 | 1 | -0/+164 |
Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change. |