aboutsummaryrefslogtreecommitdiff
path: root/src/database/database-postgresql.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deal with compiler warningssfan52022-04-301-1/+2
|
* Provide exact error message if postgres connection string missingsfan52021-05-301-1/+1
|
* Fix build due to revert errorrubenwardy2020-07-071-1/+1
|
* Revert "Verify database connection on interval (#9665)"rubenwardy2020-07-071-6/+2
| | | | | | Fixes #10113 This reverts commit 5c588f89e79e02cba392abe3d00688772321f88b.
* Add PostgreSQL authentication backend (#9756)Loïc Blot2020-04-271-0/+24
| | | | * Add PostgreSQL authentication backend
* Verify database connection on interval (#9665)Loïc Blot2020-04-151-2/+6
|
* Move files to subdirectories (#6599)Vitaliy2017-11-081-0/+146
* Move files around