servers - Search results in mailing lists
Mailing lists >> pgsql-hackers >> Thread
2025-05-16 18:40:53 | Make wal_receiver_timeout configurable per subscription (Fujii Masao)
servers, it can be useful to set different wal_receiver_timeout values for each connection
Mailing lists >> pgsql-hackers >> Thread
2025-05-14 18:38:03 | PostgreSQL 18 Beta 1 io_max_concurrency (Jafri, Nazneen)
server to shut down.... done server stopped waiting for server to start.... done server started
Mailing lists >> pgsql-hackers >> Thread
2025-05-10 20:59:27 | Re: Restrict publishing of partitioned table with a foreign table as partition (Álvaro Herrera)
SERVER fdw_server; ALTER TABLE sch3.tmain ATTACH PARTITION sch3.part2 FOR VALUES FROM (5) TO (10); The issue
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (19)
2025-05-10 10:00:39 | Re: POC: enable logical decoding when wal_level = 'replica' without a server restart (Amit Kapila)
server restart when the user uses the API, do we want to persist the state
Mailing lists >> pgsql-hackers >> Thread
2025-05-09 20:21:17 | Fix incorrect order of params in comment (Daniel Gustafsson)
item $node->log_check($test_name, $offset, %parameters) Check contents of server logs. -- Daniel Gustafsson
Mailing lists >> pgsql-hackers >> Thread
2025-05-08 01:23:52 | Re: Review/Pull Request: Adding new CRC32C implementation for IBM S390X (John Naylor)
server computes CRC on a 20-byte input for the WAL record header while holding
Mailing lists >> pgsql-hackers >> Thread
2025-05-08 00:16:38 | Re: PostgreSQL 18 Beta 1 release announcement draft (Jacob Champion)
tokens and allows people to create server extensions that authenticate users with those tokens." --Jacob
Mailing lists >> pgsql-hackers >> Thread
2025-05-06 07:52:24 | A thousand pg_commit_ts truncate attempts per second, two restarting autovacuum processes, and a (Ian Axelrod)
servers at my current place of employment. Late last week, there was a serious failure
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (2)
2025-05-06 03:53:51 | Re: Row pattern recognition (Tatsuo Ishii)
Server 2019, VS 2019 - Meson & ninja test. Best regards, -- Tatsuo Ishii SRA OSS K.K. English
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (10)
2025-05-06 01:45:24 | Re: disabled SSL log_like tests (Tom Lane)
server certificate uses 'rsassaPss' [18:16:33.261](0.002s) [18:16:33.261](0.000s) # Failed
Mailing lists >> pgsql-hackers >> Thread
2025-05-05 10:52:46 | Fix a race condition in ConditionVariableTimedSleep() (Bertrand Drouvot)
server closed the connection unexpectedly This probably means the server terminated abnormally before or while
Mailing lists >> pgsql-hackers >> Thread
2025-05-05 09:18:35 | Re: Add an option to skip loading missing publication to avoid logical replication failure (Amit Kapila)
servers, but providing it across nodes doesn't sound to be a must-criterion. -- With
Mailing lists >> pgsql-hackers >> Thread
2025-05-05 08:32:45 | RFC: Command Restrictions by INI file with Audit Logging (DROP/TRUNCATE/DELETE) (ADRIANO BOLLER)
server Best Regards ADRIANO BOLLER CEO WX SOLUÇÕES LTDA CNPJ: 14.421.060/0001-92 Desenvolvimento de Sistemas
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (4)
2025-05-03 14:16:24 | Re: PG 18 release notes draft committed (Jelte Fennema-Nio)
server section. How about we replace: "This is enabled when the libpq client and server
Mailing lists >> pgsql-hackers >> Thread
2025-05-03 00:21:21 | Re: Improve explicit cursor handling in pg_stat_statements (Sami Imseih)
server r1; create foreign table t1(id int) server r1; postgres=# select * from t2, t ; id | id ----+---- 1 | 1 (1 row) postgres