<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/support, branch 1.5.6.3</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/support?h=1.5.6.3</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/support?h=1.5.6.3'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2009-06-18T05:47:17Z</updated>
<entry>
<title>Add multicolumn indexes on votes and notifications tables</title>
<updated>2009-06-18T05:47:17Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2009-04-11T21:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e2b3bd1c37d91a747e8f774bbb91aad3dc466c68'/>
<id>urn:sha1:e2b3bd1c37d91a747e8f774bbb91aad3dc466c68</id>
<content type='text'>
To put a long story short, when we do joins on these tables in our
pkg_search_page() function, we always join on both the user ID and package
ID columns. By creating multicolumn indices, we can always get the exact row
we are looking for in the table.

The benefits of adding a unique index should also speak for themselves, as
we previously did not have this on either of these tables.

This is part one of a two-part series to address the fact that this query
was often showing up in our slow query logs.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move tupkg scripts to tupkg/scripts.</title>
<updated>2008-12-11T15:22:15Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-11T15:14:55Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=186abc852a9f442d94cf7fdf44f394993173ccd1'/>
<id>urn:sha1:186abc852a9f442d94cf7fdf44f394993173ccd1</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update usage and paths in tupkg run scripts.</title>
<updated>2008-12-11T15:20:59Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-11T15:09:21Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=084b11a6f2e1575cd7c84dee194d0ab66e2087a4'/>
<id>urn:sha1:084b11a6f2e1575cd7c84dee194d0ab66e2087a4</id>
<content type='text'>
In run-tupkgupdate:
Set HOME for correct CVS auth.
Properly filter out unneeded messages from
CVS output, and prune empty directories on update.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>run-tupkgupdate: Fix CVS output grepping.</title>
<updated>2008-11-28T00:06:07Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-11-28T00:06:07Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f285da5d5715d2830578aa955a5490f7cfa403ab'/>
<id>urn:sha1:f285da5d5715d2830578aa955a5490f7cfa403ab</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Rework tupkg support scripts. Update paths.</title>
<updated>2008-11-27T04:03:53Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-11-27T04:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=460a6ccb468cbf5c878132a1fc2a888b51a67440'/>
<id>urn:sha1:460a6ccb468cbf5c878132a1fc2a888b51a67440</id>
<content type='text'>
Grep CVS update output for only useful messages.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove redundant tupkgs.conf.</title>
<updated>2008-11-24T07:55:49Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-11-24T07:55:49Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=90cb026fb85a9166188f397ba2e668ab20e58ed9'/>
<id>urn:sha1:90cb026fb85a9166188f397ba2e668ab20e58ed9</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add version, username and description to daily new package email.</title>
<updated>2008-06-09T20:25:07Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-06-09T16:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=cceb66476ea0ee98f18d3f3c4a459226736f2736'/>
<id>urn:sha1:cceb66476ea0ee98f18d3f3c4a459226736f2736</id>
<content type='text'>
Add some variables to make it more configurable.
Do some general clean up on the script.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove references to AURMaintainerUID</title>
<updated>2008-03-27T07:34:35Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-03-26T13:52:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=04dae8d94f846fe5b82d9261405cbc56a736ded3'/>
<id>urn:sha1:04dae8d94f846fe5b82d9261405cbc56a736ded3</id>
<content type='text'>
This (should) get rid of anything to do with the unused column AURMaintainerUID
in the scripts and schema files

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Generate valid dummy data entries</title>
<updated>2008-03-23T08:04:17Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-02-28T16:51:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e64307d8d278ca5514b6f23aa97d51d3fe655736'/>
<id>urn:sha1:e64307d8d278ca5514b6f23aa97d51d3fe655736</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Make all references to AUR database consistent</title>
<updated>2008-03-23T08:04:17Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-02-28T16:37:39Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3577326b2b32bad2765cdacd2959dd4fea48c2f8'/>
<id>urn:sha1:3577326b2b32bad2765cdacd2959dd4fea48c2f8</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
</feed>
