| Commit message (Expand) | Author | Age | Files | Lines |
* | change PGSQL migration | UbitUmarov | 2019-08-19 | 1 | -3/+3 |
* | try to update PGSQL estateban | UbitUmarov | 2019-08-18 | 1 | -0/+8 |
* | PGSQL: it may be a good idea to also add the field to the table | UbitUmarov | 2018-12-28 | 1 | -0/+7 |
* | mantis 8200: move changes in PGSQL from last commit to a new transaction (13) | UbitUmarov | 2017-11-12 | 1 | -10/+15 |
* | PGSQL EstateStore create estate_settings_id SEQUENCE | TomTheDragon | 2017-11-12 | 1 | -0/+10 |
* | Add a new experimental implementation of PGSQL FSAssets | TomTheDragon | 2017-11-03 | 1 | -0/+14 |
* | PGSQL: Convert PassCollision in table prims to bool to avoid a hopeless cast ... | Geir Nøklebye | 2017-05-13 | 1 | -0/+14 |
* | PGSQL: Rewrote EstateStore.migrations as it errored out in version 8 leaving ... | Geir Nøklebye | 2017-05-09 | 1 | -299/+104 |
* | PGSQL: Add missing AgentPrefs.migrations | Geir Nøklebye | 2017-05-08 | 1 | -0/+19 |
* | store the physics inertia override in the database | Geir Nøklebye | 2017-04-20 | 1 | -0/+7 |
* | update for The new Constant: integer OBJECT_REZZER_KEY = 32 + adding missing ... | Geir Nøklebye | 2017-04-19 | 1 | -0/+9 |
* | add to databases a table to store baked terrain. | UbitUmarov | 2016-09-17 | 1 | -0/+13 |
* | POSTGRES: Update database migrations to be in accordance with MySQL table def... | Geir Nøklebye | 2016-04-25 | 3 | -1/+39 |
* | Add migration to add "active" column on PGSQL. UNTESTED! | Melanie Thielker | 2016-03-22 | 1 | -0/+6 |
* | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 2015-09-03 | 1 | -3/+0 |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -1/+4 |
|\ |
|
| * | Revert "Add support for user preferences (im via email)" | Melanie | 2013-12-07 | 1 | -9/+0 |
* | | Merged the two "Version 2" migrations in PGSQL | Oren Hurvitz | 2015-08-03 | 1 | -6/+0 |
* | | PGSL Presence migration to correct a double version 2 migration that existed | Geir Nøklebye | 2015-08-03 | 1 | -0/+10 |
* | | PGSQL migrations for IM_Store, UserProfiles, removal of casting exception for... | Geir Nøklebye | 2015-07-31 | 2 | -0/+28 |
* | | Update PGSQL groups handler to accept search queries from the viewer | Geir Nøklebye | 2015-07-26 | 1 | -0/+8 |
* | | Add quotes aroung LandFlags as PGSQL seems to choke on the word when | Melanie Thielker | 2015-07-23 | 1 | -1/+1 |
* | | Correcting errors in previous change: MySQL needs int unsigned, not | Melanie Thielker | 2015-07-14 | 1 | -2/+2 |
* | | Mantis #7629: Change LandFlags column to unsigned. Thanks, Jim! | Melanie Thielker | 2015-07-14 | 1 | -0/+8 |
* | | Applying Gavin Hird's patch to correct PGSQL group notices. Thatk you, | Melanie Thielker | 2015-06-26 | 1 | -1/+11 |
* | | Removed the pgsql table for AgentPrefs, because it is not working. For now th... | Diva Canto | 2015-06-14 | 1 | -18/+0 |
* | | Mantis #7610. Changed AgentPrefs table in PGSQL to use uuid instead of varcha... | Diva Canto | 2015-06-14 | 1 | -13/+14 |
* | | SQLite and PGSQL adapters for AgentPreferences | Cinder | 2015-06-13 | 1 | -0/+17 |
* | | Alter the migrations so that it is a no-op as the columns are unused and the ... | BlueWall | 2015-03-04 | 2 | -4/+2 |
* | | One more migration fix | Cinder | 2015-03-04 | 2 | -2/+2 |
* | | Chase latest change to asset description length with an update to XAssetStore... | Cinder | 2015-03-04 | 1 | -1/+9 |
* | | Revert "Chase latest change to asset description length with an update to XAs... | BlueWall | 2015-03-04 | 1 | -9/+1 |
* | | Chase latest change to asset description length with an update to XAssetStore... | Cinder | 2015-03-04 | 1 | -1/+9 |
* | | Follow up to last commit, fix field length | Cinder | 2015-03-03 | 1 | -0/+4 |
* | | Experimental XAssets Module PgSQL Adapter: Remove unused migration. Syntax er... | BlueWall | 2014-10-16 | 1 | -19/+0 |
* | | Touchup PgSQL XAssets adapter | BlueWall | 2014-10-15 | 1 | -0/+10 |
* | | Fix PgSQL adapter for UserProfiles | BlueWall | 2014-10-15 | 1 | -1/+55 |
* | | Get V2 Groups working under PgSQL. Needed to re-create tables to satisy the g... | BlueWall | 2014-10-12 | 1 | -0/+107 |
* | | Make column names lower-case, change hash column type to bytea and remove old... | BlueWall | 2014-10-12 | 1 | -0/+45 |
* | | Fix some errors in PgSQL XAssets by changing some data types. Also make sql q... | BlueWall | 2014-10-10 | 1 | -0/+12 |
|/ |
|
* | Add support for user preferences (im via email) | BlueWall | 2013-12-06 | 1 | -0/+9 |
* | * Fixes mantis #6802 Simulator crashes whist loading (lighshare enabled) | fernando | 2013-10-15 | 2 | -0/+27 |
* | Fernando Oliveira's Postgress SQL Server Data Connector as a single commit. | Fernando Oliveira | 2013-10-12 | 18 | -0/+2933 |