]> de.git.xonotic.org Git - xonotic/xonstatdb.git/log
xonotic/xonstatdb.git
10 months agoAdd TKA to the full build. master
Ant Zucaro [Mon, 29 May 2023 19:34:17 +0000 (15:34 -0400)]
Add TKA to the full build.

12 months agoInclude mayhem and team mayhem rows in the build.
Ant Zucaro [Sat, 8 Apr 2023 21:07:14 +0000 (17:07 -0400)]
Include mayhem and team mayhem rows in the build.

18 months agoHandle inactive players or servers in materialized views.
Ant Zucaro [Sun, 25 Sep 2022 00:06:04 +0000 (20:06 -0400)]
Handle inactive players or servers in materialized views.

2 years agoAdd the create_dt to the materialized view to support heatmapping.
Ant Zucaro [Sun, 1 Aug 2021 11:41:19 +0000 (07:41 -0400)]
Add the create_dt to the materialized view to support heatmapping.

3 years agoCreate the index on the new table, not the old one.
Ant Zucaro [Tue, 16 Mar 2021 21:59:17 +0000 (17:59 -0400)]
Create the index on the new table, not the old one.

3 years agoAdd a script to create/renew recent game stats for performance.
Ant Zucaro [Tue, 16 Mar 2021 21:51:18 +0000 (17:51 -0400)]
Add a script to create/renew recent game stats for performance.

3 years agoRemove player_skills when cleaning up the DB.
Ant Zucaro [Tue, 16 Mar 2021 21:50:22 +0000 (17:50 -0400)]
Remove player_skills when cleaning up the DB.

3 years agoAdd a new table for player skills.
Ant Zucaro [Sun, 17 Jan 2021 19:33:29 +0000 (14:33 -0500)]
Add a new table for player skills.

3 years agoAdd partitions through 2025.
Ant Zucaro [Sat, 19 Dec 2020 16:00:21 +0000 (11:00 -0500)]
Add partitions through 2025.

3 years agoAdd cleanup of nonparticipants table.
Ant Zucaro [Sat, 19 Dec 2020 15:01:04 +0000 (10:01 -0500)]
Add cleanup of nonparticipants table.

3 years agoMerge branch 'master' of gitlab.com:xonotic/xonstatdb
Ant Zucaro [Sun, 18 Oct 2020 13:23:06 +0000 (09:23 -0400)]
Merge branch 'master' of gitlab.com:xonotic/xonstatdb

3 years agoAdd status column. add-ok-weapons
Ant Zucaro [Sun, 18 Oct 2020 13:21:32 +0000 (09:21 -0400)]
Add status column.

3 years agoAdd a table for non-participants.
Ant Zucaro [Fri, 16 Oct 2020 22:13:04 +0000 (18:13 -0400)]
Add a table for non-participants.

4 years agoMerge branch 'add-ok-weapons' into 'master'
Ant Zucaro [Sun, 25 Aug 2019 16:57:56 +0000 (16:57 +0000)]
Merge branch 'add-ok-weapons' into 'master'

Add Overkill weapons

See merge request xonotic/xonstatdb!1

4 years agoUpdate the RPC with what it stands for. 1/head
Ant Zucaro [Sat, 24 Aug 2019 11:53:14 +0000 (07:53 -0400)]
Update the RPC with what it stands for.

4 years agoAdd weapon metadata for Overkill.
Ant Zucaro [Sat, 24 Aug 2019 11:50:06 +0000 (07:50 -0400)]
Add weapon metadata for Overkill.

6 years agoMerge branch 'add-game-id-indexes'
Ant Zucaro [Sat, 25 Nov 2017 22:10:40 +0000 (17:10 -0500)]
Merge branch 'add-game-id-indexes'

6 years agoAdd indexes on the game_id field. add-game-id-indexes
Ant Zucaro [Sat, 18 Nov 2017 14:06:52 +0000 (09:06 -0500)]
Add indexes on the game_id field.

6 years agoUpdate the refresh script for active servers. top-servers
Ant Zucaro [Wed, 8 Nov 2017 02:19:21 +0000 (21:19 -0500)]
Update the refresh script for active servers.

6 years agoModify the sum type of the active servers MV.
Ant Zucaro [Wed, 8 Nov 2017 02:19:04 +0000 (21:19 -0500)]
Modify the sum type of the active servers MV.

