index
:
go-x-pkgsite
main
revert-to-dirmodgetter
Fork of golang.org/x/pkgsite with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
postgres
/
unit.go
Age
Commit message (
Expand
)
Author
2026-03-26
internal: consolidate build context and unit resolution logic
Ethan Lee
2026-03-24
internal/api: implement module packages endpoint
Ethan Lee
2026-03-20
internal: conditionally return documentation in GetUnit
Ethan Lee
2026-02-03
internal/postgres: optimize unit metadata lookup for unknown module paths
Ethan Lee
2025-11-17
Revert "internal/postgres: utilize num_imports column in insert_module"
Ethan Lee
2025-11-13
internal/postgres: utilize num_imports column in insert_module
Ethan Lee
2024-01-23
internal: move UnitMeta.IsRedistributable to Unit
Michael Matloob
2024-01-22
internal: move UnitMeta.Licenses to Unit
Michael Matloob
2023-08-04
internal/middleware: move stats to its own package
Michael Matloob
2022-11-15
all: convert interface{} to any
Hana (Hyang-Ah) Kim
2022-04-11
all: gofmt
Russ Cox
2022-03-07
internal/database: use generics for Collect functions
Jonathan Amsterdam
2021-08-26
internal/postgres: rename function
Jonathan Amsterdam
2021-08-20
internal,tests: delete symbol history experiments
Julie Qiu
2021-08-09
internal/postgres: change package_path reference to package_path_id
Julie Qiu
2021-07-30
internal: delete ReadSymbolHistory experiment
Julie Qiu
2021-07-21
internal/{database,postgres}: export CollectStrings
Jonathan Amsterdam
2021-07-19
internal/frontend: do not show symbol history for commands
Julie Qiu
2021-07-12
internal: support std@dev.fuzz
Julie Qiu
2021-06-18
many: remove read-imports experiment
Jonathan Amsterdam
2021-06-14
internal/postgres: don't touch package_imports
Jonathan Amsterdam
2021-06-10
internal/postgres: read from imports table
Jonathan Amsterdam
2021-06-07
internal/version: drop Version suffix from constants
Julie Qiu
2021-06-07
internal: move version constants to internal/version
Julie Qiu
2021-05-12
internal/postgres: ensure good version not later than cooked
Jonathan Amsterdam
2021-05-06
internal/postgres: delete Legacy functions
Julie Qiu
2021-05-06
internal/postgres: use moduleID in getPackagesInUnit
junjunjunk
2021-05-05
internal/postgres: export GetSymbolHistoryForBuildContext and GetPathID
Julie Qiu
2021-05-05
internal: enable symbol history for stdlib
Julie Qiu
2021-05-05
internal/postgres: only fetch symbol history for packages
Julie Qiu
2021-05-04
internal: prefix GetSymbolHistory functions with Legacy
Julie Qiu
2021-05-04
internal/postgres: optimize getSymbolHistoryForBuildContext query
Julie Qiu
2021-05-04
internal: change GetSymbolHistoryForBuildContext output
Julie Qiu
2021-04-29
internal/postgres: read only one doc source from DB
Jonathan Amsterdam
2021-04-19
internal/frontend: add additional stats in serveUnitPage stack
Julie Qiu
2021-04-19
internal/postgres: add stats for GetUnit and GetUnitMeta
Julie Qiu
2021-04-16
internal: delete unused WithSymbols fieldset
Julie Qiu
2021-04-13
internal: remove unit-meta-with-latest experiment
Jonathan Amsterdam
2021-04-13
many: remove "retractions" experiment
Jonathan Amsterdam
2021-04-08
internal/postgres: continue MustInsertModule cleanup
Jonathan Amsterdam
2021-04-08
internal/postgres: remove MustInsertModule from remaining tests
Jonathan Amsterdam
2021-03-22
internal/postgres: add ReInsertLatestVersion
Jonathan Amsterdam
2021-03-15
internal/postgres: upsert search with module path and version parameters
Jonathan Amsterdam
2021-03-15
internal/postgres: remove special treatment of incompatible versions
Jonathan Amsterdam
2021-03-10
internal/postgres: rewrite GetUnitMeta with latest versions
Jonathan Amsterdam
2021-03-04
internal/postgres: add collectStrings
Jonathan Amsterdam
2021-03-04
internal/postgres: move GetUnitMeta to legacyGetUnitMeta
Jonathan Amsterdam
2021-03-03
internal/postgres: use latest versions to populate ModuleInfo
Jonathan Amsterdam
2021-03-01
internal: do not display README at /std
Julie Qiu
2021-02-25
internal/postgres: fix GetUnit tests
Julie Qiu
[next]