]> git.sesse.net Git - pr0n/history - sql
Remove hacks for pre-IE7.
[pr0n] / sql /
2015-11-19 Steinar H. GundersonRemove the tag support; nobody is using it anymore.
2015-11-18 Steinar H. GundersonRemove everything related to digest authentication...
2015-07-27 Steinar H. GundersonSave passwords as bcrypt instead of plain SHA-1 hashes...
2013-05-11 Steinar H. GundersonFix a GRANT statement.
2013-05-05 Steinar H. GundersonOverride id sequence name, since later Postgres version...
2009-07-04 Steinar H. GundersonAuto-update the Digest auth hash on successful Basica...
2009-06-30 Steinar H. GundersonImplement support for HTTP digest authentication (RFC2617).
2008-08-04 Steinar H. GundersonActually add the SQL upgrade.
2008-08-03 Steinar H. GundersonFix another deadlock-when-many-people-upload bug, like...
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.