pgsql-hackers since 2023-12-04 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
Dec. 4, 2023
Dec. 5, 2023
Thread |
Author |
Time |
Re: Avoid detoast overhead when possible
|
zhihuifan1213 |
00:28 |
Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION } 📎
|
Jeff Davis |
00:55 |
Re: gai_strerror() is not thread-safe on Windows
|
Kyotaro Horiguchi |
02:43 |
Re: Emitting JSON to file using COPY TO 📎
|
Joe Conway |
02:54 |
Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column
ordered scans, skip scan
|
Peter Geoghegan |
03:25 |
Re: Rename ShmemVariableCache and initialize it in more standard way
|
Richard Guo |
03:40 |
introduce dynamic shared memory registry 📎
|
Nathan Bossart |
03:46 |
Re: Use PGAlignedBlock instead of "char buf[BLCKSZ]" in more places
|
Michael Paquier |
03:47 |
Re: CRC32C Parallel Computation Optimization on ARM
|
Nathan Bossart |
04:18 |
Re: table inheritance versus column compression and storage settings
|
Ashutosh Bapat |
04:26 |
Re: Optimizing nbtree ScalarArrayOp execution, allowing multi-column
ordered scans, skip scan
|
Peter Geoghegan |
05:01 |
Re: Synchronizing slots from primary to standby
|
shveta malik |
05:08 |
Re: [PoC] pg_upgrade: allow to upgrade publisher node
|
Amit Kapila |
05:16 |
Re: SET ROLE documentation improvement
|
Shubham Khanna |
05:20 |
Re: [DOCS] HOT - correct claim about indexes not referencing old line pointers
|
Shubham Khanna |
05:22 |
Re: pg_upgrade and logical replication
|
Michael Paquier |
05:26 |
RE: [PoC] pg_upgrade: allow to upgrade publisher node 📎
|
Hayato Kuroda (Fujitsu) |
05:41 |
Re: Show WAL write and fsync stats in pg_stat_io
|
Michael Paquier |
06:16 |
Re: undetected deadlock in ALTER SUBSCRIPTION ... REFRESH PUBLICATION 📎
|
Shlok Kyal |
07:14 |
Re: btree: downlink right separator/HIKEY optimization
|
Heikki Linnakangas |
07:43 |
Re: Test 002_pg_upgrade fails with olddump on Windows
|
Michael Paquier |
07:56 |
Re: Avoid detoast overhead when possible
|
Nikita Malakhov |
08:38 |
Re: Synchronizing slots from primary to standby
|
Drouvot, Bertrand |
08:48 |
Re: Avoid detoast overhead when possible
|
zhihuifan1213 |
08:54 |
Re: Test 002_pg_upgrade fails with olddump on Windows
|
Alexander Lakhin |
09:00 |
Re: pg_upgrade and logical replication
|
Amit Kapila |
09:37 |
Re: [PoC] Federated Authn/z with OAUTHBEARER
|
Daniel Gustafsson |
09:43 |
Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features)
|
Alena Rybakina |
10:07 |
Re: Avoid detoast overhead when possible
|
Nikita Malakhov |
10:09 |
Re: Synchronizing slots from primary to standby
|
shveta malik |
10:29 |
Re: Add semi-join pushdown to postgres_fdw
|
Alexander Pyhalov |
10:29 |
Re: POC, WIP: OR-clause support for indexes 📎
|
Andrei Lepikhov |
10:55 |
backtrace_on_internal_error
|
Peter Eisentraut |
10:55 |
UBSan pointer overflow in xlogreader.c 📎
|
Thomas Munro |
11:03 |
Re: Synchronizing slots from primary to standby
|
Amit Kapila |
11:32 |
Re: undetected deadlock in ALTER SUBSCRIPTION ... REFRESH PUBLICATION
|
Tomas Vondra |
11:48 |
Re: logical decoding and replication of sequences, take 2
|
Amit Kapila |
12:17 |
Re: Avoid detoast overhead when possible
|
Andy Fan |
12:24 |
Re: remaining sql/json patches 📎
|
Amit Langote |
12:25 |
Make attstattarget nullable 📎
|
Peter Eisentraut |
12:52 |
Re: table inheritance versus column compression and storage settings
|
Peter Eisentraut |
12:58 |
Re: Synchronizing slots from primary to standby
|
Drouvot, Bertrand |
13:38 |
Re: Synchronizing slots from primary to standby
|
Drouvot, Bertrand |
14:08 |
Re: Emitting JSON to file using COPY TO
|
Andrew Dunstan |
14:56 |
Re: Postgres Partitions Limitations (5.11.2.3)
|
Ashutosh Bapat |
14:57 |
Re: introduce dynamic shared memory registry
|
Joe Conway |
15:34 |
Re: Detecting some cases of missing backup_label
|
Stephen Frost |
15:54 |
Re: introduce dynamic shared memory registry
|
Robert Haas |
16:16 |
Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION }
|
John Naylor |
16:22 |
Re: logical decoding and replication of sequences, take 2 📎
|
Tomas Vondra |
16:53 |
Re: Emitting JSON to file using COPY TO
|
Joe Conway |
16:54 |
Possible segfault when sending notification within a ProcessUtility hook 📎
|
Anthonin Bonnefoy |
17:33 |
Add checks in pg_rewind to abort if backup_label file is present 📎
|
Krishnakumar R |
17:36 |
Re: backtrace_on_internal_error
|
Nathan Bossart |
17:40 |
Re: Emitting JSON to file using COPY TO
|
Davin Shearer |
17:43 |
Re: UBSan pointer overflow in xlogreader.c
|
Nathan Bossart |
18:04 |
Re: trying again to get incremental backup 📎
|
Robert Haas |
18:10 |
Re: backtrace_on_internal_error
|
Robert Haas |
18:16 |
Re: Make COPY format extendable: Extract COPY TO format
implementations
|
Nathan Bossart |
18:24 |
Re: backtrace_on_internal_error
|
Nathan Bossart |
18:28 |
Re: backtrace_on_internal_error
|
Robert Haas |
18:30 |
Re: psql not responding to SIGINT upon db reconnection 📎
|
Tristan Partin |
18:35 |
Remove WIN32 conditional compilation from win32common.c 📎
|
Tristan Partin |
18:37 |
Re: backtrace_on_internal_error
|
Matthias van de Meent |
18:47 |
Re: Emitting JSON to file using COPY TO 📎
|
Joe Conway |
18:51 |
Re: collect_corrupt_items_vacuum.patch
|
Dmitry Koval |
19:03 |
Re: Emitting JSON to file using COPY TO
|
Davin Shearer |
19:50 |
Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION } 📎
|
Jeff Davis |
19:58 |
Re: backtrace_on_internal_error
|
Robert Haas |
19:59 |
Re: Possible segfault when sending notification within a ProcessUtility hook
|
Tom Lane |
20:03 |
Re: backtrace_on_internal_error
|
Nathan Bossart |
20:06 |
Re: backtrace_on_internal_error
|
Tom Lane |
20:08 |
Re: Add checks in pg_rewind to abort if backup_label file is present
|
Heikki Linnakangas |
20:14 |
Re: UBSan pointer overflow in xlogreader.c
|
Robert Haas |
20:48 |
Re: Emitting JSON to file using COPY TO
|
Andrew Dunstan |
20:55 |
Re: UBSan pointer overflow in xlogreader.c
|
Nathan Bossart |
21:01 |
Re: Emitting JSON to file using COPY TO
|
Joe Conway |
21:02 |
Re: Emitting JSON to file using COPY TO
|
Joe Conway |
21:09 |
Re: Emitting JSON to file using COPY TO
|
Andrew Dunstan |
21:12 |
Re: Emitting JSON to file using COPY TO
|
Joe Conway |
21:15 |
Re: Emitting JSON to file using COPY TO
|
Andrew Dunstan |
21:20 |
Re: [PoC] Improve dead tuple storage for lazy vacuum
|
Masahiko Sawada |
21:33 |
Re: Emitting JSON to file using COPY TO
|
Joe Conway |
21:46 |
Re: [PATCH] plpython function causes server panic
|
Tom Lane |
21:56 |
Re: [PATCH] ltree hash functions 📎
|
Tommy Pavlicek |
22:38 |
Re: Emitting JSON to file using COPY TO
|
Davin Shearer |
23:45 |
Built-in CTYPE provider 📎
|
Jeff Davis |
23:46 |
Re: Faster "SET search_path"
|
Jeff Davis |
23:55 |
Dec. 6, 2023
Browse Archives
Prev
|
Next