6 years agoMerge branch 'frag-matrix'
Ant Zucaro [Tue, 17 Oct 2017 00:02:58 +0000 (20:02 -0400)]
Merge branch 'frag-matrix'

6 years agoUse the plain JSON type, not JSONB due to PG9.3.
Ant Zucaro [Tue, 17 Oct 2017 00:02:45 +0000 (20:02 -0400)]
Use the plain JSON type, not JSONB due to PG9.3.

6 years agoMerge pull request #3 from antzucaro/frag-matrix
Ant Zucaro [Mon, 16 Oct 2017 23:48:26 +0000 (19:48 -0400)]
Merge pull request #3 from antzucaro/frag-matrix

Add a frag matrix table.

6 years agoPartition the frag matrix table. frag-matrix
Ant Zucaro [Wed, 4 Oct 2017 00:16:41 +0000 (20:16 -0400)]
Partition the frag matrix table.

6 years agoAdd the table to the build.
Ant Zucaro [Sat, 30 Sep 2017 14:23:24 +0000 (10:23 -0400)]
Add the table to the build.

6 years agoInitial version of the player_game_frag_matrix table.
Ant Zucaro [Sat, 30 Sep 2017 14:21:08 +0000 (10:21 -0400)]
Initial version of the player_game_frag_matrix table.

6 years agoMake mention of needing superuser for drop & load, note cron scripts and SQLs.
Ant Zucaro [Sat, 26 Aug 2017 15:03:11 +0000 (11:03 -0400)]
Make mention of needing superuser for drop & load, note cron scripts and SQLs.

6 years agoAdd a pl/pgsql block to update the player_agg_stats_mv table.
Ant Zucaro [Sat, 13 May 2017 12:46:42 +0000 (08:46 -0400)]
Add a pl/pgsql block to update the player_agg_stats_mv table.

6 years agoRemove the trailing comma.
Ant Zucaro [Sat, 13 May 2017 12:20:53 +0000 (08:20 -0400)]
Remove the trailing comma.

6 years agoAdd the aggregate table to the build.
Ant Zucaro [Fri, 12 May 2017 23:31:16 +0000 (19:31 -0400)]
Add the aggregate table to the build.

6 years agoAdd a new 'mv' table for player aggregate stats.
Ant Zucaro [Fri, 12 May 2017 23:29:07 +0000 (19:29 -0400)]
Add a new 'mv' table for player aggregate stats.

6 years agoAdd category to player_ranks and its history.
Ant Zucaro [Sun, 30 Apr 2017 12:37:34 +0000 (08:37 -0400)]
Add category to player_ranks and its history.

6 years agoAdd elo categories to several tables.
Ant Zucaro [Sun, 30 Apr 2017 12:37:09 +0000 (08:37 -0400)]
Add elo categories to several tables.

6 years agoAdd a SQL script to clean the DB.
Ant Zucaro [Sat, 22 Apr 2017 20:44:25 +0000 (16:44 -0400)]
Add a SQL script to clean the DB.

7 years agoAdd some additional IP address padding.
Ant Zucaro [Mon, 3 Apr 2017 00:23:33 +0000 (20:23 -0400)]
Add some additional IP address padding.

7 years agoAdd a script to create a data snapshot of the DB.
Ant Zucaro [Thu, 19 Jan 2017 21:51:07 +0000 (16:51 -0500)]
Add a script to create a data snapshot of the DB.

7 years agoInsert a logging record to the merged_server table after the merge is done.
Ant Zucaro [Fri, 25 Nov 2016 21:17:49 +0000 (16:17 -0500)]
Insert a logging record to the merged_server table after the merge is done.

7 years agoAdd the new table to the build script.
Ant Zucaro [Fri, 25 Nov 2016 21:16:37 +0000 (16:16 -0500)]
Add the new table to the build script.

7 years agoAdd a log table for merged servers.
Ant Zucaro [Fri, 25 Nov 2016 21:14:09 +0000 (16:14 -0500)]
Add a log table for merged servers.

7 years agoOn second thought, let XonStat handle the attribute updates.
Ant Zucaro [Fri, 25 Nov 2016 15:04:41 +0000 (10:04 -0500)]
On second thought, let XonStat handle the attribute updates.

7 years agoAdd a merge_servers function.
Ant Zucaro [Fri, 25 Nov 2016 14:15:18 +0000 (09:15 -0500)]
Add a merge_servers function.

