aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/postgres2/postgres2_store.go
AgeCommit message (Collapse)AuthorFilesLines
2021-04-02go fmtChris Lu1-1/+1
2021-03-30fix GetBoolLazyDBA247-Anyvision1-2/+2
2021-03-30add enableUpsert=trueLazyDBA247-Anyvision1-3/+7
and rename config to upsertQuery
2021-03-29Adding custom insertQuery support for postgres/2 mysql/2LazyDBA247-Anyvision1-1/+3
2021-02-17go fmtChris Lu1-1/+1
2021-02-17filer: do not print password on errorChris Lu1-1/+5
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-0/+87