easy resetting - Search results in mailing lists

2025-04-21 23:19:43 | Ora2Pg v25.0 has been released (HexaCluster via PostgreSQL Announce)

settings in config file generated by the --init_project option with: - PG_NUMERIC_TYPE 0 - NULL_EQUAL_EMPTY 1 New options and configuration directives: * Add --no_clean_comment option to not remove comments in source

2024-04-26 14:34:20 | CloudNativePG 1.23.0, 1.22.3 and 1.21.5 Released! (The CloudNativePG Contributors via PostgreSQL Announce)

easier. Simply request the PostgreSQL major version you need and control how your databases stay up-to-date. We've introduced two new resources (`ClusterImageCatalog` and `ImageCatalog`) and a new stanza (`spec.imageCatalogRef`), setting

2023-09-25 18:58:05 | Announcing the release of v1.0 of pg_cirrus - Hassle-free PostgreSQL cluster set up (Stormatics via PostgreSQL Announce)

setting up a 3-node cluster, making it significantly easier for users to set up and manage

2023-09-12 21:20:23 | EDB Open Sources Powerful Tool to Automate and Manage Postgres Deployments (EDB via PostgreSQL Announce)

setting up, adjusting, and overseeing both community open source tools and [EDB's advanced high-availability solutions](https:///products/edb-postgres-distributed). This benefits the entire Postgres community by providing an easy

2023-08-31 07:15:38 | Announcing the release of v1.0-rc1 of pg_cirrus - Hassle-free PostgreSQL cluster setup (Stormatics via PostgreSQL Announce)

setting up a 3-node cluster, making it significantly easier for users to set up and manage

2023-07-12 13:16:31 | Ora2Pg 24.0 have been released (Gilles Darold via PostgreSQL Announce)

setting. This could be useful if you have large CLOB data. Enabled by default. * Add configuration directive `ST_GEOMETRYTYPE_FUNCTION` to be able to set the function to use to extract the geometry type from

2023-07-12 13:14:46 | Announcing the release of pg_cirrus - Hassle-free PostgreSQL cluster setup (Stormatics via PostgreSQL Announce)

setting up a 3-node cluster, making it significantly easier for users to set up and manage

2022-02-14 16:24:41 | Ora2Pg v23.1 released (MigOps via PostgreSQL Announce)

setting the environment variables PGDATABASE and optionally PGHOST, PGPORT, PGUSER, etc. if they do not correspond to the default values for libpq. You might also execute manually a VACUUM FULL on the table to remove

2022-01-05 12:42:27 | PostgreSQL Weekly News - January 2, 2022 (PWN via PostgreSQL Announce)

easier to maintain, this way is capable of dealing with path names that require escaping at runtime, for example paths containing single-quote marks. (There are other stumbling blocks in the way of actually building

2021-12-20 13:43:20 | PostgreSQL Weekly News - December 19, 2021 (PWN via PostgreSQL Announce)

setting bits and later clearing them. More importantly, it restores the originally intended behavior that pg_dump's secondary data-gathering queries should not be executed for objects we have no interest in dumping. That

2021-11-29 09:37:51 | PostgreSQL Weekly News - November 28, 2021 (PWN via PostgreSQL Announce)

easier to talk about issues of central importance. Finally, remove discussion of parallel VACUUM from header comments. These don't add much, and are in the wrong place. [https:///pg/commitdiff/12b5ade9023f3ecaddcbc423a22dc284c91c79f6](https://git.postgresql.org/pg/commitdiff/12b5ade9023f3ecaddcbc423a22dc284c91c79f6) - vacuumlazy.c: prefer the term "cleanup

2021-11-08 08:24:59 | PostgreSQL Weekly News - November 7, 2021 (PWN via PostgreSQL Announce)

settings. Without this, it's possible for subscribers to misinterpret transmitted values. Although this is clearly a bug fix, it's not without downsides: subscribers that are storing values into some other datatype, such

2021-11-01 08:47:52 | PostgreSQL Weekly News - October 31, 2021 (PWN via PostgreSQL Announce)

easy to tell which is the case. To fix that, add a new 'log_startup_progress_interval' setting

2021-10-24 23:19:49 | PostgreSQL Weekly News - October 24, 2021 (PWN via PostgreSQL Announce)

resetting this state for subtransaction aborts. Also, this inconsistent state would very unlikely show up to users. For example, one case where this could happen is an out-of-memory error when building

2021-10-18 07:38:45 | PostgreSQL Weekly News - October 17, 2021 (PWN via PostgreSQL Announce)

easy to forget when testing manually. Discussion: [https:///message-id/2570e2ae-fa0f-aac9-f72f-bb59a9983a20@enterprisedb.com](https://www.postgresql.org/message-id/2570e2ae-fa0f-aac9-f72f-bb59a9983a20@enterprisedb.com) [https:///pg/commitdiff/67c069848a998de1436cad2d67baedbf31c3a28c](https://git.postgresql.org/pg/commitdiff/67c069848a998de1436cad2d67baedbf31c3a28c) - psql: Fix test. The test didn't work on platforms where getopt() doesn't support non-option arguments before options. [https:///pg/commitdiff/d9ddc50bafc062ec1ae7f98b886b7950102d87fc](https://git.postgresql.org/pg/commitdiff/d9ddc50bafc062ec1ae7f98b886b7950102d87fc) - psql