diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -2467,6 +2467,7 @@ plpython3.so:PLyUnicode_Bytes plpython3.so:PLyUnicode_FromString plpython3.so:PLyUnicode_FromStringAndSize +plpython3.so:PLy_commit plpython3.so:PLy_current_execution_context plpython3.so:PLy_cursor plpython3.so:PLy_cursor_init_type @@ -2499,6 +2500,7 @@ plpython3.so:PLy_procedure_name plpython3.so:PLy_result_init_type plpython3.so:PLy_result_new +plpython3.so:PLy_rollback plpython3.so:PLy_spi_exceptions plpython3.so:PLy_spi_execute plpython3.so:PLy_spi_execute_plan @@ -3174,6 +3176,7 @@ postgres:EmitWarningsOnPlaceholders postgres:EnableDisableRule postgres:EnableDisableTrigger +postgres:EnableDisableTriggerNew postgres:EnableHotStandby postgres:EnablePortalManager postgres:EnableQueryId @@ -4243,6 +4246,7 @@ postgres:LCS_asString postgres:LWLockAcquire postgres:LWLockAcquireOrWait +postgres:LWLockAnyHeldByMe postgres:LWLockConditionalAcquire postgres:LWLockHeldByMe postgres:LWLockHeldByMeInMode @@ -5884,6 +5888,7 @@ postgres:alloc_pool postgres:allowSystemTableMods postgres:allow_immediate_pgstat_restart +postgres:allow_in_place_tablespaces postgres:am_cascading_walsender postgres:am_db_walsender postgres:am_walsender @@ -6620,6 +6625,7 @@ postgres:checkDomainOwner postgres:checkExprHasSubLink postgres:checkInsertTargets +postgres:checkMembershipInCurrentExtension postgres:checkNameSpaceConflicts postgres:checkSharedDependencies postgres:checkTempNamespaceStatus @@ -9178,6 +9184,7 @@ postgres:logicalmsg_identify postgres:logicalmsg_redo postgres:logicalrep_partition_open +postgres:logicalrep_partmap_reset_relmap postgres:logicalrep_read_begin postgres:logicalrep_read_commit postgres:logicalrep_read_delete @@ -10201,6 +10208,7 @@ postgres:pg_md5_binary postgres:pg_md5_encrypt postgres:pg_md5_hash +postgres:pg_mkdir_p postgres:pg_mode_mask postgres:pg_mule_mblen postgres:pg_my_temp_schema @@ -10814,6 +10822,7 @@ postgres:pushValue postgres:pvsnprintf postgres:qsort_arg +postgres:qsort_interruptible postgres:query_contains_extern_params postgres:query_id_enabled postgres:query_is_distinct_for diff --git a/abi_used_symbols b/abi_used_symbols --- a/abi_used_symbols +++ b/abi_used_symbols @@ -73,7 +73,6 @@ libc.so.6:free libc.so.6:freeaddrinfo libc.so.6:freeifaddrs -libc.so.6:freelocale libc.so.6:freopen libc.so.6:fseek libc.so.6:fseeko diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,22 +1,26 @@ name : postgresql -version : '14.4' -release : 36 +version : '14.5' +release : 37 homepage : https://www.postgresql.org/ source : - - https://ftp.postgresql.org/pub/source/v14.4/postgresql-14.4.tar.gz : ebb58a3ac76b910cd7ca103636d19efdc262cab841e9be00705456813d980955 + - https://ftp.postgresql.org/pub/source/v14.5/postgresql-14.5.tar.gz : 90ead393dbc654cb0075eaaf0ec2058e6b9866ced478fed3cf2b68a5bc04eb24 license : - PostgreSQL - TCL component : - database + - libpq : programming.library - contrib : database optimize : speed summary : - PostgreSQL is an object-relational database system + - libpq : PostgreSQL C client library - contrib : Extension modules distributed with PostgreSQL description: | PostgreSQL is an object-relational database system that has the features of traditional proprietary database systems with enhancements to be found in next-generation DBMS systems. patterns : + - libpq : + - /usr/lib64/libpq.so.* - contrib : - /usr/lib64/postgresql/_int.so - /usr/lib64/postgresql/adminpack.so diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -20,6 +20,9 @@ PostgreSQL is an object-relational database system that has the features of traditional proprietary database systems with enhancements to be found in next-generation DBMS systems. database + + postgresql-libpq + /usr/bin/clusterdb /usr/bin/createdb @@ -62,8 +65,6 @@ /usr/lib64/libecpg_compat.so.3.14 /usr/lib64/libpgtypes.so.3 /usr/lib64/libpgtypes.so.3.14 - /usr/lib64/libpq.so.5 - /usr/lib64/libpq.so.5.14 /usr/lib64/postgresql/cyrillic_and_mic.so /usr/lib64/postgresql/dict_snowball.so /usr/lib64/postgresql/euc2004_sjis2004.so @@ -390,7 +391,7 @@ database - postgresql + postgresql-libpq /usr/lib64/postgresql/_int.so @@ -449,7 +450,8 @@ programming.devel - postgresql + postgresql + postgresql-libpq /usr/include/ecpg_config.h @@ -1332,13 +1334,24 @@ /usr/lib64/pkgconfig/libpq.pc + + postgresql-libpq + PostgreSQL C client library + PostgreSQL is an object-relational database system that has the features of traditional proprietary database systems with enhancements to be found in next-generation DBMS systems. + + programming.library + + /usr/lib64/libpq.so.5 + /usr/lib64/libpq.so.5.14 + + - - 2022-06-22 - 14.4 + + 2022-09-11 + 14.5 Packaging update Silke Hofstra silke@slxh.eu \ No newline at end of file