aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/postgres/postgres_store.go
AgeCommit message (Collapse)AuthorFilesLines
2021-03-29Adding custom insertQuery support for postgres/2 mysql/2LazyDBA247-Anyvision1-1/+3
2021-02-17filer: do not print password on errorChris Lu1-2/+6
fix https://github.com/chrislusf/seaweedfs/issues/1809
2021-02-15better postgres connection pool managementLazyDBA247-Anyvision1-1/+4
adding SetConnMaxLifetime configuration (https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) to enable refresh of stale connections.
2021-02-14postgres2 & memsql2LazyDBA247-Anyvision1-1/+1
add escape (quote identifiers) for the dynamic sql so tables (collections) with special characters will work.
2021-01-19filer store: add postgres2Chris Lu1-48/+7
2021-01-19fix bucket creationChris Lu1-1/+15
2021-01-19restructuring sql storesChris Lu1-7/+36
2020-10-22postgres: support empty userChris Lu1-2/+5
2020-09-12filer: fix postgres prefixed directory listing problemChris Lu1-2/+2
fix https://github.com/chrislusf/seaweedfs/issues/1465
2020-09-01rename filer2 to filerChris Lu1-0/+75