pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/pg_repack
Module Name: pkgsrc
Committed By: adam
Date: Mon Sep 23 08:15:58 UTC 2024
Modified Files:
pkgsrc/databases/pg_repack: Makefile distinfo
Log Message:
pg_repack: updated to 1.5.1
pg_repack 1.5.1
Added support for PostgreSQL 17
Fix wrong OID format type in repack_trigger
Fix check of NOT NULL by repack.primary_keys
Fixed processing of tablespace names requiring quoted identifiers
Replace PQconnectdb() by PQconnectdbParams()
Added --apply-count option
Do not include a declaratively partitioned table with option --only-indexes
Fix possible two vacuums concurrently processing the same relfilenode
Use savepoints when retrying to take AccessShareLock
Fix swap of relfrozenxid, relfrozenxid and relallvisible
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/pg_repack/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/pg_repack/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/pg_repack/Makefile
diff -u pkgsrc/databases/pg_repack/Makefile:1.12 pkgsrc/databases/pg_repack/Makefile:1.13
--- pkgsrc/databases/pg_repack/Makefile:1.12 Fri Jan 26 13:40:21 2024
+++ pkgsrc/databases/pg_repack/Makefile Mon Sep 23 08:15:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/01/26 13:40:21 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/09/23 08:15:57 adam Exp $
-DISTNAME= pg_repack-1.5.0
+DISTNAME= pg_repack-1.5.1
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=reorg/}
Index: pkgsrc/databases/pg_repack/distinfo
diff -u pkgsrc/databases/pg_repack/distinfo:1.8 pkgsrc/databases/pg_repack/distinfo:1.9
--- pkgsrc/databases/pg_repack/distinfo:1.8 Fri Jan 26 13:40:21 2024
+++ pkgsrc/databases/pg_repack/distinfo Mon Sep 23 08:15:57 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2024/01/26 13:40:21 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/09/23 08:15:57 adam Exp $
-BLAKE2s (pg_repack-1.5.0.tar.gz) = d639bf3a7d279afe7ff48742df9807dc446acc6c227915df91c051d8f67b5d79
-SHA512 (pg_repack-1.5.0.tar.gz) = be6ac1b120b6175a62dc57656b9dcbc44f706b6b1a6286da813159809282ad3025ca0721159a087d23d4d5e126debeb1003ef99bf44f5499ce8288e97b40711a
-Size (pg_repack-1.5.0.tar.gz) = 97088 bytes
+BLAKE2s (pg_repack-1.5.1.tar.gz) = 45ca12d961d3c9cfaa65db77d4fdc01ab0c8ce2543b35cd8d80f6140905423de
+SHA512 (pg_repack-1.5.1.tar.gz) = 09625f547ea979579c3b0f50a836aa00ce052be66eac2bff30500c6300fac11428e62b7929b8766c606f9f573578f4b3ccb7fc786360bd953aceeeea941ff4a4
+Size (pg_repack-1.5.1.tar.gz) = 99661 bytes
SHA1 (patch-bin_Makefile) = 7e82083f0df7e9a1532be323196875bd8ba44520
SHA1 (patch-bin_pg__repack.c) = e983b5e9ce21368fec6fd2c550cd1fad78e94d5b
Home |
Main Index |
Thread Index |
Old Index