DFSG NEW Queue

DFSG, Licensing & New Packages Team

timestamp9 1.4.0-1

Package Information

DescriptionNanosecond precision timestamp type for PostgreSQL

PostgreSQL's built-in timestamp types support microsecond precision. timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL. Internally, timestamp9 is stored in a 64-bit number as the number of nanoseconds since the UNIX epoch. Timestamp input can be given either as the number of nanoseconds since Jan 1st 1970, or it can be cast from text format. Both regular PostgreSQL timestamptz text format, as well as a custom nanosecond text format are supported as inputs.

MaintainerDebian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Changed ByChristoph Berg <myon@debian.org>
Sponsormyon@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/postgresql/timestamp9.git.git (browse)
Trackerhttps://tracker.debian.org/pkg/timestamp9
Uploaded6 hours ago

New Package Report

.changes
Architecturesource amd64
Distributionunstable
DateFri, 17 Apr 2026 14:26:19 +0200
Sourcetimestamp9
Version1.4.0-1
Changed-ByChristoph Berg
Changelog
timestamp9 (1.4.0-1) unstable; urgency=medium
 .
   * Initial release.
.dsc
Componentmain
Package-Listpostgresql-18-timestamp9 deb database optional arch=any
Sectiondatabase
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: timestamp9
Source: https://github.com/optiver/timestamp9

Files: *
Copyright:
 Copyright (c) 2018 Floris van Nee
 Copyright 2023 Optiver IP B.V.
License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the “Software”), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
 .
 Unless required by applicable law or explicitly agreed by an authorized
 representative of Optiver IP B.V. in writing, software distributed under the
 License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
 OF ANY KIND, either express or implied. Please see the License for the
 specific language governing permissions and limitations under the License.

Back to Dashboard | View all reviews for this package