Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a369744d22 | |||
| 357da4ddf5 |
@@ -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
3
pgaudit-18.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:988e8afeda320ebe0a3e632ef6b6bce5d3a08346c2e100a173a585c9521d1fa5
|
||||
size 47346
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user