summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/post_store.go
Commit message (Expand)AuthorAgeFilesLines
* MM-11781: Basic Data Export Command Line. (#9296)George Goldberg2018-09-171-0/+65
* Speed up search results post selection. (#9380)Christopher Speller2018-09-101-1/+1
* Feature/search after before on (#9219)Dmitry Samuylov2018-08-281-1/+37
* Pr 9039 (#9187)Martin Kraft2018-07-301-1/+6
* MM-10412: Adds deleteBy prop to posts. (#8896)Martin Kraft2018-06-011-3/+16
* Revert "MM-9770: rewrite getParentsPosts to improve performance (#8467)" (#86...Derrick Anderson2018-04-301-62/+23
* Structured logging (#8673)Christopher Speller2018-04-271-7/+7
* MM-9661: tweak post message size log (#8517)Jesse Hallam2018-03-291-2/+2
* Relax 4k post message limit (#8478)Jesse Hallam2018-03-261-57/+148
* MM-9770: rewrite getParentsPosts to improve performance (#8467)Jesse Hallam2018-03-161-23/+62
* MM-9664 Add invalidation metrics for store caches (#8340)Joram Wilander2018-03-051-1/+11
* ABC-228 Update GetPosts caching to work for non-60 limits (#8233)Joram Wilander2018-02-091-5/+10
* PLT-8483: Ignore join/leave team messages for unread counts (#8042)Jesús Espino2018-01-051-2/+4
* fix posts created at test (#7977)Chris2017-12-141-2/+2
* Fixing formating on SQL errors for get parent posts. (#7965)Christopher Speller2017-12-121-1/+1
* simplify things (#7735)Chris2017-10-301-1/+1
* Adding Posts table indexes for 20M rows. (#7728)Christopher Speller2017-10-271-0/+4
* PLT-7934: Make query for bulk elasticsearch indexing more efficient. (#7664)George Goldberg2017-10-251-14/+34
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-091-13/+5
* fix GetPostsByIds error (#7591)Chris2017-10-061-1/+1
* reduce store boiler plate (#7585)Chris2017-10-061-326/+54
* Parameterized post ids to avoid possible sql injection (#7575)Jonathan2017-10-041-3/+14
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-0/+1393