pgsql-hackers since 2024-01-22 00:00
The PostgreSQL developers team lives here. Discussion of current development issues, problems and bugs, and proposed new features. If your question cannot be answered by people in the other lists, and it is likely that only a developer will know the answer, you may re-post your question in this list. You must try elsewhere first!
Search the Archives
Browse Archives
Prev
|
Next
Jan. 22, 2024
Thread |
Author |
Time |
Re: remaining sql/json patches 📎
|
jian he |
00:00 |
Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)
|
Peter Smith |
00:10 |
Re: generate syscache info automatically
|
John Naylor |
00:33 |
Re: pg_receivewal fail to streams when the partial file to write is
not fully initialized present in the wal receiver directory
|
Peter Smith |
01:05 |
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*)
|
Peter Smith |
01:16 |
Re: WIP: Aggregation push-down - take2
|
Peter Smith |
01:22 |
Re: Temporary tables versus wraparound... again
|
Peter Smith |
01:29 |
Re: Support TZ format code in to_timestamp()
|
Peter Smith |
01:57 |
Re: Change GUC hashtable to use simplehash? 📎
|
John Naylor |
02:03 |
Re: MERGE ... WHEN NOT MATCHED BY SOURCE
|
Peter Smith |
02:10 |
Re: Support TZ format code in to_timestamp()
|
Tom Lane |
02:10 |
Re: Volatile write caches on macOS and Windows, redux
|
Peter Smith |
02:16 |
Re: ALTER TABLE SET ACCESS METHOD on partitioned tables
|
Peter Smith |
02:25 |
Re: cleanup patches for dshash
|
Andy Fan |
02:28 |
Re: Remove unused fields in ReorderBufferTupleBuf
|
Peter Smith |
02:33 |
Re: Incremental View Maintenance, take 2
|
Peter Smith |
02:51 |
Re: Opportunistically pruning page before update
|
Peter Smith |
02:58 |
Re: Add code indentation check to cirrus-ci (was Re: Add BF member
koel-like indentation checks to SanityCheck CI)
|
Peter Smith |
03:19 |
Re: Add last_commit_lsn to pg_stat_database
|
Peter Smith |
03:26 |
Re: [PoC] Improve dead tuple storage for lazy vacuum
|
Masahiko Sawada |
03:27 |
Re: Add new protocol message to change GUCs for usage with future
protocol-only GUCs
|
Peter Smith |
03:31 |
Re: Synchronizing slots from primary to standby 📎
|
shveta malik |
03:36 |
Re: cleanup patches for dshash
|
Nathan Bossart |
03:51 |
Re: Avoid computing ORDER BY junk columns unnecessarily
|
Peter Smith |
04:11 |
Re: Change GUC hashtable to use simplehash?
|
Jeff Davis |
04:16 |
Re: Synchronizing slots from primary to standby
|
Amit Kapila |
04:19 |
Re: UUID v7
|
Nikolay Samokhvalov |
04:22 |
Re: UUID v7
|
Nikolay Samokhvalov |
04:24 |
Re: Why is src/test/modules/committs/t/002_standby.pl flaky?
|
Peter Smith |
04:26 |
Re: Removing const-false IS NULL quals and redundant IS NOT NULL quals
|
Peter Smith |
04:31 |
Re: In-placre persistance change of a relation
|
Peter Smith |
04:36 |
Re: Add system identifier to backup manifest 📎
|
Amul Sul |
04:38 |
Re: Adding facility for injection points (or probe points?) for more
advanced tests
|
Michael Paquier |
04:38 |
Re: Improve eviction algorithm in ReorderBuffer
|
Peter Smith |
04:49 |
Re: Adding facility for injection points (or probe points?) for more
advanced tests
|
Ashutosh Bapat |
04:53 |
Re: index prefetching
|
Peter Smith |
04:53 |
Re: [HACKERS] make async slave to wait for lsn to be replayed
|
Peter Smith |
05:00 |
Re: Fix some typos
|
Michael Paquier |
05:06 |
Re: cleanup patches for dshash 📎
|
Nathan Bossart |
05:07 |
Re: Make mesage at end-of-recovery less scary.
|
Peter Smith |
05:09 |
meson: Specify -Wformat as a common warning flag for extensions 📎
|
Sutou Kouhei |
05:11 |
Re: Move walreceiver state assignment (to WALRCV_STREAMING) in WalReceiverMain()
|
Peter Smith |
05:14 |
Re: Network failure may prevent promotion
|
Peter Smith |
05:19 |
Re: [PATCH] New [relation] option engine
|
Peter Smith |
05:24 |
Re: [PoC] Improve dead tuple storage for lazy vacuum
|
John Naylor |
05:35 |
Re: Permute underscore separated components of columns before fuzzy matching
|
Peter Smith |
05:38 |
Re: [HACKERS] make async slave to wait for lsn to be replayed
|
Dilip Kumar |
05:49 |
Re: Relation bulk write facility
|
Peter Smith |
05:50 |
Re: Row pattern recognition 📎
|
NINGWEI CHEN |
05:51 |
Re: remaining sql/json patches
|
Peter Smith |
05:55 |
Re: Support "Right Semi Join" plan shapes
|
wenhui qiu |
05:56 |
Re: SQL:2011 application time
|
Peter Smith |
05:59 |
Re: Improve heapgetpage() performance, overhead from serializable
|
John Naylor |
06:01 |
Re: Sequence Access Methods, round two
|
Peter Smith |
06:03 |
Re: Statistics Import and Export
|
Peter Smith |
06:09 |
Re: remaining sql/json patches 📎
|
jian he |
06:14 |
Re: Add \syncpipeline command to pgbench
|
Michael Paquier |
06:16 |
Re: Moving forward with TDE [PATCH v3]
|
Peter Smith |
06:17 |
Re: remaining sql/json patches
|
John Naylor |
06:19 |
Re: Row pattern recognition
|
Tatsuo Ishii |
06:22 |
Re: Transaction timeout
|
Peter Smith |
06:23 |
Re: WIP Incremental JSON Parser
|
Peter Smith |
06:29 |
Re: Oom on temp (un-analyzed table caused by JIT) V16.1 [Fixed Already] 📎
|
Kirk Wolak |
06:30 |
Re: Sequence Access Methods, round two 📎
|
Michael Paquier |
06:30 |
Re: pg_stat_statements and "IN" conditions
|
Peter Smith |
06:33 |
Re: index prefetching
|
Konstantin Knizhnik |
06:35 |
Re: Things I don't like about \du's "Attributes" column
|
Peter Smith |
06:38 |
Re: Shared detoast Datum proposal
|
Peter Smith |
06:41 |
Re: POC: Extension for adding distributed tracing - pg_tracing
|
Peter Smith |
06:45 |
Re: Test slots invalidations in 035_standby_logical_decoding.pl only
if dead rows are removed
|
Michael Paquier |
06:54 |
Re: speed up a logical replica setup
|
Peter Eisentraut |
06:55 |
Re: Synchronizing slots from primary to standby
|
Amit Kapila |
06:58 |
Re: [PoC] Improve dead tuple storage for lazy vacuum
|
Masahiko Sawada |
07:00 |
RE: speed up a logical replica setup
|
Hayato Kuroda (Fujitsu) |
07:06 |
Re: the s_lock_stuck on perform_spin_delay 📎
|
Andy Fan |
07:18 |
Re: index prefetching
|
Konstantin Knizhnik |
07:21 |
Re: Add system identifier to backup manifest 📎
|
Amul Sul |
07:21 |
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎
|
Masahiko Sawada |
07:23 |
make dist using git archive 📎
|
Peter Eisentraut |
07:31 |
Re: Use of backup_label not noted in log
|
Michael Paquier |
07:36 |
Re: Synchronizing slots from primary to standby
|
Bertrand Drouvot |
07:41 |
Re: introduce dynamic shared memory registry
|
Michael Paquier |
07:52 |
Re: Implement missing join selectivity estimation for range types
|
jian he |
08:10 |
Re: [PoC] Improve dead tuple storage for lazy vacuum
|
John Naylor |
08:18 |
Re: heavily contended lwlocks with long wait queues scale badly
|
Michael Paquier |
08:38 |
RE: Synchronizing slots from primary to standby
|
Zhijie Hou (Fujitsu) |
08:49 |
Re: Test slots invalidations in 035_standby_logical_decoding.pl only
if dead rows are removed 📎
|
Bertrand Drouvot |
09:07 |
RE: speed up a logical replica setup
|
Hayato Kuroda (Fujitsu) |
09:08 |
Re: Add \syncpipeline command to pgbench 📎
|
Anthonin Bonnefoy |
09:11 |
Re: Add new protocol message to change GUCs for usage with future
protocol-only GUCs 📎
|
Jelte Fennema-Nio |
09:19 |
Re: speed up a logical replica setup
|
Amit Kapila |
09:22 |
Re: speed up a logical replica setup 📎
|
Shlok Kyal |
09:30 |
Re: Synchronizing slots from primary to standby
|
Amit Kapila |
09:40 |
Re: initdb's -c option behaves wrong way?
|
Daniel Gustafsson |
10:09 |
Re: Prefetch the next tuple's memory during seqscans
|
David Rowley |
10:15 |
Re: Make documentation builds reproducible
|
Peter Eisentraut |
10:18 |
Re: Row pattern recognition 📎
|
Tatsuo Ishii |
10:26 |
Re: XLog size reductions: smaller XLRec block header for PG17
|
Aleksander Alekseev |
10:38 |
Re: FEATURE REQUEST: Role vCPU limit/priority
|
Aleksander Alekseev |
10:43 |
Re: Remove unused fields in ReorderBufferTupleBuf
|
Aleksander Alekseev |
10:47 |
Re: BUG: Former primary node might stuck when started as a standby
|
Aleksander Alekseev |
11:00 |
Re: Removing const-false IS NULL quals and redundant IS NOT NULL quals
|
David Rowley |
11:01 |
Re: Remove unused fields in ReorderBufferTupleBuf
|
Amit Kapila |
11:02 |
Re: Removing const-false IS NULL quals and redundant IS NOT NULL quals 📎
|
David Rowley |
11:11 |
Re: Synchronizing slots from primary to standby 📎
|
shveta malik |
11:30 |
Re: introduce dynamic shared memory registry
|
Bharath Rupireddy |
11:30 |
Re: Synchronizing slots from primary to standby
|
shveta malik |
11:33 |
Re: Synchronizing slots from primary to standby
|
shveta malik |
11:37 |
Does redundant extension exist During faster COPY in PG16
|
何柯文 (渊云) |
11:54 |
Re: Synchronizing slots from primary to standby
|
Masahiko Sawada |
11:58 |
Re: partitioning and identity column
|
Peter Eisentraut |
12:02 |
Re: make dist using git archive
|
Junwang Zhao |
12:10 |
Re: Remove unused fields in ReorderBufferTupleBuf
|
Bharath Rupireddy |
12:23 |
Re: partitioning and identity column
|
Ashutosh Bapat |
12:23 |
Re: Synchronizing slots from primary to standby
|
Amit Kapila |
12:26 |
Re: Improving EXPLAIN's display of SubPlan nodes
|
Aleksander Alekseev |
12:35 |
Re: tablecmds.c/MergeAttributes() cleanup 📎
|
Peter Eisentraut |
12:43 |
Re: Add \syncpipeline command to pgbench
|
Alvaro Herrera |
12:59 |
Re: [17] CREATE SUBSCRIPTION ... SERVER 📎
|
Ashutosh Bapat |
13:11 |
Re: Move walreceiver state assignment (to WALRCV_STREAMING) in
WalReceiverMain()
|
Bertrand Drouvot |
13:37 |
Re: [DOC] Add detail regarding resource consumption wrt
max_connections
|
reid.thompson |
13:58 |
Re: Remove unused fields in ReorderBufferTupleBuf 📎
|
Aleksander Alekseev |
14:02 |
Re: Improve WALRead() to suck data directly from WAL buffers when possible
|
Melih Mutlu |
14:03 |
Re: Remove unused fields in ReorderBufferTupleBuf 📎
|
Aleksander Alekseev |
14:18 |
Re: remaining sql/json patches 📎
|
Amit Langote |
14:27 |
Re: UUID v7
|
Aleksander Alekseev |
15:02 |
psql: Allow editing query results with \gedit 📎
|
Christoph Berg |
15:06 |
Re: Synchronizing slots from primary to standby
|
Masahiko Sawada |
15:12 |
Re: Add code indentation check to cirrus-ci (was Re: Add BF member
koel-like indentation checks to SanityCheck CI)
|
Andrew Dunstan |
15:18 |
Re: psql JSON output format 📎
|
Christoph Berg |
15:19 |
Re: Support TZ format code in to_timestamp()
|
Aleksander Alekseev |
15:25 |
Re: the s_lock_stuck on perform_spin_delay
|
Robert Haas |
15:35 |
Re: Support TZ format code in to_timestamp()
|
Daniel Gustafsson |
15:43 |
Re: psql: Allow editing query results with \gedit
|
Pavel Stehule |
15:43 |
Re: remaining sql/json patches
|
jian he |
15:46 |
Re: Add tuples_skipped to pg_stat_progress_copy 📎
|
torikoshia |
16:02 |
Re: Adding facility for injection points (or probe points?) for more
advanced tests 📎
|
Heikki Linnakangas |
16:08 |
Re: pg_stat_statements and "IN" conditions
|
Dmitry Dolgov |
16:11 |
Re: psql: Allow editing query results with \gedit
|
Tom Lane |
16:15 |
Re: the s_lock_stuck on perform_spin_delay
|
Andy Fan |
16:16 |
Re: remaining sql/json patches
|
Alvaro Herrera |
16:19 |
Re: Support TZ format code in to_timestamp()
|
Tom Lane |
16:25 |
Re: psql: Allow editing query results with \gedit
|
David G. Johnston |
16:33 |
Re: pg_stat_statements and "IN" conditions
|
Tom Lane |
16:35 |
Re: Add \syncpipeline command to pgbench
|
Alvaro Herrera |
16:53 |
Re: XLog size reductions: smaller XLRec block header for PG17
|
vignesh C |
16:59 |
Re: the s_lock_stuck on perform_spin_delay
|
Robert Haas |
17:01 |
Re: Improving EXPLAIN's display of SubPlan nodes
|
Tom Lane |
17:07 |
Re: pg_stat_statements and "IN" conditions
|
Dmitry Dolgov |
17:07 |
Re: the s_lock_stuck on perform_spin_delay
|
Andy Fan |
17:10 |
Re: Improving EXPLAIN's display of SubPlan nodes
|
Chantal Keller |
17:11 |
Re: Permute underscore separated components of columns before fuzzy
matching 📎
|
Arne Roland |
17:14 |
Re: psql: Allow editing query results with \gedit
|
Pavel Stehule |
17:15 |
Commitfest 2024-01 third week update
|
vignesh C |
17:18 |
Re: XLog size reductions: smaller XLRec block header for PG17
|
Robert Haas |
17:23 |
Re: the s_lock_stuck on perform_spin_delay
|
Robert Haas |
17:25 |
Re: the s_lock_stuck on perform_spin_delay
|
Andy Fan |
17:31 |
Re: Network failure may prevent promotion
|
Fujii Masao |
17:52 |
Re: Teach predtest about IS [NOT] <boolean> proofs 📎
|
Tom Lane |
17:57 |
Re: psql: Allow editing query results with \gedit
|
Tom Lane |
18:04 |
Re: Permute underscore separated components of columns before fuzzy matching
|
Tom Lane |
18:22 |
Re: make dist using git archive
|
Peter Eisentraut |
18:35 |
Re: Built-in CTYPE provider
|
Peter Eisentraut |
18:49 |
Re: partitioning and identity column
|
Peter Eisentraut |
18:59 |
Re: Adding facility for injection points (or probe points?) for more
advanced tests
|
Heikki Linnakangas |
19:02 |
Re: [17] CREATE SUBSCRIPTION ... SERVER
|
Jeff Davis |
19:03 |
Re: WIP Incremental JSON Parser 📎
|
Andrew Dunstan |
19:16 |
Re: psql: Allow editing query results with \gedit
|
Christoph Berg |
19:48 |
Multiple startup messages over the same connection
|
Vladimir Churyukin |
19:58 |
Re: make dist using git archive
|
Tristan Partin |
20:04 |
Re: Does redundant extension exist During faster COPY in PG16
|
Andres Freund |
20:09 |
Re: Improve WALRead() to suck data directly from WAL buffers when
possible
|
Andres Freund |
20:12 |
core dumps in auto_prewarm, tests succeed
|
Andres Freund |
20:41 |
Re: core dumps in auto_prewarm, tests succeed
|
Nathan Bossart |
20:44 |
Re: Evaluate arguments of correlated SubPlans in the referencing
ExprState
|
Andres Freund |
20:47 |
Re: pg_stat_statements and "IN" conditions 📎
|
Dmitry Dolgov |
21:00 |
Re: Refactoring backend fork+exec code
|
Andres Freund |
21:07 |
Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column
ordered scans, skip scan 📎
|
Matthias van de Meent |
21:12 |
Re: core dumps in auto_prewarm, tests succeed
|
Nathan Bossart |
21:19 |
Re: core dumps in auto_prewarm, tests succeed
|
Andres Freund |
21:24 |
Re: Network failure may prevent promotion
|
Andres Freund |
21:29 |
Re: Improving EXPLAIN's display of SubPlan nodes 📎
|
Tom Lane |
21:31 |
Re: core dumps in auto_prewarm, tests succeed
|
Nathan Bossart |
21:38 |
Re: core dumps in auto_prewarm, tests succeed 📎
|
Nathan Bossart |
22:27 |
Re: psql: Allow editing query results with \gedit
|
Christoph Berg |
22:54 |
Re: Things I don't like about \du's "Attributes" column
|
David G. Johnston |
22:59 |
Re: WIP Incremental JSON Parser 📎
|
Andrew Dunstan |
23:01 |
Re: Built-in CTYPE provider
|
Jeff Davis |
23:33 |
Jan. 23, 2024
Browse Archives
Prev
|
Next