8000 Tags · ringsaturn/pg-tzf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ringsaturn/pg-tzf

Tags

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ringsaturn Han Xiao
bump version

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ringsaturn Han Xiao
release v0.2.1

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add batch timezone lookup functions (#1)

- Add tzf_tzname_batch to process arrays of coordinates
- Add tzf_tzname_batch_points to process arrays of points
- Add comprehensive test cases for batch operations
- Optimize performance by reducing PostgreSQL <-> Rust boundary crossings
- Support parallel execution with IMMUTABLE PARALLEL SAFE

This change improves performance when processing multiple coordinates by
reducing function call overhead between PostgreSQL and Rust. The batch
functions return timezone names directly, maintaining the same output
format as the single-point lookup functions.

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ringsaturn Han Xiao
Update README

v0.1.0-alpha.8

Toggle v0.1.0-alpha.8's commit message

Verified

This commit was signed with the committer’s verified signature.
ringsaturn Han Xiao
bump version

v0.1.0-alpha.7

Toggle v0.1.0-alpha.7's commit message

Verified

This commit was signed with the committer’s verified signature.
ringsaturn Han Xiao
fix release

0