aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres
AgeCommit message (Expand)Author
7 daysinternal/postgres: allow matching exact prefix with exact:Madeline Kalil
2026-03-27all: run go fix -stringsseqHana Kim
2026-03-26all: run go fix -slicescontainsHana Kim
2026-03-26internal: consolidate build context and unit resolution logicEthan Lee
2026-03-26all: fix rangeintHana Kim
2026-03-26internal/api: implement package symbols endpointEthan Lee
2026-03-25all: add LatestVersion to ModuleInfoEthan Lee
2026-03-24all: pgx/v4 to v5 and upgrade pqEthan Lee
2026-03-24internal/api: implement module packages endpointEthan Lee
2026-03-20internal: conditionally return documentation in GetUnitEthan Lee
2026-03-17all: fix minmaxHana Kim
2026-03-13all: fix forvarHana Kim
2026-03-12internal/postgres: clean up duplicated comments in upsertSymbolSearchDocumentsEthan Lee
2026-02-03internal/postgres: optimize unit metadata lookup for unknown module pathsEthan Lee
2025-11-28internal/postgres: fix %q verb uses with wrong typeDmitri Shuralyov
2025-11-17Revert "internal/postgres: utilize num_imports column in insert_module"Ethan Lee
2025-11-13internal/postgres: utilize num_imports column in insert_moduleEthan Lee
2025-11-13internal/postgres: use JOINs in GetModuleVersionsToClean queryEthan Lee
2025-11-13internal/testing: avoid data race to NonRedistributableLicenseRob Findley
2025-11-10internal/postgres: remove the exclusive lock in upsertPathRob Findley
2025-11-05internal/postgres: exclude internal packages when doing shortcut resolutionNicholas S. Husin
2025-10-29add github.com/cdktf/cdktf-provider-google-go/google/v16 to skip-symbolsEthan Lee
2025-10-23internal/postgres: add skip-symbols list to saveModuleEthan Lee
2025-08-14internal/postgres: apply bypassLicenseCheck to IsRedistributable columnJean Barkhuysen
2025-07-21internal/database: allow running db tests under different db nameJean Barkhuysen
2025-04-01internal/postgres: use a more straightforward return valuecuishuang
2025-02-18all: upgrade go directive to at least 1.23.0 [generated]Gopher Robot
2025-02-06vuln: fix missed usage of Wrap after removing legacy vulndb supportKha Nguyen
2025-01-27internal/postgres: add search knobsJonathan Amsterdam
2025-01-21internal/postgres: search doesn't group stdlibJonathan Amsterdam
2025-01-03all: make function and struct comments match the namescuishuang
2024-12-26internal/frontend/search: don't return 500 on timeoutJonathan Amsterdam
2024-11-08internal/godoc: increase max doc HTML limitJonathan Amsterdam
2024-11-08test/screentest: remove unneeded seedsJonathan Amsterdam
2024-09-04internal/postgres: insert module path even if not a packageJonathan Amsterdam
2024-09-04several: use stdlib functionsJonathan Amsterdam
2024-04-05internal/postgres: exclusions should be case insensitiveRobert Findley
2024-03-05worker: display request state on main pageJonathan Amsterdam
2024-02-27internal/postgres: speed up imported-by countsJonathan Amsterdam
2024-02-22internal/worker: add batch param to update-imported-by-count routeJonathan Amsterdam
2024-02-21internal/postgres: support module@version exclusionsJonathan Amsterdam
2024-01-23internal: move UnitMeta.IsRedistributable to UnitMichael Matloob
2024-01-22internal: move UnitMeta.Licenses to UnitMichael Matloob
2023-12-18internal/postgres: delete dead code depending on goldmarkMichael Matloob
2023-08-25internal/config: separate config initialization into serverconfigMichael Matloob
2023-08-23all: remove arbitrary hard-coded timeouts in testsBryan C. Mills
2023-08-22internal/testing/fakedatasource: implement PostgresDB interfaceMichael Matloob
2023-08-04internal/middleware: move stats to its own packageMichael Matloob
2023-07-18internal: add an interface for internal/postgres.DBMichael Matloob
2023-07-18internal: remove repetitive wordscui fliter