aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/PGSQL/Resources (follow)
Commit message (Expand)AuthorAgeFilesLines
* mantis 8200: move changes in PGSQL from last commit to a new transaction (13)UbitUmarov2017-11-121-10/+15
* PGSQL EstateStore create estate_settings_id SEQUENCETomTheDragon2017-11-121-0/+10
* Add a new experimental implementation of PGSQL FSAssetsTomTheDragon2017-11-031-0/+14
* PGSQL: Convert PassCollision in table prims to bool to avoid a hopeless cast ...Geir Nøklebye2017-05-131-0/+14
* PGSQL: Rewrote EstateStore.migrations as it errored out in version 8 leaving ...Geir Nøklebye2017-05-091-299/+104
* PGSQL: Add missing AgentPrefs.migrationsGeir Nøklebye2017-05-081-0/+19
* store the physics inertia override in the databaseGeir Nøklebye2017-04-201-0/+7
* update for The new Constant: integer OBJECT_REZZER_KEY = 32 + adding missing ...Geir Nøklebye2017-04-191-0/+9
* add to databases a table to store baked terrain.UbitUmarov2016-09-171-0/+13
* POSTGRES: Update database migrations to be in accordance with MySQL table def...Geir Nøklebye2016-04-253-1/+39
* Add migration to add "active" column on PGSQL. UNTESTED!Melanie Thielker2016-03-221-0/+6
* 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