The NetBSD Project

CVS log for pkgsrc/databases/pg_repack/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / pg_repack

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Dec 26 08:07:09 2024 UTC (2 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
pg_repack: updated to 1.5.2

pg_repack 1.5.2

Allow to run pg_repack by non-superusers
Make --error-on-invalid-index the default behavior

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 23 08:15:57 2024 UTC (5 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
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

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jan 26 13:40:21 2024 UTC (13 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -2 lines
pg_repack: updated to 1.5.0

pg_repack 1.5.0

* Added support for PostgreSQL 16
* Fix possible SQL injection
* Support longer password length
* Fixed infinite loop on empty password
* Added ``--switch-threshold`` option
* Fixed crash in ``get_order_by()`` using invalid relations
* Added support for tables that have been previously rewritten with `VACUUM FULL` and use storage=plain for all columns
* More careful locks acquisition

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Mar 3 10:51:10 2023 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +9 -6 lines
pg_repack: updated to 1.4.8

1.4.8
* Added support for PostgreSQL 15
* Fixed --parent-table on declarative partitioned tables
* Removed connection info from error log

1.4.7
* Added support for PostgreSQL 14

1.4.6
* Added support for PostgreSQL 13
* Dropped support for PostgreSQL before 9.4

1.4.5
* Added support for PostgreSQL 12
* Fixed parallel processing for indexes with operators from public schema

1.4.4
* Added support for PostgreSQL 11
* Remove duplicate password prompt

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 25 06:25:43 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
*: remove some references to postgresql 9.6

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 24 08:23:18 2021 UTC (3 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Adjust PGSQL_VERSIONS_ACCEPTED

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 1 22:17:34 2020 UTC (4 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Remove unsupported PG version

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 27 19:37:38 2020 UTC (4 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
*: reset MAINTAINER for fhajny on his request

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 14 19:10:47 2020 UTC (4 years, 10 months ago) by joerg
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
Can't build with PG11+, don't depend on false for PG10.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 18 23:30:18 2020 UTC (5 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Dec 15 21:12:19 2018 UTC (6 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
*: update email for fhajny

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 21 13:20:20 2018 UTC (6 years, 10 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
databases/pg_repack: Update to 1.4.3.

- Fixed possible CVE-2018-1058 attack paths
- Fixed "unexpected index definition" after CVE-2018-1058 changes in
  PostgreSQL
- Fixed build with recent Ubuntu packages

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 16 15:43:39 2017 UTC (7 years, 5 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Update databases/pg_repack to 1.4.2.

- added PostgreSQL 10 support
- fixed error DROP INDEX CONCURRENTLY cannot run inside a transaction block

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Aug 15 08:34:20 2017 UTC (7 years, 7 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Add pg_repack-1.4.1 as databases/pg_repack.

pg_repack is a PostgreSQL extension which lets you remove bloat from
tables and indexes, and optionally restore the physical order of
clustered indexes.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>