Mailing lists [pgsql-hackers]
- Re: Non-superuser subscription owners Jeff Davis
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Gregory Stark
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Making empty Bitmapsets always be NULL Tom Lane
- Re: Ability to reference other extensions by schema in extension scripts Sandro Santilli
- Re: Ability to reference other extensions by schema in extension scripts Sandro Santilli
- Re: RFC: logical publication via inheritance root? Jacob Champion
- Re: Stale references to guc.c in comments/tests Daniel Gustafsson
- RE: Ability to reference other extensions by schema in extension scripts Regina Obe
- Re: Stale references to guc.c in comments/tests Tom Lane
- Re: Doc update for pg_stat_statements normalization Imseih (AWS), Sami
- Re: Marking options deprecated in help output Daniel Gustafsson
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Tom Lane
- Re: [PoC] Let libpq reject unexpected authentication requests Jacob Champion
- Re: Beautify pg_walinspect docs a bit Michael Paquier
- Re: Ability to reference other extensions by schema in extension scripts Sandro Santilli
- Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: Doc update for pg_stat_statements normalization Michael Paquier
- Re: pg_upgrade and logical replication Julien Rouhaud
- Re: Doc update for pg_stat_statements normalization Imseih (AWS), Sami
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Kirk Wolak
- Re: Minimal logical decoding on standbys Jeff Davis
- Proposal: %T Prompt parameter for psql for current time (like Oracle has) Kirk Wolak
- Re: Doc update for pg_stat_statements normalization Michael Paquier
- Re: Time delayed LR (WAS Re: logical replication restrictions) Peter Smith
- Re: Non-superuser subscription owners Stephen Frost
- Re: [Proposal] Add foreign-server health checks infrastructure Katsuragi Yuta
- Re: Time delayed LR (WAS Re: logical replication restrictions) Kyotaro Horiguchi
- Re: Time delayed LR (WAS Re: logical replication restrictions) Masahiko Sawada
- Re: Auth extensions, with an LDAP/SCRAM example [was: Proposal: Support custom authentication methods using hooks] Stephen Frost
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Nathan Bossart
- Re: Track Oldest Initialized WAL Buffer Page Nathan Bossart
- Re: Weird failure with latches in curculio on v15 Nathan Bossart
- Re: stopgap fix for signal handling during restore_command Nathan Bossart
- Re: Normalization of utility queries in pg_stat_statements Michael Paquier
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: Support logical replication of global object commands Zheng Li
-
LOG: invalid record length at
: wanted 24, got 0 Harinath Kanchu - Re: Time delayed LR (WAS Re: logical replication restrictions) Masahiko Sawada
- Re: Time delayed LR (WAS Re: logical replication restrictions) Amit Kapila
- Re: pg_upgrade and logical replication Amit Kapila
- Re: add PROCESS_MAIN to VACUUM Michael Paquier
-
Re: LOG: invalid record length at
: wanted 24, got 0 Bharath Rupireddy - Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor
- Re: Commitfest 2023-03 starting tomorrow! Michael Paquier
- Re: pg_upgrade and logical replication Julien Rouhaud
- Re: Track Oldest Initialized WAL Buffer Page Bharath Rupireddy
- Re: meson: Add equivalent of configure --disable-rpath option Peter Eisentraut
- Re: Add LZ4 compression in pg_dump Michael Paquier
- Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
-
Re: LOG: invalid record length at
: wanted 24, got 0 Harinath Kanchu - The order of queues in row lock is changed (not FIFO) Ryo Yamaji (Fujitsu)
- Re: Simplify standby state machine a bit in WaitForWALToBecomeAvailable() Michael Paquier
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: WIN32 pg_import_system_collations Juan José Santamaría Flecha
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: Improve WALRead() to suck data directly from WAL buffers when possible Bharath Rupireddy
- documentation updates for SQL:2023 Peter Eisentraut
- Re: refactoring relation extension and BufferAlloc(), faster COPY Heikki Linnakangas
- RE: Time delayed LR (WAS Re: logical replication restrictions) Hayato Kuroda (Fujitsu)
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Jim Jones
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Jim Jones
- Re: Avoid multiple SetLatch() calls in procsignal_sigusr1_handler() Kuntal Ghosh
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Add standard collation UNICODE Peter Eisentraut
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- RE: Rework LogicalOutputPluginWriterUpdateProgress wangw.fnst@fujitsu.com
- Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Aleksander Alekseev
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: psql's FETCH_COUNT (cursor) is not being respected for CTEs Daniel Verite
- Re: Minimal logical decoding on standbys Drouvot, Bertrand
- Re: psql: Add role's membership options to the \du+ command Pavel Luzanov
- Re: Allow logical replication to copy tables in binary format Dilip Kumar
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Amit Kapila
- Re: [PoC] Improve dead tuple storage for lazy vacuum Masahiko Sawada
- Re: Allow logical replication to copy tables in binary format Bharath Rupireddy
- Re: cataloguing NOT NULL constraints Alvaro Herrera
- Re: On login trigger: take three Mikhail Gribkov
- Re: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher Önder Kalacı
- Re: Add LZ4 compression in pg_dump gkokolatos@pm.me
- Re: libpq: PQgetCopyData() and allocation overhead Jeroen Vermeulen
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: POC: Lock updated tuples in tuple_update() and tuple_delete() Alexander Korotkov
- Re: Combine pg_walinspect till_end_of_wal functions with others Bharath Rupireddy
- Re: Weird failure with latches in curculio on v15 Stephen Frost
- Re: Non-superuser subscription owners Robert Haas
- RE: Allow logical replication to copy tables in binary format Hayato Kuroda (Fujitsu)
- Re: Non-superuser subscription owners Stephen Frost
- Re: meson: Non-feature feature options Peter Eisentraut
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: pg_upgrade and logical replication Nikolay Samokhvalov
- Re: Show various offset arrays for heap WAL records Melanie Plageman
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Kirk Wolak
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Time delayed LR (WAS Re: logical replication restrictions) vignesh C
- Re: Add LZ4 compression in pg_dump Tomas Vondra
- Re: Proposal: %T Prompt parameter for psql for current time (like Oracle has) Jim Jones
- Re: The order of queues in row lock is changed (not FIFO) Tom Lane
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
- Re: Add LZ4 compression in pg_dump Justin Pryzby
- Re: refactoring relation extension and BufferAlloc(), faster COPY Andres Freund
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: Non-superuser subscription owners Robert Haas
- Re: Weird failure with latches in curculio on v15 Robert Haas
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Add pg_walinspect function with block info columns Melanie Plageman
- Re: Memory leak from ExecutorState context? Jehan-Guillaume de Rorthais
- Re: Allow logical replication to copy tables in binary format Melih Mutlu
- Re: add PROCESS_MAIN to VACUUM Alvaro Herrera
- Re: Non-superuser subscription owners Jeff Davis
- Re: PATCH: Using BRIN indexes for sorted output Alvaro Herrera
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Greg S
- Re: [EXTERNAL] Re: Support load balancing in libpq Greg S
- Re: add PROCESS_MAIN to VACUUM Nathan Bossart
- Re: meson: Optionally disable installation of test modules Peter Eisentraut
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Gregory Stark (as CFM)
- Re: Allow +group in pg_ident.conf Gregory Stark (as CFM)
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: Memory leak from ExecutorState context? Tomas Vondra
- Re: [PATCH] Make ON CONFLICT DO NOTHING and ON CONFLICT DO UPDATE consistent Gregory Stark (as CFM)
- Re: allow meson to find ICU in non-standard localtion Jacob Champion
- Re: Flush SLRU counters in checkpointer process Gregory Stark (as CFM)
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Peter Eisentraut
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Gregory Stark (as CFM)
- Re: Should vacuum process config file reload more often Melanie Plageman
- Re: Generate pg_stat_get_xact*() functions with Macros Gregory Stark (as CFM)
- Re: In-placre persistance change of a relation Gregory Stark (as CFM)
- Re: [EXTERNAL] Re: Add non-blocking version of PQcancel Jelte Fennema
- Re: Infinite Interval Gregory Stark (as CFM)
- Re: [EXTERNAL] Re: Support load balancing in libpq Jelte Fennema
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Tom Lane
- Re: [PATCH] Tracking statements entry timestamp in pg_stat_statements Andrei Zubkov
- Re: Logical replication timeout problem Gregory Stark (as CFM)
- Re: Making empty Bitmapsets always be NULL Nathan Bossart
- Re: allow meson to find ICU in non-standard localtion Jeff Davis
- Re: [HACKERS] make async slave to wait for lsn to be replayed Greg Stark
- Re: Refactoring SysCacheGetAttr to know when attr cannot be NULL Daniel Gustafsson
- Re: File descriptors in exec'd subprocesses Gregory Stark (as CFM)
- Re: File descriptors in exec'd subprocesses Thomas Munro
- Re: Operation log for major operations Gregory Stark (as CFM)