aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/PGSQL/Resources (follow)
Commit message (Expand)AuthorAgeFilesLines
* at last we can login and see objects ( friends is dead and disable inUbitUmarov2015-09-031-3/+0
* bad merge?UbitUmarov2015-09-011-1/+4
|\
| * Revert "Add support for user preferences (im via email)"Melanie2013-12-071-9/+0
* | Merged the two "Version 2" migrations in PGSQLOren Hurvitz2015-08-031-6/+0
* | PGSL Presence migration to correct a double version 2 migration that existedGeir Nøklebye2015-08-031-0/+10
* | PGSQL migrations for IM_Store, UserProfiles, removal of casting exception for...Geir Nøklebye2015-07-312-0/+28
* | Update PGSQL groups handler to accept search queries from the viewerGeir Nøklebye2015-07-261-0/+8
* | Add quotes aroung LandFlags as PGSQL seems to choke on the word whenMelanie Thielker2015-07-231-1/+1
* | Correcting errors in previous change: MySQL needs int unsigned, notMelanie Thielker2015-07-141-2/+2
* | Mantis #7629: Change LandFlags column to unsigned. Thanks, Jim!Melanie Thielker2015-07-141-0/+8
* | Applying Gavin Hird's patch to correct PGSQL group notices. Thatk you,Melanie Thielker2015-06-261-1/+11
* | Removed the pgsql table for AgentPrefs, because it is not working. For now th...Diva Canto2015-06-141-18/+0
* | Mantis #7610. Changed AgentPrefs table in PGSQL to use uuid instead of varcha...Diva Canto2015-06-141-13/+14
* | SQLite and PGSQL adapters for AgentPreferencesCinder2015-06-131-0/+17
* | Alter the migrations so that it is a no-op as the columns are unused and the ...BlueWall2015-03-042-4/+2
* | One more migration fixCinder2015-03-042-2/+2
* | Chase latest change to asset description length with an update to XAssetStore...Cinder2015-03-041-1/+9
* | Revert "Chase latest change to asset description length with an update to XAs...BlueWall2015-03-041-9/+1
* | Chase latest change to asset description length with an update to XAssetStore...Cinder2015-03-041-1/+9
* | Follow up to last commit, fix field lengthCinder2015-03-031-0/+4
* | Experimental XAssets Module PgSQL Adapter: Remove unused migration. Syntax er...BlueWall2014-10-161-19/+0
* | Touchup PgSQL XAssets adapterBlueWall2014-10-151-0/+10
* | Fix PgSQL adapter for UserProfilesBlueWall2014-10-151-1/+55
* | Get V2 Groups working under PgSQL. Needed to re-create tables to satisy the g...BlueWall2014-10-121-0/+107
* | Make column names lower-case, change hash column type to bytea and remove old...BlueWall2014-10-121-0/+45
* | Fix some errors in PgSQL XAssets by changing some data types. Also make sql q...BlueWall2014-10-101-0/+12
|/
* Add support for user preferences (im via email)BlueWall2013-12-061-0/+9
* * Fixes mantis #6802 Simulator crashes whist loading (lighshare enabled)fernando2013-10-152-0/+27
* Fernando Oliveira's Postgress SQL Server Data Connector as a single commit.Fernando Oliveira2013-10-1218-0/+2933