2 Commits

Author SHA256 Message Date
a369744d22 Accepting request 1307188 from server:database:postgresql
- Add support for pg 18 by adding the 18.0 version
  - bug fixes:
    - Error when required hooks are skipped.
  - Improvements:
    - SELECT FOR UPDATE object logging improvement.
    - Disable logging in parallel workers.
    - Use strpbrk() instead of strstr() where applicable.
    - Fix search_path for trigger functions.
    - Minor code optimizations.
  - Features:
    - PostgreSQL 18 support.

OBS-URL: https://build.opensuse.org/request/show/1307188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pgaudit?expand=0&rev=8
2025-09-26 20:49:03 +00:00
357da4ddf5 - Add support for pg 18 by adding the 18.0 version
- bug fixes:
    - Error when required hooks are skipped.
  - Improvements:
    - SELECT FOR UPDATE object logging improvement.
    - Disable logging in parallel workers.
    - Use strpbrk() instead of strstr() where applicable.
    - Fix search_path for trigger functions.
    - Minor code optimizations.
  - Features:
    - PostgreSQL 18 support.

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgaudit?expand=0&rev=42
2025-09-25 16:12:40 +00:00
4 changed files with 23 additions and 1 deletions

View File

@@ -4,4 +4,5 @@
<package>postgresql15</package>
<package>postgresql16</package>
<package>postgresql17</package>
<package>postgresql18</package>
</multibuild>

3
pgaudit-18.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:988e8afeda320ebe0a3e632ef6b6bce5d3a08346c2e100a173a585c9521d1fa5
size 47346

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Sep 25 16:11:05 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- Add support for pg 18 by adding the 18.0 version
- bug fixes:
- Error when required hooks are skipped.
- Improvements:
- SELECT FOR UPDATE object logging improvement.
- Disable logging in parallel workers.
- Use strpbrk() instead of strstr() where applicable.
- Fix search_path for trigger functions.
- Minor code optimizations.
- Features:
- PostgreSQL 18 support.
-------------------------------------------------------------------
Tue Jul 8 07:21:54 UTC 2025 - Reinhard Max <max@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package pgaudit
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -47,6 +47,9 @@ Version: 16.1
%if "%{name_pg}" == "postgresql17"
Version: 17.1
%endif
%if "%{name_pg}" == "postgresql18"
Version: 18.0
%endif
Release: 0
Summary: An auditing module for PostgreSQL
License: PostgreSQL