aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/abstract_sql/abstract_sql_store.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-24Changes logging function (#6919)Aleksey Kosov1-4/+4
2024-06-25check bucket name in sql backendchrislu1-0/+6
2023-12-09falls back to update only if error contains msg "duplicate entry"Konstantin Lebedev1-16/+9
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2022-07-21explicit bucket aware declarationchrislu1-0/+2
2022-05-01refactor use const CountEntryChunksForGzipKonstantin Lebedev1-1/+1
2021-07-22filer: fix mysql, postgres batch delete errorChris Lu1-17/+9
2021-06-15avoid crashes Galera ClusterKonstantin Lebedev1-11/+17
2021-06-10remove all bucket metadataChris Lu1-0/+3
2021-04-22clean up .uploads directory in mysql and postgres tablesChris Lu1-1/+3
2021-04-02ensure tables are createdChris Lu1-0/+4
2021-03-25refactorChris Lu1-9/+9
2021-03-13filer: mysql2, postgres2 trigger actions on bucket creation and deletionChris Lu1-0/+19
2021-02-15filer: postgres2 mysql2 avoid repeatedly creating tablesChris Lu1-1/+1
2021-01-19filer store: add postgres2Chris Lu1-2/+2
2021-01-19filer store: add mysql2Chris Lu1-1/+5
2021-01-19fix bucket creationChris Lu1-9/+24
2021-01-19fix errorChris Lu1-1/+1
2021-01-19restructuring sql storesChris Lu1-28/+85
2021-01-19refactor: prepare for bucket specific tablesChris Lu1-14/+58
2021-01-19add more input paramsChris Lu1-8/+8
2021-01-15add stream list directory entriesChris Lu1-12/+11
2021-01-14go fmtChris Lu1-1/+1
2021-01-14change limit to int64 in case of overflowChris Lu1-3/+3
2021-01-14implement sql changesChris Lu1-11/+16
2020-12-13filer store: sql update if any insert error happensChris Lu1-1/+2
2020-09-12filer: fix postgres prefixed directory listing problemChris Lu1-6/+8
2020-09-03filer: compress stored metadataChris Lu1-2/+6
2020-09-02fix sql insert with duplicated primary keyChris Lu1-6/+4
2020-09-01mysql/postgres: properly report entry not foundChris Lu1-2/+5
2020-09-01mysql or postgres: log find errorChris Lu1-0/+1
2020-09-01rename filer2 to filerChris Lu1-0/+206