7 years agoAdd an Elo indicator for turning off processing at the server scope.
Ant Zucaro [Fri, 11 Nov 2016 01:45:42 +0000 (20:45 -0500)]
Add an Elo indicator for turning off processing at the server scope.

8 years agoAdd player_medals to the build.
Ant Zucaro [Tue, 29 Mar 2016 01:09:24 +0000 (21:09 -0400)]
Add player_medals to the build.

8 years agoAdd player_medals table.
Ant Zucaro [Tue, 29 Mar 2016 01:09:03 +0000 (21:09 -0400)]
Add player_medals table.

8 years agoFix typos.
Ant Zucaro [Thu, 17 Mar 2016 00:23:18 +0000 (20:23 -0400)]
Fix typos.

8 years agoGive the active MVs primary keys.
Ant Zucaro [Thu, 4 Feb 2016 23:03:39 +0000 (18:03 -0500)]
Give the active MVs primary keys.

8 years agoAdd active maps MV to the build.
Ant Zucaro [Tue, 2 Feb 2016 01:51:04 +0000 (20:51 -0500)]
Add active maps MV to the build.

8 years agoAdd a script to refresh active maps.
Ant Zucaro [Tue, 2 Feb 2016 01:50:22 +0000 (20:50 -0500)]
Add a script to refresh active maps.

8 years agoAdd an MV for active maps.
Ant Zucaro [Tue, 2 Feb 2016 01:49:27 +0000 (20:49 -0500)]
Add an MV for active maps.

8 years agoAdd active servers MV to the build.
Ant Zucaro [Sat, 30 Jan 2016 19:54:27 +0000 (14:54 -0500)]
Add active servers MV to the build.

8 years agoAdd a script to refresh active servers.
Ant Zucaro [Sat, 30 Jan 2016 19:53:53 +0000 (14:53 -0500)]
Add a script to refresh active servers.

8 years agoAdd an MV for active servers.
Ant Zucaro [Sat, 30 Jan 2016 19:52:50 +0000 (14:52 -0500)]
Add an MV for active servers.

8 years agoUnify permissions on all the table scripts.
Ant Zucaro [Sat, 30 Jan 2016 19:50:05 +0000 (14:50 -0500)]
Unify permissions on all the table scripts.

8 years agoAdd active players MV to the build.
Ant Zucaro [Sat, 30 Jan 2016 19:49:14 +0000 (14:49 -0500)]
Add active players MV to the build.

8 years agoAdd script to refresh the active players MV.
Ant Zucaro [Sat, 30 Jan 2016 19:48:17 +0000 (14:48 -0500)]
Add script to refresh the active players MV.

8 years agoAdd an MV for active players.
Ant Zucaro [Sat, 30 Jan 2016 19:47:30 +0000 (14:47 -0500)]
Add an MV for active players.

8 years agoAdd script to refresh summary stats.
Ant Zucaro [Fri, 29 Jan 2016 03:14:05 +0000 (22:14 -0500)]
Add script to refresh summary stats.

8 years agoAdd a create_dt to summary stats.
Ant Zucaro [Fri, 29 Jan 2016 03:13:04 +0000 (22:13 -0500)]
Add a create_dt to summary stats.

8 years agoAdd a summary stats "materialized view".
Ant Zucaro [Fri, 29 Jan 2016 03:11:18 +0000 (22:11 -0500)]
Add a summary stats "materialized view".

8 years agoConsolidate indexes for the games table.
Ant Zucaro [Tue, 26 Jan 2016 14:42:25 +0000 (09:42 -0500)]
Consolidate indexes for the games table.

8 years agoExclude rankings for those at the Elo floor.
Ant Zucaro [Thu, 21 Jan 2016 23:46:15 +0000 (18:46 -0500)]
Exclude rankings for those at the Elo floor.

Those with an Elo value of 100 (the floor) will no longer be ranked.
Additionally, there will no longer be shared ranks. If two players happen to
have the exact same Elo value (unlikely), the player whose Elo record was
created first will be given the higher rank. This rewards players who have
stuck around for a long time, should they tie with someone else who hasn't been
around as long.

8 years agoUpdate the unique key on the player captimes table.
Ant Zucaro [Sat, 13 Jun 2015 13:18:47 +0000 (09:18 -0400)]
Update the unique key on the player captimes table.

