<feed xmlns='http://www.w3.org/2005/Atom'>
<title>FreshRSS (Customized)/app/SQL, branch 1.7.0</title>
<subtitle>Customized version of FreshRSS, a self-hosted RSS feed aggregator</subtitle>
<id>https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.7.0</id>
<link rel='self' href='https://git.rdnlsmith.com/fresh-rss-custom/atom?h=1.7.0'/>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/'/>
<updated>2017-04-09T22:43:18+00:00</updated>
<entry>
<title>Fix DROP tables for deferred insertion</title>
<updated>2017-04-09T22:43:18+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-04-09T22:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=5d54e47ff4065167a07085df07a590372ac5d636'/>
<id>urn:sha1:5d54e47ff4065167a07085df07a590372ac5d636</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/pull/1470
</content>
</entry>
<entry>
<title>SQL index auto added</title>
<updated>2017-03-26T20:08:17+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-03-26T20:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=bc580c5905522143cb3d73a37641f7bf21225545'/>
<id>urn:sha1:bc580c5905522143cb3d73a37641f7bf21225545</id>
<content type='text'>
At the same time as the new temp table
</content>
</entry>
<entry>
<title>SQLite create index if not exists</title>
<updated>2017-03-26T16:29:10+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-03-26T16:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a7064dc700f1a41129511866cb2fb36c522c0d6c'/>
<id>urn:sha1:a7064dc700f1a41129511866cb2fb36c522c0d6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More defered insertion. New SQL index</title>
<updated>2017-03-26T12:07:06+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-03-26T12:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=e956aee53d561fbdc11a78a50ad7cc041108e5b5'/>
<id>urn:sha1:e956aee53d561fbdc11a78a50ad7cc041108e5b5</id>
<content type='text'>
New index entry_feed_read_index
TODO: Auto add this index to existing version
</content>
</entry>
<entry>
<title>Defered insertion MySQL bug</title>
<updated>2017-03-26T00:41:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-03-26T00:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=a20fd9db9f0ed0e27c65671bb10402ced10587b1'/>
<id>urn:sha1:a20fd9db9f0ed0e27c65671bb10402ced10587b1</id>
<content type='text'>
The update of cached values remains to be optimized
</content>
</entry>
<entry>
<title>Candidate implementation of defered insertion</title>
<updated>2017-03-25T23:01:11+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2017-03-25T23:01:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=22b41f3bfcbd5a54d59789c2cebfda6dc23b7dde'/>
<id>urn:sha1:22b41f3bfcbd5a54d59789c2cebfda6dc23b7dde</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/530
</content>
</entry>
<entry>
<title>CLI option no-default-feeds</title>
<updated>2016-10-24T18:29:08+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-24T18:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=1182129ce5f07892afed190ffbb2ea4c7fc28967'/>
<id>urn:sha1:1182129ce5f07892afed190ffbb2ea4c7fc28967</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1095
</content>
</entry>
<entry>
<title>PostgreSQL workaround for SERIAL strange behaviour</title>
<updated>2016-10-15T21:09:21+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-15T21:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=f1eaf02a0c323c401950bca6189a795915193c3a'/>
<id>urn:sha1:f1eaf02a0c323c401950bca6189a795915193c3a</id>
<content type='text'>
http://stackoverflow.com/questions/18389537/does-postgresql-serial-work-differently
</content>
</entry>
<entry>
<title>SQL DROP TABLE</title>
<updated>2016-10-15T18:01:48+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-15T18:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=34e38e3a97814eae27174839dd04bcf79c3d62b5'/>
<id>urn:sha1:34e38e3a97814eae27174839dd04bcf79c3d62b5</id>
<content type='text'>
https://github.com/FreshRSS/FreshRSS/issues/1320
</content>
</entry>
<entry>
<title>PostgreSQL emulate "INSERT IGNORE"</title>
<updated>2016-10-14T22:49:10+00:00</updated>
<author>
<name>Alexandre Alapetite</name>
<email>alexandre@alapetite.fr</email>
</author>
<published>2016-10-14T22:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rdnlsmith.com/fresh-rss-custom/commit/?id=c24d60372ad59932638964e37cb84ba0de8b1661'/>
<id>urn:sha1:c24d60372ad59932638964e37cb84ba0de8b1661</id>
<content type='text'>
Would have liked to use UPSERT, but it is first available from
PostgreSQL 9.5.
</content>
</entry>
</feed>
