time server - Search results in mailing lists
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (3)
2025-04-25 00:52:53 | Re: Making sslrootcert=system work on Windows psql (Jelte Fennema-Nio)
time to respond to this thread now. My main thought is this: I think we should try as hard as possible for sslrootcert=system to do "the right thing" on all platforms. "the right thing
Mailing lists >> pgsql-hackers >> Thread
2025-04-24 15:06:19 | Postmaster fails to shut down right after crash restart (Sergey Shinderuk)
server does not shut down Some processes are still alive: $ ps uf -C postgres USER PID %CPU %MEM VSZ RSS TTY STAT START TIME
Mailing lists >> pgsql-hackers >> Thread
2025-04-23 10:13:14 | Re: Add Pipelining support in psql (Michael Paquier)
server logs instead, using a slurp_file() with an offset of the log file before running each pipeline sequence? We should use a few wait_for_log() calls, I think, to be extra careful with
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (3)
2025-04-23 01:03:58 | Re: What's our minimum supported Python version? (Tom Lane)
time ago.) So I doubt that there's all that much in cost savings to us that'd outweigh benefits to users. The fact that Jacob was able to fix oauth_server
Mailing lists >> pgsql-hackers >> Thread
2025-04-22 23:54:30 | Re: pgsql: Update guidance for running vacuumdb after pg_upgrade. (Nathan Bossart)
time after upgrade, but I believe that's already the case for any type of unclean shutdown (e.g., immediate shutdown, server
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (2)
2025-04-18 22:45:58 | Re: disabled SSL log_like tests (Tom Lane)
server-side CRL directory", expected_stderr => qr|SSL error: ssl[a-z0-9/]* alert certificate revoked|, - # temporarily(?) skip this check due to timing
Mailing lists >> pgsql-hackers >> Thread
2025-04-18 11:49:58 | [BUG] temporary file usage report with extended protocol and unnamed portals (Frédéric Yhuel)
time (and an explicit close message), but this seems to be a postgres bug. What do you think? Best regards, Frédéric PS : the dataset is created like this on the server
Mailing lists >> pgsql-hackers >> Thread
2025-04-17 10:10:01 | RE: WaitEventSetWaitBlock() can still hang on Windows due to connection reset (Hayato Kuroda (Fujitsu))
server started # Postmaster PID for node "pub" is 980 timed out waiting for match: (?^:Streaming
Mailing lists >> pgsql-hackers >> Thread
2025-04-17 00:24:09 | Re: Built-in Raft replication (Hannu Krosing)
time But regarding weather to use RAFT I would just define a "coordinator API" and leave it up to the specific coordinator/consensus extension to decide how the consensus is achieved So to summarize: # Core should
Mailing lists >> pgsql-hackers >> Thread
2025-04-15 22:11:49 | Re: not null constraints, again (Alvaro Herrera)
times in a loop and I see no deadlock anymore. Note that I also considered the idea of just not doing the check at all; that is, if a child table doesn't have
Mailing lists >> pgsql-hackers >> Thread
2025-04-09 08:05:26 | pg_createsubscriber: Adding another synopsis for the --all option (Peter Smith)
server }connstr ------ A patch was made for doing this [2, v23-0002] but after some debate it was omitted from the push for the --all option [3]. I was away at the time
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (2)
2025-04-07 23:33:47 | Horribly slow pg_upgrade performance with many Large Objects (Hannu Krosing)
time to `pg_dump --binary-upgrade --format=custom ...` a database and then `pg_restore ...` it back is 1 minute per 1 million LOs, This does not seem to bad until you realize that
Mailing lists >> pgsql-hackers >> Thread
2025-04-07 23:28:20 | Re: BAS_BULKREAD vs read stream (Andres Freund)
server CPUs. For buffered, non-cached IO: io_method=sync: I see no performance difference across all ring sizes. io_method=worker: Performance is ~12% worse than sync at <= 256kB, 1.36x faster at 512kB
Mailing lists >> pgsql-hackers >> Thread >> Search in thread (3)
2025-04-07 18:43:51 | Re: Enhancing Memory Context Statistics Reporting (Andres Freund)
server-wide and fleet-wide memory usage over time. Today I have actually very little
Mailing lists >> pgsql-hackers >> Thread
2025-04-07 01:01:01 | Re: Logging which local address was connected to in log_line_prefix (Tom Lane)
server that the + client connected to) + yes + %b Backend type diff --git a/src/backend/utils/error/elog.c b/src/backend/utils/error/elog.c index 8a6b6905079..d6299633ab7 100644 --- a/src/backend/utils/error/elog.c +++ b/src/backend/utils/error/elog.c @@ -67,6 +67,7 @@ #endif #include "access/xact.h" +#include "common/ip.h" #include "libpq/libpq.h" #include "libpq/pqformat.h" #include "mb/pg_wchar.h