8 years agoThe mod is 64 characters, not 30.
Ant Zucaro [Sat, 13 Jun 2015 12:39:58 +0000 (08:39 -0400)]
The mod is 64 characters, not 30.

8 years agoAdd the mod name to the captimes table to somewhat distinguish different methods...
Ant Zucaro [Tue, 9 Jun 2015 21:42:37 +0000 (17:42 -0400)]
Add the mod name to the captimes table to somewhat distinguish different methods of capping.

8 years agoAdd a field to track the absolute number of impure cvar changes.
Ant Zucaro [Tue, 9 Jun 2015 21:38:11 +0000 (17:38 -0400)]
Add a field to track the absolute number of impure cvar changes.

8 years agoAdd the Arc to the weapons table.
Ant Zucaro [Wed, 22 Apr 2015 00:54:15 +0000 (20:54 -0400)]
Add the Arc to the weapons table.

9 years agoAdd primary keys using our naming scheme.
Ant Zucaro [Sun, 11 Jan 2015 17:30:05 +0000 (12:30 -0500)]
Add primary keys using our naming scheme.

9 years agoCreate a game_id index, and put the gin(players) index into gen_partitions.shl too...
Rudolf Polzer [Sun, 11 Jan 2015 16:04:00 +0000 (16:04 +0000)]
Create a game_id index, and put the gin(players) index into gen_partitions.shl too for easier maintenance.

9 years agoThe games table gets a gin index on players.
Ant Zucaro [Wed, 24 Dec 2014 18:28:59 +0000 (13:28 -0500)]
The games table gets a gin index on players.

9 years agoStore a list of player_ids in the games table.
Ant Zucaro [Tue, 16 Dec 2014 02:31:00 +0000 (21:31 -0500)]
Store a list of player_ids in the games table.

9 years agoAdd new weapons to the initial data set.
Ant Zucaro [Sat, 13 Dec 2014 03:57:22 +0000 (22:57 -0500)]
Add new weapons to the initial data set.

9 years agoPartition tables out to 2020, remove old ones.
Ant Zucaro [Tue, 2 Dec 2014 02:18:57 +0000 (21:18 -0500)]
Partition tables out to 2020, remove old ones.

Since these scripts are used to create a new xonstatdb, references to
partitions using past dates will just mean empty tables. I'll cut off this
pruning at each prior year.

9 years agoAdd team_game_stats to the mix.
Ant Zucaro [Sun, 30 Nov 2014 13:22:47 +0000 (08:22 -0500)]
Add team_game_stats to the mix.

9 years agoAdd indexes. Rename to reflect its purpose.
Ant Zucaro [Wed, 19 Nov 2014 02:17:01 +0000 (21:17 -0500)]
Add indexes. Rename to reflect its purpose.

9 years agoAdd table definitions.
Ant Zucaro [Tue, 18 Nov 2014 03:16:40 +0000 (22:16 -0500)]
Add table definitions.

9 years agoComplete trigger definition.
Ant Zucaro [Tue, 18 Nov 2014 02:39:48 +0000 (21:39 -0500)]
Complete trigger definition.

9 years agoRule generator for partitions. Incomplete.
Ant Zucaro [Tue, 18 Nov 2014 02:21:03 +0000 (21:21 -0500)]
Rule generator for partitions. Incomplete.

9 years agoMerge branch 'master' of github.com:antzucaro/xonstatdb
Ant Zucaro [Sat, 12 Jul 2014 21:11:07 +0000 (17:11 -0400)]
Merge branch 'master' of github.com:antzucaro/xonstatdb

9 years agoTake the greatest Elo per gametype in merges.
Ant Zucaro [Sat, 12 Jul 2014 21:09:45 +0000 (17:09 -0400)]
Take the greatest Elo per gametype in merges.

With Elo rot in place, doing a weighted average is no longer
appropriate. We will still sum the game count between the two
records, but the Elo will get set to the maximum score instead
of the weighted average.

9 years agoAdd groups table for admin functionality.
Ant Zucaro [Mon, 16 Jun 2014 01:05:07 +0000 (21:05 -0400)]
Add groups table for admin functionality.

9 years agoAdd email address to the players table (for admins only).
Ant Zucaro [Fri, 13 Jun 2014 12:24:13 +0000 (08:24 -0400)]
Add email address to the players table (for admins only).

