summaryrefslogtreecommitdiff
path: root/src/database-postgresql.cpp
Commit message (Collapse)AuthorAge
* Player data to Database (#5475)Loïc Blot2017-04-23
| | | | | | | | | | | | * Player data to Database Add player data into databases (SQLite3 & PG only) PostgreSQL & SQLite: better POO Design for databases Add --migrate-players argument to server + deprecation warning * Remove players directory if empty
* PostgreSQL: fix delete blockLoïc Blot2017-03-27
| | | | | | Typo fix: we are doing select on delete block. This fix issue #5426
* support older PostGreSQL versions (#4999)zeuner2017-01-09
| | | | | | | * support older PostGreSQL versions * documentation accuracy * improve performance by affecting less rows in UPDATE queries
* Implement a PostgreSQL backendLoic Blot2016-05-22