pgsql-hackers since 2023-01-26 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. 26, 2023
Thread |
Author |
Time |
Re: drop postmaster symlink
|
Karl O. Pinc |
00:03 |
improving user.c error messages 📎
|
Nathan Bossart |
00:22 |
Re: suppressing useless wakeups in logical/worker.c
|
Thomas Munro |
00:23 |
Re: suppressing useless wakeups in logical/worker.c
|
Nathan Bossart |
00:33 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
00:43 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
01:15 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
01:22 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
01:26 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
01:28 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
01:37 |
Re: improving user.c error messages
|
Tom Lane |
01:45 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
01:49 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
01:56 |
Re: Todo: Teach planner to evaluate multiple windows in the optimal order 📎
|
David Rowley |
02:10 |
Re: suppressing useless wakeups in logical/worker.c
|
Tom Lane |
02:27 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
02:31 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
02:33 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
02:43 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
03:10 |
RE: Perform streaming logical transactions by background workers and
parallel apply
|
Hayato Kuroda (Fujitsu) |
03:36 |
Re: Record queryid when auto_explain.log_verbose is on
|
Michael Paquier |
03:40 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Robert Haas |
03:41 |
Re: Non-superuser subscription owners
|
Jeff Davis |
03:45 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
03:48 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
03:56 |
Re: suppressing useless wakeups in logical/worker.c
|
Thomas Munro |
03:57 |
Re: suppressing useless wakeups in logical/worker.c
|
Tom Lane |
04:04 |
Re: New strategies for freezing, advancing relfrozenxid early
|
John Naylor |
04:12 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
04:24 |
Re: fix and document CLUSTER privileges
|
Jeff Davis |
04:27 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
04:36 |
Re: Add LZ4 compression in pg_dump
|
Michael Paquier |
04:46 |
Re: Improve WALRead() to suck data directly from WAL buffers when possible 📎
|
Bharath Rupireddy |
05:33 |
Re: Add LZ4 compression in pg_dump 📎
|
Michael Paquier |
05:49 |
Re: Add LZ4 compression in pg_dump
|
Justin Pryzby |
06:28 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
06:38 |
Re: Decoupling antiwraparound autovacuum from special rules around
auto cancellation
|
Peter Geoghegan |
06:41 |
Re: [PoC] Improve dead tuple storage for lazy vacuum
|
John Naylor |
06:54 |
Re: [PoC] Improve dead tuple storage for lazy vacuum
|
John Naylor |
07:08 |
Re: Syncrep and improving latency due to WAL throttling
|
Bharath Rupireddy |
08:03 |
Re: [PoC] Improve dead tuple storage for lazy vacuum
|
Masahiko Sawada |
08:32 |
Re: Generating code for query jumbling through gen_node_support.pl
|
Peter Eisentraut |
08:37 |
Re: Generating code for query jumbling through gen_node_support.pl
|
Peter Eisentraut |
08:39 |
Re: improving user.c error messages
|
Alvaro Herrera |
09:07 |
Re: pg_upgrade from PG-14.5 to PG-15.1 failing due to non-existing
function
|
David Geier |
09:14 |
Re: meson oddities
|
Peter Eisentraut |
09:20 |
Re: Helper functions for wait_for_catchup() in Cluster.pm
|
Drouvot, Bertrand |
09:33 |
Re: Helper functions for wait_for_catchup() in Cluster.pm
|
Alvaro Herrera |
09:42 |
Re: [PATCH] Make ON CONFLICT DO NOTHING and ON CONFLICT DO UPDATE consistent 📎
|
Aleksander Alekseev |
10:07 |
Re: to_hex() for negative inputs
|
Dean Rasheed |
10:27 |
Re: Considering additional sort specialisation functions for PG16
|
John Naylor |
10:29 |
Re: [PATCH] Tracking statements entry timestamp in
pg_stat_statements 📎
|
Andrei Zubkov |
11:02 |
Re: Syncrep and improving latency due to WAL throttling
|
Tomas Vondra |
11:08 |
Re: Considering additional sort specialisation functions for PG16
|
Pavel Borisov |
11:13 |
Re: drop postmaster symlink
|
Peter Eisentraut |
11:17 |
Re: Reduce timing overhead of EXPLAIN ANALYZE using rdtsc?
|
David Geier |
11:21 |
Re: Add LZ4 compression in pg_dump 📎
|
gkokolatos |
11:24 |
Re: Add LZ4 compression in pg_dump
|
Michael Paquier |
11:53 |
Re: Considering additional sort specialisation functions for PG16
|
John Naylor |
12:06 |
Re: Considering additional sort specialisation functions for PG16
|
David Rowley |
12:14 |
wrong Append/MergeAppend elision? 📎
|
Amit Langote |
12:27 |
Re: Record queryid when auto_explain.log_verbose is on
|
torikoshia |
13:00 |
Re: Inconsistency in vacuum behavior
|
Nikita Malakhov |
13:08 |
Re: pg_upgrade from PG-14.5 to PG-15.1 failing due to non-existing
function
|
Dimos Stamatakis |
13:10 |
Re: Syncrep and improving latency due to WAL throttling 📎
|
Jakub Wartak |
13:40 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Robert Haas |
13:41 |
Re: psql: Add role's membership options to the \du+ command
|
Pavel Luzanov |
13:53 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Robert Haas |
14:20 |
Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication 📎
|
Melih Mutlu |
14:23 |
Re: run pgindent on a regular basis / scripted manner 📎
|
Andrew Dunstan |
14:40 |
Re: Non-superuser subscription owners
|
Robert Haas |
14:43 |
Re: [PoC] Improve dead tuple storage for lazy vacuum 📎
|
Masahiko Sawada |
14:47 |
Re: Syncrep and improving latency due to WAL throttling
|
Andres Freund |
15:40 |
Re: Syncrep and improving latency due to WAL throttling
|
Andres Freund |
15:49 |
Re: Syncrep and improving latency due to WAL throttling
|
Andres Freund |
15:51 |
Re: run pgindent on a regular basis / scripted manner
|
Jelte Fennema |
16:16 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
16:24 |
Re: [EXTERNAL] Re: Support load balancing in libpq 📎
|
Jelte Fennema |
16:29 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
16:35 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
16:35 |
Re: [EXTERNAL] Re: Add non-blocking version of PQcancel 📎
|
Jelte Fennema |
16:42 |
Re: run pgindent on a regular basis / scripted manner
|
Andrew Dunstan |
16:54 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
16:54 |
Re: run pgindent on a regular basis / scripted manner
|
Jelte Fennema |
17:05 |
Re: Non-superuser subscription owners
|
Jeff Davis |
17:36 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
17:53 |
Re: Minimal logical decoding on standbys 📎
|
Drouvot, Bertrand |
17:56 |
Re: fix and document CLUSTER privileges
|
Nathan Bossart |
18:01 |
Re: Add LZ4 compression in pg_dump 📎
|
gkokolatos |
18:03 |
Re: meson oddities
|
Andres Freund |
18:05 |
Re: Add LZ4 compression in pg_dump
|
Justin Pryzby |
18:22 |
Re: drop postmaster symlink
|
Karl O. Pinc |
18:36 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
18:44 |
Re: Syncrep and improving latency due to WAL throttling
|
Tomas Vondra |
18:53 |
Re: suppressing useless wakeups in logical/worker.c 📎
|
Tom Lane |
18:54 |
Re: improving user.c error messages 📎
|
Nathan Bossart |
19:13 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Matthias van de Meent |
19:26 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Robert Haas |
19:27 |
Re: improving user.c error messages
|
Robert Haas |
19:42 |
Re: Helper functions for wait_for_catchup() in Cluster.pm 📎
|
Drouvot, Bertrand |
19:43 |
Something is wrong with wal_compression
|
Tom Lane |
19:43 |
Re: suppressing useless wakeups in logical/worker.c
|
Nathan Bossart |
19:48 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
19:56 |
Re: improving user.c error messages
|
Nathan Bossart |
19:59 |
Re: suppressing useless wakeups in logical/worker.c
|
Tom Lane |
20:04 |
Re: improving user.c error messages
|
Tom Lane |
20:07 |
Re: Something is wrong with wal_compression
|
Justin Pryzby |
20:08 |
Re: Something is wrong with wal_compression
|
Tom Lane |
20:12 |
Re: wrong Append/MergeAppend elision?
|
David Rowley |
20:13 |
Re: Minimal logical decoding on standbys
|
Andres Freund |
20:13 |
Re: Something is wrong with wal_compression
|
Justin Pryzby |
20:15 |
Re: suppressing useless wakeups in logical/worker.c
|
Nathan Bossart |
20:23 |
Re: Add the ability to limit the amount of memory that can be
allocated to backends.
|
Reid Thompson |
20:27 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
20:32 |
lockup in parallel hash join on dikkop (freebsd 14.0-current) 📎
|
Tomas Vondra |
20:36 |
Re: wrong Append/MergeAppend elision?
|
Tom Lane |
20:43 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
20:45 |
Re: doc: add missing "id" attributes to extension packaging page
|
Brar Piening |
20:48 |
Re: lockup in parallel hash join on dikkop (freebsd 14.0-current)
|
Tom Lane |
20:49 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Robert Haas |
20:54 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Andres Freund |
20:55 |
Re: Non-superuser subscription owners
|
Robert Haas |
20:55 |
Re: lockup in parallel hash join on dikkop (freebsd 14.0-current)
|
Thomas Munro |
20:57 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
21:06 |
Re: lockup in parallel hash join on dikkop (freebsd 14.0-current)
|
Thomas Munro |
21:06 |
Re: suppressing useless wakeups in logical/worker.c 📎
|
Tom Lane |
21:09 |
Re: Cygwin cleanup
|
Justin Pryzby |
21:15 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Robert Haas |
21:21 |
Re: suppressing useless wakeups in logical/worker.c
|
Nathan Bossart |
21:22 |
Re: Something is wrong with wal_compression
|
Andrey Borodin |
21:28 |
Re: GUCs to control abbreviated sort keys
|
Peter Eisentraut |
21:39 |
Re: run pgindent on a regular basis / scripted manner
|
Andrew Dunstan |
21:46 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
21:51 |
Re: improving user.c error messages
|
Nathan Bossart |
22:02 |
Re: Something is wrong with wal_compression
|
Tom Lane |
22:14 |
Re: suppressing useless wakeups in logical/worker.c
|
Tom Lane |
22:37 |
Re: improving user.c error messages
|
Tom Lane |
22:41 |
Re: Something is wrong with wal_compression
|
Thomas Munro |
22:50 |
Re: run pgindent on a regular basis / scripted manner
|
Jelte Fennema |
22:54 |
Re: Something is wrong with wal_compression
|
Tom Lane |
23:04 |
Re: GUCs to control abbreviated sort keys
|
Jeff Davis |
23:29 |
Re: New strategies for freezing, advancing relfrozenxid early
|
Peter Geoghegan |
23:36 |
Re: Rework of collation code, extensibility 📎
|
Jeff Davis |
23:47 |
Jan. 27, 2023
Browse Archives
Prev
|
Next