Redo indexes for new SELECTs and trivially tweak one old query
[rapid-gossip-sync-server] / src / config.rs
2023-07-02 Matt CoralloRedo indexes for new SELECTs and trivially tweak one...
2023-07-02 Matt CoralloLet postgres filter timestamps rather than doing it...
2023-07-02 Matt CoralloMerge pull request #39 from arik-so/2023-06-announcemen...
2023-06-27 Arik SosmanSend reminders for stale-ish channels.
2023-06-05 Matt CoralloMerge pull request #37 from marctyndel/configurable...
2023-06-05 Marc Tyndelquick fix to be able to set the caches path via env...
2023-04-03 Matt CoralloMerge pull request #21 from jurvis/jurvis/2022-11-rgs...
2023-02-09 Matt CoralloMerge pull request #26 from andrei-21/feature/configure...
2023-02-08 ArikMerge pull request #24 from andrei-21/feature/configure...
2023-02-08 AndreiLowercase network values
2023-02-08 AndreiMake ln peers configurable
2023-02-08 AndreiConfigure network
2022-11-08 Matt CoralloMerge pull request #19 from TheBlueMatt/main
2022-11-08 Matt CoralloSet per-table autovacuum thresholds low
2022-09-14 ArikMerge pull request #14 from TheBlueMatt/main
2022-09-14 Matt CoralloAdd one additional index which postgres prefers as...
2022-09-14 Matt CoralloDrop useless indexes, add (very) useful indxes after...
2022-09-14 Matt CoralloDrop the composite_index in favor of a multi-column...
2022-09-13 Matt CoralloAdd some further indexes on channel_updates to match...
2022-09-13 Matt CoralloDrop redundant block_height column on announcements...
2022-09-13 Matt CoralloUse more appropriate data types for SCIDs, direction...
2022-09-13 Matt CoralloDrop the chain_hash column
2022-09-13 Matt CoralloAdd upgrade query support
2022-08-23 Matt CoralloMerge pull request #13 from arik-so/2022-08-envvar...
2022-08-23 Arik SosmanChange bitcoin REST endpoint default port to the standa...
2022-08-23 Matt CoralloMerge pull request #11 from arik-so/2022-08-envvar...
2022-08-23 Arik SosmanRename environment variables to reflect the name of...
2022-08-22 Arik SosmanInitial commit.