time dates - Search results in mailing lists
Mailing lists >> pgsql-announce >> Thread
2024-12-27 19:49:16 | [ANNOUNCE] SynchDB 1.0 Released - PostgreSQL Extension for Real-Time Database Synchronization (Hornetlabs Technology Inc via PostgreSQL Announce)
Date: December 24, 2024** We're excited to announce the release of SynchDB 1.0! This PostgreSQL extension enables seamless data synchronization from multiple heterogeneous databases (MySQL, MS SQL Server) directly to PostgreSQL. SynchDB handles
Mailing lists >> pgsql-announce >> Thread
2024-11-20 06:26:54 | Call for Proposals is open for POSETTE: An Event for Postgres 2025! (Microsoft Azure via PostgreSQL Announce)
time speaker or a regular speaker at conferences, we’d love to consider your talk proposal(s) about Postgres and the rich tooling and extensions (like PostGIS, Citus, & Patroni) in the Postgres ecosystem—both open
Mailing lists >> pgsql-announce >> Thread
2024-11-01 23:57:24 | FOSDEM PGDay 2025 - dates announced and call for papers open (PostgreSQL Europe via PostgreSQL Announce)
FOSDEM PGDay 2025 is a one-day conference that will be held ahead of the
Mailing lists >> pgsql-announce >> Thread
2024-04-09 19:16:01 | Announcing pl/dotnet, version 0.99 (beta) (Brick Abode via PostgreSQL Announce)
date`: `DateOnly` - `daterange`: `NpgsqlRange ` - `float4`: `Float` - `float8`: `Double` - `inet`: `(IPAddress Address, Int Netmask)` - `int2`: `Short` - `int4`: `Int` - `int4range`: `NpgsqlRange ` - `int8`: `Long` - `int8range`: `NpgsqlRange ` - `interval`: `NpgsqlInterval` - `json`: `String` - `line`: `NpgsqlLine` - `lseg`: `NpgsqlLSeg` - `macaddr8`: `PhysicalAddress` - `macaddr`: `PhysicalAddress
Mailing lists >> pgsql-announce >> Thread
2024-03-04 05:43:53 | pg_ivm 1.8 released (IVM Development Group via PostgreSQL Announce)
time. ### About pg_ivm pg_ivm is an extension module that provides Incremental View Maintenance (IVM) feature. Incremental View Maintenance (IVM) is a way to make materialized views up-to-date
Mailing lists >> pgsql-announce >> Thread
2024-02-14 15:45:04 | Call for Proposals is open for POSETTE: An Event for Postgres 2024 (Microsoft Azure via PostgreSQL Announce)
time speaker or a regular speaker at conferences, we’d love to consider your talk proposal(s) about Postgres and the rich tooling and extensions (like Citus) in the Postgres ecosystem—both open source
Mailing lists >> pgsql-announce >> Thread
2023-11-09 14:09:25 | PostgreSQL 16.1, 15.5, 14.10, 13.13, 12.17, and 11.22 Released! (PostgreSQL Global Development Group)
date`, `timestamptz`, and `timestamp` values in BRIN indexes when using a [`minmax_multi` opsclass](https:///docs/current/brin-builtin-opclasses.html). While not required, we recommend [reindexing](https:///docs/current/sql-reindex.html) BRIN indexes that include these data types after installing this update
Mailing lists >> pgsql-announce >> Thread
2023-10-26 13:09:27 | FOSDEM PGDay 2024 - dates announced and call for papers open (PostgreSQL Europe via PostgreSQL Announce)
FOSDEM PGDay 2024 is a one day conference that will be held ahead of the
Mailing lists >> pgsql-announce >> Thread
2023-08-31 15:36:27 | DBLab 3.4: new name, SE installer, and lots of improvements (Postgres.ai via PostgreSQL Announce)
time or money – this is exactly why we created and develop DBLab Engine. Any testing has to be fast, cheap, and scalable, even for mutli-terabyte databases. ## UI improvements The "Configuration" tab received numerous improvements
Mailing lists >> pgsql-announce >> Thread
2023-07-27 10:39:00 | Setting the record straight: More updates on a trademark dispute (PostgreSQL Community Association via PostgreSQL Announce)
date, as well as hundreds of hours of time from senior community members. Hernández has offered
Mailing lists >> pgsql-announce >> Thread
2023-06-12 14:00:11 | credcheck v2.0.0 released (Gilles Darold via PostgreSQL Announce)
date with a minimum of day for a password * define a password reuse policy * define the number of authentication failure allowed before a user is banned Release v2.0.0 adds a major feature and the compatibility
Mailing lists >> pgsql-announce >> Thread
2023-04-27 22:10:13 | credcheck v1.1 released (MigOps via PostgreSQL Announce)
date for a password with a maximum of days. Example: `credcheck.password_valid_max = 365`, the password life time
Mailing lists >> pgsql-announce >> Thread
2023-04-15 16:28:19 | DB Doc 10.2 released (Yohz Software/Yohz Ventures Sdn Bhd via PostgreSQL Announce)
timely documentation * View inter-object and inter-database dependencies in your documents * Keep teams up to date
Mailing lists >> pgsql-announce >> Thread
2023-04-06 21:15:59 | credcheck v1.0 released (MigOps via PostgreSQL Announce)
time it takes before a password can be reused again. * Add possibility to enforce the use of an expiration date
Mailing lists >> pgsql-announce >> Thread
2023-01-31 19:48:55 | pg_ivm 1.5 released (IVM Development Group via PostgreSQL Announce)
time because this function is used internally. * Prohibit to create IMMVs using subqueries in a function argument or in an expression (Yugo Nagata) For example, views like - `SELECT ... FROM func(..., (SELECT ... FROM ...), ..) ...;` - `SELECT expr(SELECT