Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve `Depends` specs in debian package. (#5675) | Richard van der Hoff | 2019-07-17 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | This is basically a contrived way of adding a `Recommends` on `libpq5`, to fix #5653. The way this is supposed to happen in debhelper is to run `dh_shlibdeps`, which in turn runs `dpkg-shlibdeps`, which spits things out into `debian/<package>.substvars` whence they can later be included by `control`. Previously, we had disabled `dh_shlibdeps`, mostly because `dpkg-shlibdeps` gets confused about PIL's interdependent objects, but that's not really the right thing to do and there is another way to work around that. Since we don't always use postgres, we don't necessarily want a hard Depends on libpq5, so I've actually ended up adding an explicit invocation of `dpkg-shlibdeps` for `psycopg2`. I've also updated the build-depends list for the package, which was missing a couple of entries. | ||||
* | Improved docs on setting up Postgresql (#5661) | Lrizika | 2019-07-11 | 1 | -4/+15 |
| | | | | | Added that synapse_user needs a database to access before it can auth Noted you'll need to enable password auth, linked to pg_hba.conf docs | ||||
* | Remove Postgres 9.4 support (#5448) | Amber Brown | 2019-06-18 | 1 | -2/+2 |
| | |||||
* | Stop telling people to install the optional dependencies. (#5197) | Richard van der Hoff | 2019-05-17 | 1 | -23/+22 |
| | | | | | | | | | * Stop telling people to install the optional dependencies. They're optional. Also update the postgres docs a bit for clarity(?) | ||||
* | Add note on tuning postgres | Erik Johnston | 2019-03-19 | 1 | -2/+20 |
| | |||||
* | doc/postgres.rest: fix displaying of the last command block | Bruno Pagani | 2018-06-04 | 1 | -9/+9 |
| | | | Also indent all of them with 4 spaces. | ||||
* | postgres.rst: Add instructions how to setup the postgres user and clarify ↵ | rubo77 | 2018-05-17 | 1 | -9/+23 |
| | | | | the final step | ||||
* | Document known to work postgres version | Paul Tötterman | 2017-09-01 | 1 | -0/+2 |
| | |||||
* | Clarify doc for SQLite to PostgreSQL port | Benedict Lau | 2017-03-01 | 1 | -3/+3 |
| | |||||
* | Added installation instructions for postgres on CentOS 7 | Mads R. Christensen | 2015-12-05 | 1 | -2/+15 |
| | |||||
* | Remove spurious .py from docs | Erik Johnston | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | Clean up scripts/ | Erik Johnston | 2015-08-27 | 1 | -7/+4 |
| | |||||
* | Actually rename all isntances | Erik Johnston | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Reword port script usage | Erik Johnston | 2015-05-08 | 1 | -2/+2 |
| | |||||
* | database config is not kept in separate config file anymore | Mark Haines | 2015-05-01 | 1 | -13/+9 |
| | |||||
* | Mention that postgres databases must have the correct charset encoding | Erik Johnston | 2015-04-29 | 1 | -0/+17 |
| | |||||
* | improve postgres blurb a bit | Matthew Hodgson | 2015-04-29 | 1 | -7/+18 |
| | |||||
* | Fix rst | Erik Johnston | 2015-04-28 | 1 | -1/+2 |
| | |||||
* | Update docs/postgres.rst to explain port script usage | Erik Johnston | 2015-04-28 | 1 | -0/+51 |
| | |||||
* | Add docs on how to use synapse with psycopg2 | Erik Johnston | 2015-04-27 | 1 | -0/+34 |