9 years agoMerge branch 'master' of github.com:antzucaro/xonstatdb
Ant Zucaro [Wed, 28 May 2014 00:36:41 +0000 (20:36 -0400)]
Merge branch 'master' of github.com:antzucaro/xonstatdb

9 years agoAdd script to purge anticheat logs.
Ant Zucaro [Wed, 28 May 2014 00:36:27 +0000 (20:36 -0400)]
Add script to purge anticheat logs.

9 years agoAdd an anticheat log table.
Ant Zucaro [Wed, 28 May 2014 00:32:16 +0000 (20:32 -0400)]
Add an anticheat log table.

10 years agoPlaying one Elo game type in the past 30 days will prevent rot.
Ant Zucaro [Mon, 10 Feb 2014 23:32:54 +0000 (18:32 -0500)]
Playing one Elo game type in the past 30 days will prevent rot.

10 years agoFix date range for q4 partition.
Ant Zucaro [Wed, 2 Oct 2013 00:44:38 +0000 (20:44 -0400)]
Fix date range for q4 partition.

10 years agoDamn off-by-one errors. *shakes fist*
antzucaro [Sat, 17 Aug 2013 04:34:33 +0000 (00:34 -0400)]
Damn off-by-one errors. *shakes fist*

10 years agoAdd Elo rot analysis query.
antzucaro [Sat, 17 Aug 2013 04:12:14 +0000 (00:12 -0400)]
Add Elo rot analysis query.

10 years agoUse a new Elo rot scheme.
antzucaro [Sat, 17 Aug 2013 03:51:00 +0000 (23:51 -0400)]
Use a new Elo rot scheme.

The old rot was to decay 1 Elo point per day of inactivity beyond
30 days of inactivity. This was extremely conservative and leads
to people staying on the leaderboards for an extraordinary amount
of time after they have ceased playing (or ceased recording).

The new system uses a weeks-based rot  Starting on your 31st day
of inactivity (as defined by no recorded games in the particular
game type), you will lose 1 point per week of inactivty *each day*.
This looks like so:

Days 1-30: nothing happens - no penalty
Days 31-37: 1 point docked per day
Days 38-44: 2 points docked per day

... and so on.

It is my hope that this system will favor active, skilled players
while at the same time penalizing inactive players.

10 years agoAdd drop and load convenience script.
Ant Zucaro [Sun, 11 Aug 2013 14:01:11 +0000 (10:01 -0400)]
Add drop and load convenience script.

10 years agoVarious typos on Q4.
Ant Zucaro [Thu, 23 May 2013 02:05:53 +0000 (22:05 -0400)]
Various typos on Q4.

10 years agoPartition player weapon stats through 2014.
Ant Zucaro [Thu, 23 May 2013 02:05:06 +0000 (22:05 -0400)]
Partition player weapon stats through 2014.

10 years agoPartition player game stats through 2014.
Ant Zucaro [Thu, 23 May 2013 01:42:56 +0000 (21:42 -0400)]
Partition player game stats through 2014.

10 years agoPartition games through 2014.
Ant Zucaro [Thu, 23 May 2013 01:24:36 +0000 (21:24 -0400)]
Partition games through 2014.

10 years agoYou know what? We don't need tables for the past!
Ant Zucaro [Thu, 23 May 2013 01:11:39 +0000 (21:11 -0400)]
You know what? We don't need tables for the past!

10 years agoConfigure partitions through 2014.
Ant Zucaro [Thu, 23 May 2013 01:05:02 +0000 (21:05 -0400)]
Configure partitions through 2014.

10 years agoAdd rounds, caps fields.
Ant Zucaro [Thu, 23 May 2013 00:58:09 +0000 (20:58 -0400)]
Add rounds, caps fields.

10 years agoAdd team scores table. Partition till 2015.
Ant Zucaro [Sun, 21 Apr 2013 20:36:53 +0000 (16:36 -0400)]
Add team scores table. Partition till 2015.

11 years agoAdd port to servers table
Ant Zucaro [Tue, 5 Feb 2013 08:26:43 +0000 (03:26 -0500)]
Add port to servers table

11 years agoAdd mod string to games table
Ant Zucaro [Tue, 5 Feb 2013 08:25:09 +0000 (03:25 -0500)]
Add mod string to games table