summary refs log tree commit diff
path: root/docs/postgres.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add note to using --curses under sqlite porting (#17012)grahhnt2024-03-211-1/+1
|
* Use dbname instead of database for Postgres config. (#16618)Patrick Cloke2023-11-091-1/+1
|
* Fix-up incorrect spellings in docs. (#16282)Patrick Cloke2023-09-081-1/+1
|
* Fix broken links in the Synapse documentation. (#14744)reivilibre2023-01-051-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 Morgan2022-12-061-1/+2
| | | | deprecation policy (#14590)
* Check that `auto_vacuum` is disabled when porting a SQLite database to ↵reivilibre2022-07-071-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)Shay2022-03-231-3/+4
|
* Move synctl into `synapse._scripts` and expose as an entrypoint (#12140)David Robertson2022-03-041-4/+4
|
* Fix documentation of supported PostgreSQL version (#11725)haslersn2022-01-121-1/+1
| | | Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>
* Add a note about huge pages to our Postgres doc (#11467)Shay2021-11-301-0/+3
| | | | | * Add note to postgres doc about hugepages * Newsfragment
* Improve code formatting and fix a few typos in docs (#11221)Sumner Evans2021-11-011-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 Klimpel2021-07-081-2/+2
| | | Signed-off-by: Dirk Klimpel dirk@klimpel.org
* Update postgres docs (#9989)Richard van der Hoff2021-05-141-102/+96
|
* Update minimum supported version in postgres.md (#9988)Andrew Morgan2021-05-141-1/+1
|
* Quote pip install with brackets to avoid shell interpretation. (#9151)Patrick Cloke2021-01-181-1/+1
|
* Add checks for postgres sequence consistency (#8402)Erik Johnston2020-09-281-0/+11
|
* Various improvements to the docs (#7899)Aaron Raimist2020-07-291-0/+3
|
* Update postgres.md (#7119)siroccal2020-04-011-1/+27
|
* Merge branch 'master' into developRichard van der Hoff2020-03-231-2/+1
|\
| * Update postgres.mdRichard van der Hoff2020-03-171-2/+1
| | | | | | fix broken link
* | Improve database configuration docs (#6988)Richard van der Hoff2020-03-201-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 Johnston2020-01-281-1/+19
| | | As using non-C locale can cause issues on upgrading OS.
* Update postgres.md (#6234)Adrien Luxey2019-10-221-3/+7
| | | Added database owner authentication with `sudo` when `su` does not work
* (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-0/+164
Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.