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