pgsql-hackers since 2024-12-10 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. 10, 2024
Dec. 11, 2024
| Thread |
Author |
Time |
|
Re: fix deprecation mention for age() and mxid_age()
|
Michael Paquier |
00:01 |
|
Re: Expand applicability of aggregate's sortop optimization
|
Michael Paquier |
00:22 |
|
Re: Separate memory contexts for relcache and catcache
|
Michael Paquier |
00:27 |
|
Re: Serverside SNI support in libpq
|
Michael Paquier |
00:34 |
|
Re: Vectored IO in XLogWrite()
|
Michael Paquier |
00:41 |
|
Re: Add ExprState hashing for GROUP BY and hashed SubPlans
|
David Rowley |
00:49 |
|
Re: FileFallocate misbehaving on XFS
|
Michael Harris |
01:09 |
|
RE: Memory leak in WAL sender with pgoutput (v10~)
|
Zhijie Hou (Fujitsu) |
02:13 |
|
Re: Wrong results with right-semi-joins
|
Richard Guo |
02:27 |
|
RE: Parallel heap vacuum
|
Hayato Kuroda (Fujitsu) |
02:34 |
|
Re: Introduce XID age and inactive timeout based replication slot invalidation
|
Peter Smith |
02:44 |
|
Re: Skip collecting decoded changes of already-aborted transactions
|
Dilip Kumar |
02:51 |
|
Re: FileFallocate misbehaving on XFS
|
Michael Harris |
02:59 |
|
Re: [PoC] Reducing planning time when tables have many partitions 📎
|
Yuya Watari |
03:16 |
|
Re: Conflict detection for update_deleted in logical replication 📎
|
Nisha Moond |
03:42 |
|
Re: long-standing data loss bug in initial sync of logical replication 📎
|
Shlok Kyal |
03:43 |
|
Memory leak in pg_logical_slot_{get,peek}_changes 📎
|
vignesh C |
04:27 |
|
Re: attndims, typndims still not enforced, but make the value within
a sane threshold
|
Michael Paquier |
04:38 |
|
Re: Changing the state of data checksums in a running cluster
|
Michael Paquier |
04:47 |
|
Re: Subscription sometimes loses txns after initial table sync
|
Shlok Kyal |
04:50 |
|
Re: Conflict detection for update_deleted in logical replication 📎
|
Amit Kapila |
05:06 |
|
Re: Memory leak in WAL sender with pgoutput (v10~)
|
vignesh C |
05:08 |
|
Re: warn if GUC set to an invalid shared library
|
Michael Paquier |
05:12 |
|
Re: attndims, typndims still not enforced, but make the value within a sane threshold
|
Tom Lane |
05:15 |
|
VACUUM cleaning of CF 2024-11
|
Michael Paquier |
05:17 |
|
Re: attndims, typndims still not enforced, but make the value within
a sane threshold
|
Michael Paquier |
05:24 |
|
Re: Adding a '--two-phase' option to 'pg_createsubscriber' utility.
|
vignesh C |
05:29 |
|
Re: Memory leak in WAL sender with pgoutput (v10~)
|
Masahiko Sawada |
05:38 |
|
Re: Adding a '--two-phase' option to 'pg_createsubscriber' utility. 📎
|
Shubham Khanna |
05:51 |
|
Re: Adding a '--two-phase' option to 'pg_createsubscriber' utility.
|
Shubham Khanna |
05:53 |
|
Re: Fix comments related to pending statistics
|
Michael Paquier |
05:56 |
|
Re: Make use of pg_memory_is_all_zeros() in more places
|
Michael Paquier |
06:03 |
|
RE: Memory leak in pg_logical_slot_{get,peek}_changes 📎
|
Zhijie Hou (Fujitsu) |
06:09 |
|
Re: CREATE SCHEMA ... CREATE DOMAIN support
|
Kirill Reshke |
06:22 |
|
Suggestion to standardize comment format in pg_dump
|
Nohez Poonawala |
06:37 |
|
Re: WARNING: missing lock on database "postgres" (OID 5) @ TID (0,4) 📎
|
Kirill Reshke |
06:37 |
|
Re: Sort functions with specialized comparators
|
John Naylor |
06:39 |
|
Re: Track the amount of time waiting due to cost_delay
|
Dilip Kumar |
06:43 |
|
Re: Virtual generated columns 📎
|
jian he |
06:49 |
|
Re: Introduce XID age and inactive timeout based replication slot invalidation
|
vignesh C |
06:51 |
|
RE: Replace IN VALUES with ANY in WHERE clauses during optimization
|
postgresql_contributors |
06:54 |
|
Re: Track the amount of time waiting due to cost_delay
|
Bertrand Drouvot |
07:00 |
|
Re: fix deprecation mention for age() and mxid_age()
|
Bertrand Drouvot |
07:04 |
|
advanced patch feedback session at FOSDEM, responses needed
|
Peter Eisentraut |
07:05 |
|
Re: long-standing data loss bug in initial sync of logical replication
|
Masahiko Sawada |
07:06 |
|
Re: CRC32C Parallel Computation Optimization on ARM 📎
|
John Naylor |
07:08 |
|
Avoid unnecessary wrapping for more complex expressions 📎
|
Richard Guo |
07:31 |
|
Re: Fix comments related to pending statistics
|
Bertrand Drouvot |
07:32 |
|
RE: Conflict detection for update_deleted in logical replication
|
Zhijie Hou (Fujitsu) |
07:33 |
|
Re: FileFallocate misbehaving on XFS 📎
|
Michael Harris |
07:40 |
|
Re: Make use of pg_memory_is_all_zeros() in more places 📎
|
Bertrand Drouvot |
07:56 |
|
Re: Expand applicability of aggregate's sortop optimization
|
Andrei Lepikhov |
08:04 |
|
Re: Parallel heap vacuum
|
Masahiko Sawada |
08:07 |
|
Re: Serverside SNI support in libpq
|
Daniel Gustafsson |
08:13 |
|
Add Postgres module info 📎
|
Andrei Lepikhov |
08:35 |
|
Re: Adding a '--two-phase' option to 'pg_createsubscriber' utility. 📎
|
vignesh C |
08:38 |
|
Re: Logical replication timeout
|
RECHTÉ Marc |
08:59 |
|
RE: Conflict detection for update_deleted in logical replication 📎
|
Zhijie Hou (Fujitsu) |
09:02 |
|
Re: Removing unneeded self joins
|
Andrei Lepikhov |
09:02 |
|
Re: [PATCH] SVE popcount support 📎
|
Chiranmoy.Bhattacharya@fujitsu.com |
09:06 |
|
Re: Memory leak in pg_logical_slot_{get,peek}_changes
|
vignesh C |
09:11 |
|
RE: Conflict detection for update_deleted in logical replication 📎
|
Hayato Kuroda (Fujitsu) |
09:29 |
|
Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE
|
David Rowley |
09:38 |
|
RE: Memory leak in pg_logical_slot_{get,peek}_changes
|
Zhijie Hou (Fujitsu) |
09:45 |
|
pg_dump memory leak of 400 bytes 📎
|
Oleg Tselebrovskiy |
09:59 |
|
Re: Adding a '--two-phase' option to 'pg_createsubscriber' utility. 📎
|
Shubham Khanna |
10:05 |
|
Re: pg_dump memory leak of 400 bytes
|
Daniel Gustafsson |
10:09 |
|
Re: Logical Replication of sequences 📎
|
vignesh C |
10:12 |
|
Re: advanced patch feedback session at FOSDEM, responses needed
|
Tomas Vondra |
11:02 |
|
Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE
|
David Rowley |
11:16 |
|
Re: on_error table, saving error info to a table
|
Nishant Sharma |
11:41 |
|
Re: FileFallocate misbehaving on XFS
|
Jakub Wartak |
12:05 |
|
RE: COPY performance on Windows 📎
|
Ryohei Takahashi (Fujitsu) |
12:18 |
|
Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE
|
Guillaume Lelarge |
12:41 |
|
Re: NOT ENFORCED constraint feature
|
jian he |
12:42 |
Browse Archives
Prev
|
Next