You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage redis-devel-7.2.3-1.lbn36.x86_64
Header file required for building loadable Redis modules. Detailed API documentation is available in the redis-doc package.
RPMPackage redis-7.2.3-1.lbn36.x86_64
Redis is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Redis behave like a cache. You can use Redis from most programming languages also.
RPMPackage postgresql-upgrade-devel-16.3-6.lbn36.x86_64
The postgresql-devel package contains the header files and libraries needed to compile C or C++ applications which are necessary in upgrade process.
RPMPackage postgresql-upgrade-16.3-6.lbn36.x86_64
The postgresql-upgrade package contains the pg_upgrade utility and supporting files needed for upgrading a PostgreSQL database from the previous major version of PostgreSQL.
RPMPackage postgresql-test-16.3-6.lbn36.x86_64
The postgresql-test package contains files needed for various tests for the PostgreSQL database management system, including regression tests and benchmarks.
RPMPackage postgresql-static-16.3-6.lbn36.x86_64
Statically linked PostgreSQL libraries that do not have dynamically linked counterparts.
RPMPackage postgresql-server-devel-16.3-6.lbn36.x86_64
The postgresql-server-devel package contains the header files and configuration needed to compile PostgreSQL server extension.
RPMPackage postgresql-server-16.3-6.lbn36.x86_64
PostgreSQL is an advanced Object-Relational database management system (DBMS). The postgresql-server package contains the programs needed to create and run a PostgreSQL server, which will in turn allow you to create and maintain PostgreSQL databases.
RPMPackage postgresql-private-libs-16.3-6.lbn36.x86_64
The postgresql-private-libs package provides the shared libraries for this build of PostgreSQL server and plugins build with this version of server. For shared libraries used by client packages that need to connect to a PostgreSQL server, install libpq package instead.
RPMPackage postgresql-private-devel-16.3-6.lbn36.x86_64
The postgresql-private-devel package contains the header files and libraries needed to compile C or C++ applications which will directly interact with a PostgreSQL database management server. You need to install this package if you want to develop applications which will interact with a PostgreSQL server.
RPMPackage postgresql-pltcl-16.3-6.lbn36.x86_64
The postgresql-pltcl package contains the PL/Tcl procedural language, which is an extension to the PostgreSQL database server. Install this if you want to write database functions in Tcl.
RPMPackage postgresql-plpython3-16.3-6.lbn36.x86_64
The postgresql-plpython3 package contains the PL/Python3 procedural language, which is an extension to the PostgreSQL database server. Install this if you want to write database functions in Python 3.
RPMPackage postgresql-plperl-16.3-6.lbn36.x86_64
The postgresql-plperl package contains the PL/Perl procedural language, which is an extension to the PostgreSQL database server. Install this if you want to write database functions in Perl.
RPMPackage postgresql-pgpool-II-extensions-4.2.0-7.fc36.x86_64
Postgresql extensions libraries and sql files for pgpool-II.
RPMPackage postgresql-pgpool-II-4.2.0-7.fc36.x86_64
pgpool-II is a inherited project of pgpool (to classify from pgpool-II, it is sometimes called as pgpool-I). For those of you not familiar with pgpool-I, it is a multi-functional middle ware for PostgreSQL that features connection pooling, replication and load balancing functions. pgpool-I allows a user to connect at most two PostgreSQL servers for higher availability or for higher search performance compared to a single PostgreSQL server. pgpool-II, on the other hand, allows multiple PostgreSQL servers (DB nodes) to be connected, which enables queries to be executed simultaneously on all servers. In other words, it enables "parallel query" processing. Also, pgpool-II can be started as pgpool-I by changing configuration parameters. pgpool-II that is executed in pgpool-I mode enables multiple DB nodes to be connected, which was not possible in pgpool-I.
RPMPackage postgresql-jdbc-42.3.1-4.fc36.noarch
PostgreSQL is an advanced Object-Relational database management system. The postgresql-jdbc package includes the .jar files needed for Java programs to access a PostgreSQL database.
RPMPackage postgresql-docs-16.3-6.lbn36.x86_64
The postgresql-docs package contains some additional documentation for PostgreSQL. Currently, this includes the main documentation in PDF format and source files for the PostgreSQL tutorial.
RPMPackage postgresql-contrib-16.3-6.lbn36.x86_64
The postgresql-contrib package contains various extension modules that are included in the PostgreSQL distribution.
RPMPackage postgresql-16.3-6.lbn36.x86_64
PostgreSQL is an advanced Object-Relational database management system (DBMS). The base postgresql package contains the client programs that you'll need to access a PostgreSQL DBMS server, as well as HTML documentation for the whole system. These client programs can be located on the same machine as the PostgreSQL server, or on a remote machine that accesses a PostgreSQL server over a network connection. The PostgreSQL server can be found in the postgresql-server sub-package.
RPMPackage postgis-utils-3.2.2-1.fc36.x86_64
The postgis-utils package provides the utilities for PostGIS.