aboutsummaryrefslogtreecommitdiff
path: root/src/database-postgresql.cpp
AgeCommit message (Collapse)Author
2017-04-23Player data to Database (#5475)Loïc Blot
* 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
2017-03-27PostgreSQL: fix delete blockLoïc Blot
Typo fix: we are doing select on delete block. This fix issue #5426
2017-01-09support older PostGreSQL versions (#4999)zeuner
* support older PostGreSQL versions * documentation accuracy * improve performance by affecting less rows in UPDATE queries
2016-05-22Implement a PostgreSQL backendLoic Blot