]> git.sesse.net Git - pr0n/history - sql
Add mip-map support. Slower uploading, more space used, faster on-demand scaling.
[pr0n] / sql /
2007-09-29 Steinar H. GundersonFix a spelling mistake.
2007-08-21 Steinar H. GundersonMake upgrade SQL for the empty-is-NULL change as well.
2007-08-21 Steinar H. GundersonDon't forget deleted_images, again. Grmf.
2007-08-21 Steinar H. GundersonAdd model/lens fields to the images table, and make...
2007-08-21 Steinar H. GundersonRemember to do the width/height -1 => NULL change in...
2007-08-21 Steinar H. GundersonRemove some really long-standing silliness: If we have...
2007-07-25 Steinar H. GundersonInsert tags into the tags table on upload/other update.
2007-07-25 Steinar H. GundersonCreate a tag table.
2007-07-25 Steinar H. GundersonAllow more work_mem when upgrading.
2007-07-25 Steinar H. GundersonRename "tag" to "key" in exif_info table, and make...
2007-07-25 Steinar H. GundersonCluster exif_info on the tag field; it seems to help...
2007-07-25 Steinar H. GundersonCreate an index that is sometimes helpful in speeding...
2007-07-22 Steinar H. GundersonMake the foreign key from image to exif_info cascade...
2007-07-20 Steinar H. GundersonOops, the unique_filenames index should really be unique.
2007-06-19 Steinar H. GundersonMake some sorely needed changes to the SQL schema,...
2007-04-30 Steinar H. GundersonMerged SQL-fixes from Tollef.
2007-04-30 Tollef Fog HeenGrant permissions to last_picture_cache too
2007-04-30 Tollef Fog Heenit is images_id_seq, not imageid_seq, fix in GRANT...
2007-03-26 Steinar H. GundersonAdd a new table "exif_info" which contains all the...
2007-03-18 Steinar H. GundersonBla bla. :-P
2006-12-25 Steinar H. GundersonSupport caching of the index pages. (Cache invalidation...
2006-07-30 Steinar H. GundersonWhen inserting multiple images at the same time, we...
2006-07-30 Steinar H. GundersonFix a syntax error in the SQL.
2006-07-23 Steinar H. GundersonAdd SQL schema.