pg-hint-plan-18_1.8.0-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Fri, 29 Aug 2025 10:58:11 +0200 |
Source: | pg-hint-plan-18 |
Binary: | postgresql-18-pg-hint-plan postgresql-18-pg-hint-plan-dbgsym |
Architecture: | source amd64 |
Version: | 1.8.0-1 |
Distribution: | experimental |
Urgency: | medium |
Maintainer: | Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> |
Changed-By: | Christoph Berg <myon@debian.org> |
Description: | postgresql-18-pg-hint-plan - support for optimizer hints in PostgreSQL |
Changes: | pg-hint-plan-18 (1.8.0-1) experimental; urgency=medium * pg-hint-plan for PostgreSQL 18. |
Files: | 3b0e0b00924e73ce992101ddfb4858f7 2195 database optional pg-hint-plan-18_1.8.0-1.dsc 1b1ccc0588ed9836511e5be1f636266e 219807 database optional pg-hint-plan-18_1.8.0.orig.tar.gz 2e6fd5b3dec31d8cc54fe43846ebada4 3356 database optional pg-hint-plan-18_1.8.0-1.debian.tar.xz 92ae526ba8cf89e5efc3cf5131912b7b 11736 database optional pg-hint-plan-18_1.8.0-1_amd64.buildinfo 08fce3f744c3ed2840ad56ad3ea58acc 148488 debug optional postgresql-18-pg-hint-plan-dbgsym_1.8.0-1_amd64.deb 42c6985ed4084c7442caa2a2d78be591 144404 database optional postgresql-18-pg-hint-plan_1.8.0-1_amd64.deb |
pg-hint-plan-18_1.8.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | pg-hint-plan-18 |
Binary: | postgresql-18-pg-hint-plan |
Architecture: | any |
Version: | 1.8.0-1 |
Maintainer: | Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> |
Uploaders: | Christoph Berg <myon@debian.org>, |
Homepage: | https://github.com/ossc-db/pg_hint_plan |
Standards-Version: | 4.7.0 |
Vcs-Browser: | https://salsa.debian.org/postgresql/pg-hint-plan |
Vcs-Git: | https://salsa.debian.org/postgresql/pg-hint-plan.git -b 17 |
Testsuite: | autopkgtest |
Testsuite-Triggers: | make |
Build-Depends: | architecture-is-64-bit<!pkg.postgresql.32-bit>, debhelper-compat (=13), flex, postgresql-all<!nocheck>, postgresql-common-dev, postgresql-server-dev-18 |
Package-List: | postgresql-18-pg-hint-plan deb database optional arch=any |
Files: | 1b1ccc0588ed9836511e5be1f636266e 219807 pg-hint-plan-18_1.8.0.orig.tar.gz 2e6fd5b3dec31d8cc54fe43846ebada4 3356 pg-hint-plan-18_1.8.0-1.debian.tar.xz |
control file for postgresql-18-pg-hint-plan_1.8.0-1_amd64.deb (click to toggle) | |
---|---|
Package: | postgresql-18-pg-hint-plan |
Source: | pg-hint-plan-18 |
Version: | 1.8.0-1 |
Architecture: | amd64 |
Maintainer: | Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> |
Installed-Size: | 337 |
Depends: | postgresql-18, libc6 (>=2.14) |
Section: | database |
Priority: | optional |
Homepage: | https://github.com/ossc-db/pg_hint_plan |
Description: | support for optimizer hints in PostgreSQL PostgreSQL uses a cost-based optimizer that uses data statistics, not static rules. The planner (optimizer) estimates costs of each possible execution plans for a SQL statement, then executes the plan with the lowest cost. The planner does its best to select the best execution plan, but it is far from perfect, since it may not count some data properties, like correlation between columns. . pg_hint_plan makes it possible to tweak PostgreSQL execution plans using so-called "hints" in SQL comments, like /*+ SeqScan(a) */. |
contents of postgresql-18-pg-hint-plan_1.8.0-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-08-29 08:58 ./ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/lib/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/lib/postgresql/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/lib/postgresql/18/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/lib/postgresql/18/lib/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/lib/postgresql/18/lib/bitcode/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/lib/postgresql/18/lib/bitcode/pg_hint_plan/ -rw-r--r-- root/root 113028 2025-08-29 08:58 ./usr/lib/postgresql/18/lib/bitcode/pg_hint_plan/pg_hint_plan.bc -rw-r--r-- root/root 37032 2025-08-29 08:58 ./usr/lib/postgresql/18/lib/bitcode/pg_hint_plan/query_scan.bc -rw-r--r-- root/root 15700 2025-08-29 08:58 ./usr/lib/postgresql/18/lib/bitcode/pg_hint_plan.index.bc -rw-r--r-- root/root 104376 2025-08-29 08:58 ./usr/lib/postgresql/18/lib/pg_hint_plan.so drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/share/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/share/doc/postgresql-18-pg-hint-plan/ -rw-r--r-- root/root 2836 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/README -rw-r--r-- root/root 328 2025-08-29 08:58 ./usr/share/doc/postgresql-18-pg-hint-plan/changelog.Debian.gz -rw-r--r-- root/root 3004 2025-03-16 09:22 ./usr/share/doc/postgresql-18-pg-hint-plan/copyright -rw-r--r-- root/root 1240 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/description.md -rw-r--r-- root/root 892 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/errors.md -rw-r--r-- root/root 987 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/functional_limitations.md -rw-r--r-- root/root 3107 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/hint_details.md.gz -rw-r--r-- root/root 3619 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/hint_list.md -rw-r--r-- root/root 2823 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/hint_table.md.gz -rw-r--r-- root/root 240 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/index.md -rw-r--r-- root/root 1340 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/installation.md -rw-r--r-- root/root 483 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/requirements.md -rw-r--r-- root/root 567 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/synopsis.md -rw-r--r-- root/root 288 2025-08-18 05:20 ./usr/share/doc/postgresql-18-pg-hint-plan/uninstallation.md drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/share/postgresql/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/share/postgresql/18/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/share/postgresql/18/extension/ -rw-r--r-- root/root 436 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.0--1.3.1.sql -rw-r--r-- root/root 684 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.0.sql -rw-r--r-- root/root 436 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.1--1.3.2.sql -rw-r--r-- root/root 439 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.10--1.3.11.sql -rw-r--r-- root/root 433 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.11--1.4.sql -rw-r--r-- root/root 436 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.2--1.3.3.sql -rw-r--r-- root/root 436 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.3--1.3.4.sql -rw-r--r-- root/root 436 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.4--1.3.5.sql -rw-r--r-- root/root 436 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.5--1.3.6.sql -rw-r--r-- root/root 436 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.6--1.3.7.sql -rw-r--r-- root/root 436 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.7--1.3.8.sql -rw-r--r-- root/root 436 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.8--1.3.9.sql -rw-r--r-- root/root 438 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.3.9--1.3.10.sql -rw-r--r-- root/root 434 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.4--1.4.1.sql -rw-r--r-- root/root 436 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.4.1--1.4.2.sql -rw-r--r-- root/root 436 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.4.2--1.4.3.sql -rw-r--r-- root/root 437 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.4.3--1.4.4.sql -rw-r--r-- root/root 433 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.4.4--1.5.sql -rw-r--r-- root/root 435 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.5--1.5.1.sql -rw-r--r-- root/root 437 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.5.1--1.5.2.sql -rw-r--r-- root/root 437 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.5.2--1.5.3.sql -rw-r--r-- root/root 437 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.5.3--1.6.0.sql -rw-r--r-- root/root 439 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.6.0--1.6.1.sql -rw-r--r-- root/root 439 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.6.1--1.6.2.sql -rw-r--r-- root/root 850 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.6.2--1.7.0.sql -rw-r--r-- root/root 439 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.7.0--1.7.1.sql -rw-r--r-- root/root 439 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan--1.7.1--1.8.0.sql -rw-r--r-- root/root 134 2025-08-29 08:58 ./usr/share/postgresql/18/extension/pg_hint_plan.control |
copyright of postgresql-18-pg-hint-plan_1.8.0-1_amd64.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pg-hint-plan Source: https://github.com/ossc-db/pg_hint_plan Files: * Copyright: Copyright (c) 2012-2023, NIPPON TELEGRAPH AND TELEPHONE CORPORATION License: NTT All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the NIPPON TELEGRAPH AND TELEPHONE CORPORATION (NTT) nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: core.c make_join_rel.c query_scan.l Copyright: Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group Portions Copyright (c) 1994, The Regents of the University of California License: PostgreSQL Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies. . IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
control file for postgresql-18-pg-hint-plan-dbgsym_1.8.0-1_amd64.deb (click to toggle) | |
---|---|
Package: | postgresql-18-pg-hint-plan-dbgsym |
Source: | pg-hint-plan-18 |
Version: | 1.8.0-1 |
Auto-Built-Package: | debug-symbols |
Architecture: | amd64 |
Maintainer: | Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> |
Installed-Size: | 169 |
Depends: | postgresql-18-pg-hint-plan (=1.8.0-1) |
Section: | debug |
Priority: | optional |
Description: | debug symbols for postgresql-18-pg-hint-plan |
Build-Ids: | c6ecccd328cf37a19661138d4f47760b6ce983f2 |
contents of postgresql-18-pg-hint-plan-dbgsym_1.8.0-1_amd64.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-08-29 08:58 ./ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/lib/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/lib/debug/.build-id/c6/ -rw-r--r-- root/root 162736 2025-08-29 08:58 ./usr/lib/debug/.build-id/c6/ecccd328cf37a19661138d4f47760b6ce983f2.debug drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/share/ drwxr-xr-x root/root 0 2025-08-29 08:58 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-08-29 08:58 ./usr/share/doc/postgresql-18-pg-hint-plan-dbgsym -> postgresql-18-pg-hint-plan |
copyright of postgresql-18-pg-hint-plan-dbgsym_1.8.0-1_amd64.deb (click to toggle) | |
---|---|
WARNING: No copyright found, please check package manually. |
Timestamp: 29.08.2025 / 17:02:35 (UTC)