Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | groups v2: remove wrong filters on DB search | UbitUmarov | 2019-10-13 | 1 | -2/+2 |
| | |||||
* | a few changes to db generic tables | UbitUmarov | 2019-08-26 | 1 | -1/+48 |
| | |||||
* | change PGSQL migration | UbitUmarov | 2019-08-19 | 1 | -3/+3 |
| | |||||
* | try to update PGSQL estateban | UbitUmarov | 2019-08-18 | 2 | -2/+16 |
| | |||||
* | don't read from dbs wrong sound flags | UbitUmarov | 2019-03-07 | 1 | -1/+4 |
| | |||||
* | remove terraindata abstraction layer, since we only have heightmap type | UbitUmarov | 2019-01-21 | 1 | -3/+3 |
| | |||||
* | still pgsql | UbitUmarov | 2018-12-28 | 1 | -3/+3 |
| | |||||
* | PGSQL: it may be a good idea to also add the field to the table | UbitUmarov | 2018-12-28 | 1 | -0/+7 |
| | |||||
* | PGSQL: store vehicle data | UbitUmarov | 2018-12-28 | 1 | -6/+16 |
| | |||||
* | fix some odd sql queries ap not in use | UbitUmarov | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | | | | Missing creation for estate_settings_id sequence causes first run to fail unless manually added. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | Add a new experimental implementation of PGSQL FSAssets | TomTheDragon | 2017-11-03 | 2 | -0/+330 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | PGSQL: Another missing cast in XInventoryData | Geir Nøklebye | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | fix passcollisions bool value on store | UbitUmarov | 2017-05-13 | 1 | -2/+2 |
| | |||||
* | PGSQL: Convert PassCollision in table prims to bool to avoid a hopeless cast ↵ | Geir Nøklebye | 2017-05-13 | 2 | -3/+18 |
| | | | | | | that fails with newer versions of NPGSQL. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | PGSQL: Rewrote EstateStore.migrations as it errored out in version 8 leaving ↵ | Geir Nøklebye | 2017-05-09 | 1 | -299/+104 |
| | | | | | | the database without any estate tables on first run. It also lacked primary keys on estate_map and estate_settings. Syntax requires Postgresql 9.5 or higher. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | PGSQL: Add missing AgentPrefs.migrations | Geir Nøklebye | 2017-05-08 | 1 | -0/+19 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | GZipStream does have a CopyTo() | UbitUmarov | 2017-05-06 | 1 | -9/+9 |
| | |||||
* | dispose some MemoryStreams | UbitUmarov | 2017-05-06 | 1 | -4/+6 |
| | |||||
* | store the physics inertia override in the database | Geir Nøklebye | 2017-04-20 | 2 | -4/+22 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | update for The new Constant: integer OBJECT_REZZER_KEY = 32 + adding missing ↵ | Geir Nøklebye | 2017-04-19 | 2 | -5/+37 |
| | | | | | | support for fields in the prims table. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | ||||
* | PGSQL: Fixed a failing query in GroupsData for deleting groups messages ↵ | Geir Nøklebye | 2017-04-19 | 1 | -2/+2 |
| | | | | | | older than 14 days. The little known abstime function could be used for a double cast. The field TMStamp should be changed to store the data as a proper timestamp. Related to Mantis #7848. Usually this would easily be solved using the to_timestamp function, but there is no support for it in NPGSQL as there are no very close functionality in .NET Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 18 | -197/+197 |
| | |||||
* | PGSQL fixed a missing cast to uuid in XInventoryData | Geir Nøklebye | 2017-01-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Melanie Thielker <melanie@t-data.com> | ||||
* | fix a typo in dbs region range | UbitUmarov | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | revert changes to asset desc size, my bad.. this field will possible go ↵ | UbitUmarov | 2016-11-24 | 1 | -5/+5 |
| | | | | away in future | ||||
* | change asset description max size | UbitUmarov | 2016-11-22 | 1 | -5/+5 |
| | |||||
* | fix some invalid string.format arguments | UbitUmarov | 2016-11-09 | 1 | -1/+10 |
| | |||||
* | add load baked terrain methods | UbitUmarov | 2016-09-17 | 1 | -0/+33 |
| | |||||
* | add to databases a table to store baked terrain. | UbitUmarov | 2016-09-17 | 2 | -0/+56 |
| | |||||
* | workaround potencial memory leaks | UbitUmarov | 2016-08-22 | 1 | -25/+27 |
| | |||||
* | PGSQL: Update simulation data with a number of missing fields for parcels. ↵ | Geir Nøklebye | 2016-07-15 | 2 | -6/+24 |
| | | | | | | Some of the fields should probably be migrated to type Boolean to avoid the hairy casting in the query. In addition the overall server code relies in the Replace in SQL statement that is proprietary to MySQL, so the PGSQL code is rather unsafe as it is. Should probably set a transaction on the whole operation so that if something goes wrong the database record is not zapped as it is now. PostgreSQL 9.5 has the upsert functionality which would bring the code closer to the MySQL version. This commit also has an update to PGSQLRegionData Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | POSTGRES: Update database migrations to be in accordance with MySQL table ↵ | Geir Nøklebye | 2016-04-25 | 3 | -1/+39 |
| | | | | | | definitions. Prerequisite for fixing PGSQLSimulationdata Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (mantis #7846) | ||||
* | Updated the code to handle Agent Preferences. Thanks to TomDataworks for ↵ | Geir Nøklebye | 2016-04-25 | 2 | -13/+5 |
| | | | | | | providing a final solution. Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (mantis #7610) | ||||
* | Fix Mantis #7805, table handler needs to look for all unique constraints. | TomDataworks | 2016-04-25 | 1 | -21/+16 |
| | | | | Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> | ||||
* | POSTGRES: Added check for Heightfield not equal to Database NULL.. Mirrors ↵ | Geir Nøklebye | 2016-04-25 | 1 | -2/+7 |
| | | | | | | OpenSim commit 50d738 Signed-off-by: Kevin Cozens <kevin@ve3syb.ca> (mantis #7845) | ||||
* | Add migration to add "active" column on PGSQL. UNTESTED! | Melanie Thielker | 2016-03-22 | 1 | -0/+6 |
| | |||||
* | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2016-02-21 | 1 | -1/+1 |
| | | | | replace anymore. | ||||
* | Fix region data range selection in the PGSQL backend. | TomDataworks | 2016-01-10 | 1 | -11/+53 |
| | | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | ||||
* | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 2015-09-03 | 1 | -3/+0 |
| | | | | scenepresence) | ||||
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -0/+5 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 3 | -2/+11 |
|\ | |||||
| * | varregion: refactor use of 'double heightmap[,]' into references to new ↵ | Robert Adams | 2015-03-27 | 1 | -29/+43 |
| | | | | | | | | | | | | class TerrainData and push the implementation from Scene into the database readers and writers. | ||||
| * | Revert "Add support for user preferences (im via email)" | Melanie | 2013-12-07 | 2 | -23/+15 |
| | | | | | | | | This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b. | ||||
| * | Merge branch 'master' into careminster | Melanie | 2013-12-07 | 2 | -15/+23 |
| |\ | |||||
| * \ | Merge branch 'master' into careminster | Melanie | 2013-12-07 | 2 | -3/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs | ||||
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-11-23 | 1 | -4/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs prebuild.xml runprebuild.bat | ||||
| * | | | | Merge branch 'master' into careminster | Melanie | 2013-11-03 | 3 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | ||||
* | | | | | Merged the two "Version 2" migrations in PGSQL | Oren Hurvitz | 2015-08-03 | 1 | -6/+0 |
| | | | | |