release - Search results in mailing lists
Mailing lists >> pgsql-hackers >> Thread
2025-07-09 11:28:02 | Buildfarm setup for AIX (Vamshikrishna T)
releases(17/18/master) we are planning to run them locally on our node. Currently we are seeing
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (2)
2025-07-09 02:49:30 | Fix comment in btree_gist--1.8--1.9.sql (Paul Jungwirth)
release we are adding two upgrade files: btree_gist--1.7--1.8.sql and btree
Mailing lists >> pgsql-hackers >> Thread
2025-07-07 18:04:26 | Re: Inconsistent LSN format in pg_waldump output (Álvaro Herrera)
release. For GNU gettext, this is explained at the bottom of this page: https:///software/gettext/manual/html_node/No-string-concatenation.html
Mailing lists >> pgsql-hackers >> Thread
2025-07-02 13:10:05 | Don't keep closed WAL segment in page cache after replay (Anthonin Bonnefoy)
releasing cached pages. With this, the page cache usage of pg_wal stays under the wal_segment
Mailing lists >> pgsql-hackers >> Thread
2025-07-02 07:00:43 | Re: [PATCH] initdb: Treat empty -U argument as unset username (David G. Johnston)
releases, and not change existing behavior (just improve the error message) rather than accept original
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (4)
2025-07-02 05:51:57 | PG 18 beta1 release notes misses mention of pg_noreturn (Steve Chavez)
release notes. I've attached a patch for fixing this. Best regards, Steve Chavez
Mailing lists >> pgsql-hackers >> Thread
2025-06-30 14:46:18 | Re: A concurrent VACUUM FULL? (Álvaro Herrera)
released as part of the next Postgres release. Any problems/crashes/ abnormalities that you report
Mailing lists >> pgsql-hackers >> Thread
2025-06-27 14:34:35 | vacuumlazy: Modernize count_nondeletable_pages (Matthias van de Meent)
releasing the lock to 31. Kind regards, Matthias van de Meent Databricks [0] https:///m/flat/CANqtF-qDGYhYDcpg3PEeDrXMmuJZJGTAeT0mJx0KrN%2BkVikZig%40mail.gmail.com
Mailing lists >> pgsql-hackers >> Thread
2025-06-24 14:50:10 | Re: Logrep launcher race conditions leading to slow tests (Ashutosh Bapat)
release LogicalRepWorkerLock and read the value of worker->in_use, it may have been
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (5)
2025-06-18 21:36:43 | Re: minimum Meson version (Tom Lane)
release on a platform that's many years out from end of full support
Mailing lists >> pgsql-hackers >> Thread
2025-06-18 08:13:07 | Re: Enhance pg_createsubscriber to create required standby. (David G. Johnston)
release policy" is the way to go here. Let's make something like this
Mailing lists >> pgsql-hackers >> Thread
2025-06-18 06:58:16 | Re: Huge commitfest app update upcoming: Tags, Draft CF, Help page, and automated commitfest creat/open/close (Peter Eisentraut)
release number isn't that meaningful, and the numbering withing the release less
Mailing lists >> pgsql-hackers >> Thread
2025-06-18 01:36:41 | Re: POC: Parallel processing of indexes in autovacuum (Masahiko Sawada)
Release all launched (i.e. reserved) parallel autovacuum workers. */ + if (AmAutoVacuumWorkerProcess()) + ParallelAutoVacuumReleaseWorkers(pcxt->nworkers_launched
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (2)
2025-06-17 17:15:37 | Re: Non-reproducible AIO failure (Tom Lane)
release As for your previous question, I tried both c=16 and c=32 on the M4. regards
Mailing lists >> pgsql-hackers >> Thread
2025-06-16 07:10:40 | [PATCH] Add an ldflags_sl meson build option (Matt Smith (matts3))
ldflags_sl to be set via a build option. Patch created against the 17.4 release.