pgsql-hackers since 2022-03-02 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
March 2, 2022
Thread |
Author |
Time |
Re: speed up a logical replica setup
|
Andreas Karlsson |
00:08 |
Re: Optionally automatically disable logical replication
subscriptions on error
|
Peter Smith |
00:34 |
Re: Separate the result of \watch for each query execution (psql)
|
Noboru Saito |
00:57 |
Re: Postgres restart in the middle of exclusive backup and the
presence of backup_label file 📎
|
Nathan Bossart |
01:03 |
Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN
or >= is not?
|
Robert Haas |
01:11 |
RE: Failed transaction statistics to measure the logical replication
progress 📎
|
[email protected] |
01:21 |
RE: logical replication restrictions
|
[email protected] |
01:49 |
RE: logical replication empty transactions
|
[email protected] |
02:00 |
Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not?
|
Tom Lane |
02:05 |
Re: Design of pg_stat_subscription_workers vs pgstats
|
Amit Kapila |
02:05 |
RE: Logical replication timeout problem 📎
|
[email protected] |
02:06 |
Re: pg_stat_get_replication_slot and pg_stat_get_subscription_worker
incorrectly marked as proretset
|
Amit Kapila |
02:12 |
Re: Make mesage at end-of-recovery less scary. 📎
|
Kyotaro Horiguchi |
02:17 |
Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN
or >= is not?
|
Andy Fan |
02:43 |
Re: [Proposal] Global temporary tables
|
Wenjing Zeng |
02:52 |
Re: Add the replication origin name and commit-LSN to logical
replication worker errcontext
|
Peter Smith |
02:54 |
Re: Add the replication origin name and commit-LSN to logical
replication worker errcontext
|
Amit Kapila |
02:55 |
Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN
or >= is not?
|
Andy Fan |
03:00 |
RE: Optionally automatically disable logical replication
subscriptions on error 📎
|
[email protected] |
03:12 |
Re: Add the replication origin name and commit-LSN to logical
replication worker errcontext
|
Amit Kapila |
03:21 |
Re: Handle infinite recursion in logical replication setup
|
vignesh C |
03:26 |
Re: Optionally automatically disable logical replication
subscriptions on error
|
Masahiko Sawada |
03:46 |
Re: Add the replication origin name and commit-LSN to logical
replication worker errcontext
|
Masahiko Sawada |
04:02 |
Re: Allow async standbys wait for sync replication
|
Bharath Rupireddy |
04:17 |
PG DOCS - logical replication filtering 📎
|
Peter Smith |
04:47 |
Re: Schema variables - new implementation for Postgres 15 📎
|
Pavel Stehule |
05:03 |
Re: Design of pg_stat_subscription_workers vs pgstats
|
Andres Freund |
05:09 |
Re: Failed transaction statistics to measure the logical replication progress
|
Masahiko Sawada |
05:18 |
Re: Allow root ownership of client certificate key
|
Chris Bandy |
05:30 |
Re: Add the replication origin name and commit-LSN to logical
replication worker errcontext
|
Masahiko Sawada |
05:39 |
Re: Use "WAL segment" instead of "log segment" consistently in
user-facing messages 📎
|
Bharath Rupireddy |
06:11 |
Re: more descriptive message for process termination due to
max_slot_wal_keep_size 📎
|
Kyotaro Horiguchi |
06:37 |
Re: make tuplestore helper function 📎
|
Michael Paquier |
06:43 |
Re: Rewriting the test of pg_upgrade as a TAP test - take three -
remastered set 📎
|
Michael Paquier |
06:57 |
Re: Add the replication origin name and commit-LSN to logical
replication worker errcontext
|
Kyotaro Horiguchi |
07:07 |
Re: [PATCH] Expose port->authn_id to extensions and triggers
|
Michael Paquier |
07:09 |
Re: Design of pg_stat_subscription_workers vs pgstats
|
Amit Kapila |
07:09 |
Re: Add the replication origin name and commit-LSN to logical
replication worker errcontext
|
Amit Kapila |
07:14 |
Re: pg_stat_get_replication_slot and pg_stat_get_subscription_worker
incorrectly marked as proretset
|
Michael Paquier |
07:15 |
Re: CREATE INDEX CONCURRENTLY on partitioned index 📎
|
Alexander Pyhalov |
07:24 |
Re: Add the replication origin name and commit-LSN to logical
replication worker errcontext 📎
|
Masahiko Sawada |
07:34 |
pg_stop_backup() v2 incorrectly marked as proretset 📎
|
Michael Paquier |
07:46 |
Re: Design of pg_stat_subscription_workers vs pgstats
|
Andres Freund |
07:56 |
Re: standby recovery fails (tablespace related) (tentative patch
and discussion) 📎
|
Kyotaro Horiguchi |
07:59 |
Re: Rewriting the test of pg_upgrade as a TAP test - take three -
remastered set
|
Andres Freund |
08:01 |
Re: Rewriting the test of pg_upgrade as a TAP test - take three -
remastered set
|
Andres Freund |
08:07 |
Re: Rewriting the test of pg_upgrade as a TAP test - take three -
remastered set
|
Michael Paquier |
08:11 |
Re: Add the replication origin name and commit-LSN to logical
replication worker errcontext
|
Masahiko Sawada |
08:11 |
Re: [PATCH] Expose port->authn_id to extensions and triggers
|
Peter Eisentraut |
08:18 |
Re: pg_stop_backup() v2 incorrectly marked as proretset
|
Kyotaro Horiguchi |
08:22 |
Re: Proposal: Support custom authentication methods using hooks
|
Peter Eisentraut |
08:24 |
RE: Failed transaction statistics to measure the logical replication
progress
|
[email protected] |
08:28 |
Re: Proposal: Support custom authentication methods using hooks
|
Peter Eisentraut |
08:32 |
Re: Two noncritical bugs of pg_waldump
|
Kyotaro Horiguchi |
08:37 |
Re: more descriptive message for process termination due to
max_slot_wal_keep_size 📎
|
Kyotaro Horiguchi |
08:55 |
Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors
|
Tatsuo Ishii |
09:03 |
Re: PG DOCS - logical replication filtering
|
Aleksander Alekseev |
09:07 |
Re: PG DOCS - logical replication filtering
|
Aleksander Alekseev |
09:14 |
Re: PG DOCS - logical replication filtering
|
Amit Kapila |
09:25 |
Re: Add id's to various elements in protocol.sgml
|
Peter Eisentraut |
09:37 |
RE: Optionally automatically disable logical replication
subscriptions on error 📎
|
[email protected] |
09:38 |
Re: Add id's to various elements in protocol.sgml
|
Peter Eisentraut |
09:40 |
Re: PG DOCS - logical replication filtering 📎
|
Aleksander Alekseev |
09:42 |
Re: create_index test fails when synchronous_commit = off @ master 📎
|
Aleksander Alekseev |
10:03 |
Re: pg_stop_backup() v2 incorrectly marked as proretset 📎
|
Michael Paquier |
10:04 |
Re: [PATCH] Add reloption for views to enable RLS
|
Dean Rasheed |
10:10 |
Changing "Hot Standby" to "hot standby" 📎
|
Daniel Westermann (DWE) |
10:16 |
Re: psql: Make SSL info display more compact
|
Daniel Gustafsson |
10:24 |
Re: pg_stop_backup() v2 incorrectly marked as proretset
|
Aleksander Alekseev |
10:25 |
Re: Handle infinite recursion in logical replication setup
|
Amit Kapila |
10:28 |
Re: standby recovery fails (tablespace related) (tentative patch
and discussion) 📎
|
Kyotaro Horiguchi |
10:31 |
Re: Design of pg_stat_subscription_workers vs pgstats
|
Amit Kapila |
10:38 |
Re: [PATCH] Add reloption for views to enable RLS
|
Wolfgang Walther |
10:46 |
Re: Report checkpoint progress with pg_stat_progress_checkpoint (was:
Report checkpoint progress in server logs) 📎
|
Nitin Jadhav |
11:15 |
Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock
errors
|
Fabien COELHO |
11:41 |
Re: row filtering for logical replication 📎
|
Tomas Vondra |
11:45 |
Add CHECKPOINT_REQUESTED flag to the log message in LogCheckpointStart() 📎
|
Nitin Jadhav |
12:10 |
Re: Commitfest 2022-03 Patch Triage Part 1a.i
|
Daniel Gustafsson |
12:11 |
Re: row filtering for logical replication
|
Euler Taveira |
12:11 |
Re: Column Filtering in Logical Replication 📎
|
Tomas Vondra |
12:13 |
Re: Add CHECKPOINT_REQUESTED flag to the log message in LogCheckpointStart()
|
Bharath Rupireddy |
12:48 |
Re: Add 64-bit XIDs into PostgreSQL 15
|
Aleksander Alekseev |
13:25 |
Re: logical replication empty transactions
|
Ajin Cherian |
13:40 |
Re: Changing "Hot Standby" to "hot standby"
|
Aleksander Alekseev |
13:44 |
Re: Proposal: Support custom authentication methods using hooks
|
Stephen Frost |
14:04 |
Re: Proposal: Support custom authentication methods using hooks
|
Stephen Frost |
14:07 |
Re: Proposal: Support custom authentication methods using hooks
|
Jonathan S. Katz |
14:16 |
Re: PG DOCS - logical replication filtering
|
Peter Eisentraut |
14:29 |
Re: pg_stop_backup() v2 incorrectly marked as proretset
|
Robert Haas |
14:31 |
Re: pg_stop_backup() v2 incorrectly marked as proretset
|
Tom Lane |
14:35 |
Re: pg_stop_backup() v2 incorrectly marked as proretset
|
Aleksander Alekseev |
14:40 |
Re: Allow root ownership of client certificate key
|
Tom Lane |
14:40 |
Re: pg_walinspect - a new extension to get raw WAL data and WAL stats
|
Ashutosh Sharma |
14:41 |
Re: Add 64-bit XIDs into PostgreSQL 15
|
Pavel Borisov |
14:43 |
Re: Proposal: Support custom authentication methods using hooks
|
Bruce Momjian |
14:55 |
[PoC/RFC] Multiple passwords, interval expirations 📎
|
Joshua Brindle |
14:58 |
Re: Proposal: Support custom authentication methods using hooks
|
Stephen Frost |
14:58 |
Re: Proposal: Support custom authentication methods using hooks
|
Tom Lane |
15:01 |
Re: Proposal: Support custom authentication methods using hooks
|
Stephen Frost |
15:09 |
Re: Proposal: Support custom authentication methods using hooks
|
Bruce Momjian |
15:14 |
Re: SQL/JSON: functions
|
Andrew Dunstan |
15:19 |
Re: Changing "Hot Standby" to "hot standby" 📎
|
Daniel Westermann (DWE) |
15:22 |
Re: Proposal: Support custom authentication methods using hooks
|
Peter Eisentraut |
15:29 |
Re: Proposal: Support custom authentication methods using hooks
|
Stephen Frost |
15:29 |
Re: Proposal: Support custom authentication methods using hooks
|
Stephen Frost |
15:30 |
Re: [PoC/RFC] Multiple passwords, interval expirations
|
Joshua Brindle |
15:35 |
Re: Proposal: Support custom authentication methods using hooks
|
Joshua Brindle |
15:42 |
Re: Proposal: Support custom authentication methods using hooks
|
Jonathan S. Katz |
15:45 |
Re: Proposal: Support custom authentication methods using hooks
|
Bruce Momjian |
15:45 |
Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN
or >= is not?
|
Robert Haas |
15:46 |
Re: Proposal: Support custom authentication methods using hooks
|
Stephen Frost |
15:54 |
Re: Proposal: Support custom authentication methods using hooks
|
Bruce Momjian |
16:00 |
Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not?
|
Tom Lane |
16:09 |
Re: Handle infinite recursion in logical replication setup 📎
|
vignesh C |
16:12 |
Re: Proposal: Support custom authentication methods using hooks
|
Stephen Frost |
16:15 |
Re: Add 64-bit XIDs into PostgreSQL 15
|
Justin Pryzby |
16:35 |
Re: pg_stop_backup() v2 incorrectly marked as proretset
|
Julien Rouhaud |
16:36 |
Re: Commitfest 2022-03 Patch Triage Part 1a.i
|
Greg Stark |
16:58 |
Re: pg_stop_backup() v2 incorrectly marked as proretset
|
Chapman Flack |
17:04 |
Re: pg_walinspect - a new extension to get raw WAL data and WAL stats 📎
|
Bharath Rupireddy |
17:07 |
Re: Allow root ownership of client certificate key
|
David Steele |
17:17 |
Re: pg_stop_backup() v2 incorrectly marked as proretset
|
David Steele |
17:24 |
Re: Commitfest 2022-03 Patch Triage Part 1a.i
|
Tom Lane |
17:28 |
Re: Commitfest 2022-03 Patch Triage Part 1a.i
|
Julien Rouhaud |
17:28 |
Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN
or >= is not?
|
Robert Haas |
17:29 |
Re: using extended statistics to improve join estimates
|
Justin Pryzby |
17:38 |
Re: using extended statistics to improve join estimates 📎
|
Justin Pryzby |
17:39 |
Re: Add id's to various elements in protocol.sgml
|
Brar Piening |
17:46 |
Re: Add id's to various elements in protocol.sgml
|
Chapman Flack |
17:54 |
Re: [Proposal] Global temporary tables
|
Adam Brusselback |
18:02 |
Re: [PoC/RFC] Multiple passwords, interval expirations 📎
|
Joshua Brindle |
18:02 |
Re: [Proposal] Global temporary tables
|
Pavel Stehule |
18:08 |
Re: Report checkpoint progress with pg_stat_progress_checkpoint (was:
Report checkpoint progress in server logs)
|
Bharath Rupireddy |
18:22 |
Re: [PATCH] Add reloption for views to enable RLS
|
Laurenz Albe |
19:07 |
Re: Support for grabbing multiple consecutive values with nextval()
|
Jille Timmermans |
19:12 |
Re: Postgres restart in the middle of exclusive backup and the
presence of backup_label file
|
Chapman Flack |
19:23 |
Re: wrong fds used for refilenodes after pg_upgrade relfilenode
changes Reply-To:
|
Robert Haas |
19:52 |
Re: wrong fds used for refilenodes after pg_upgrade relfilenode
changes Reply-To:
|
Andres Freund |
20:00 |
Re: Proposal: Support custom authentication methods using hooks
|
Andres Freund |
20:09 |
Re: trigger example for plsample 📎
|
Mark Wong |
20:12 |
Re: Proposal: Support custom authentication methods using hooks
|
Stephen Frost |
20:26 |
Re: Proposal: Support custom authentication methods using hooks
|
samay sharma |
20:49 |
Re: Adding CI to our tree 📎
|
Justin Pryzby |
20:50 |
Re: Proposal: Support custom authentication methods using hooks
|
Andres Freund |
21:08 |
Re: [Proposal] Global temporary tables
|
Andres Freund |
21:17 |
Re: Add 64-bit XIDs into PostgreSQL 15
|
Andres Freund |
21:22 |
Re: [PATCH] Expose port->authn_id to extensions and triggers
|
Andres Freund |
21:27 |
Re: wrong fds used for refilenodes after pg_upgrade relfilenode
changes Reply-To:
|
Robert Haas |
21:27 |
Re: libpq compression (part 2)
|
Justin Pryzby |
21:33 |
Re: BufferAlloc: don't take two simultaneous locks 📎
|
Yura Sokolov |
22:35 |
Re: Logical replication timeout problem
|
Peter Smith |
22:55 |
March 3, 2022
Browse Archives
Prev
|
Next