minio/pkg
Aditya Manthramurthy f04f8bbc78 Add support for Timestamp data type in SQL Select (#7185)
This change adds support for casting strings to Timestamp via CAST:
`CAST('2010T' AS TIMESTAMP)`

It also implements the following date-time functions:
  - UTCNOW()
  - DATE_ADD()
  - DATE_DIFF()
  - EXTRACT()

For values passed to these functions, date-types are automatically
inferred.
2019-02-04 20:54:45 -08:00
..
auth Check key length before adding a new user. (#6790) 2018-11-09 15:48:24 -08:00
bpool Add large bucket support for erasure coded backend (#5160) 2018-02-15 17:45:57 -08:00
certs Watch for symlinked certs in container envs (#6282) 2018-08-16 18:37:21 -07:00
cgroup sys/stats: return cgroup mem limit, fall back to sysinfo() (#4002) 2017-04-02 10:46:16 -07:00
cpu Add Historic CPU and memory stats (#7136) 2019-01-30 12:47:32 +05:30
disk Healing process should not heal root disk (#7089) 2019-01-23 15:29:29 -08:00
dns List exact DNS entries for a requested bucketName (#6936) 2018-12-12 10:47:03 -08:00
ellipses Support IPv6 in minio command line (#6947) 2018-12-14 13:07:46 +05:30
event clientID removed in the MQTT config (#7157) 2019-01-29 15:00:15 +05:30
handlers Avoid logging the body of the http 206 response (#6258) 2018-08-08 12:34:42 -07:00
hash Add object compression support (#6292) 2018-09-28 09:06:17 +05:30
iam Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
ioutil Refactor s3select to support parquet. (#7023) 2019-01-08 16:53:04 -08:00
lock Fix goroutine test fatalf (#6682) 2018-10-23 09:44:20 -07:00
madmin Add Historic CPU and memory stats (#7136) 2019-01-30 12:47:32 +05:30
mem Add Historic CPU and memory stats (#7136) 2019-01-30 12:47:32 +05:30
mimedb Fix mimedb update files (#6744) 2018-10-31 14:15:27 -07:00
mountinfo disable disk-usage when export is root mount path (#6091) 2018-06-27 18:59:38 -07:00
net Support IPv6 in minio command line (#6947) 2018-12-14 13:07:46 +05:30
policy Support policy variable replacement (#7085) 2019-01-21 10:27:14 +05:30
quick Handle errs returned with etcd properly for config init and migration (#7134) 2019-01-23 11:10:59 -08:00
s3select Add support for Timestamp data type in SQL Select (#7185) 2019-02-04 20:54:45 -08:00
safe Remove go1.9 specific code for windows (#5033) 2017-10-13 15:31:15 +05:30
sync/errgroup Add large bucket support for erasure coded backend (#5160) 2018-02-15 17:45:57 -08:00
sys Push max threads to little less than kernel limit (#5001) 2017-10-03 10:37:45 -07:00
trie trie: new package (#3729) 2017-02-10 11:51:41 -08:00
wildcard pkg/wildcard: Simplify the wildcard logic further. (#2555) 2016-08-27 00:27:17 -07:00
words words: new package Damerau Levenshtein distance function. (#3929) 2017-03-19 14:23:05 -07:00