Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion BabelfishDump.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Name: BabelfishDump
Summary: Postgresql dump utilities modified for Babelfish
Version: 17.5
Version: 17.7
Release: 1%{?dist}%{?_trivial}%{?_buildid}
License: PostgreSQL
Url: https://github.com/babelfish-for-postgresql/postgresql_modified_for_babelfish
Expand Down Expand Up @@ -151,6 +151,12 @@ LD_LIBRARY_PATH=%{_builddir}/%{name}/src/interfaces/libpq $RPM_BUILD_ROOT/usr/bi
%{_bindir}/bbf_dumpall

%changelog
* Fri July 25 2025 Tanya Gupta <[email protected]> - 17.7-1
- Dump Babelfish operator classes for numeric-fixeddecimal comparisons to support index scan

* Fri May 16 2025 Sumit Jaiswal <[email protected]> - 17.7-1
- Dump Babelfish operator classes for numeric-int comparisons to support index scan

* Wed Dec 11 2024 Sharu Goel <[email protected]> - 17.5-1
- Add support to dump linked roles associated with members of db_owner role

Expand Down