pgsql-hackers since 2024-11-26 14:11

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

(enter a message-id to go directly to that message)

Browse Archives

Prev | Next

Nov. 26, 2024

Thread Author Time
Re: Separate memory contexts for relcache and catcache Melih Mutlu 14:11
Re: Index AM API cleanup 📎 Andrew Dunstan 14:27
Re: What db objects can only be created with superuser? Kirill Reshke 14:48
Re: [PATCH] Missing Assert in the code Dmitry Nikitin 15:10
Misleading "epoll_create1 failed: Too many open files" Andres Freund 15:10
Re: UUID v7 Japin Li 15:14
Re: doc fail about ALTER TABLE ATTACH re. NO INHERIT Alvaro Herrera 15:53
Re: What db objects can only be created with superuser? Tom Lane 16:15
Re: On non-Windows, hard depend on uselocale(3) 📎 Peter Eisentraut 16:23
Re: Misleading "epoll_create1 failed: Too many open files" Tom Lane 16:35
Re: Doc: typo in config.sgml Bruce Momjian 16:39
Re: Doc: typo in config.sgml Tom Lane 16:43
Re: Use __attribute__((target(sse4.2))) for SSE42 CRC32C Nathan Bossart 16:54
Make postmaster environment dump easier to skim over 📎 Andres Freund 16:55
Re: Self contradictory examining on rel's baserestrictinfo Robert Haas 16:55
Re: Make postmaster environment dump easier to skim over Heikki Linnakangas 17:08
Re: Doc: typo in config.sgml 📎 Bruce Momjian 17:08
Re: Allow non-superuser to cancel superuser tasks. Kirill Reshke 17:11
Re: Self contradictory examining on rel's baserestrictinfo Tom Lane 17:13
Re: doc: pgevent.dll location Peter Eisentraut 17:15
Re: Self contradictory examining on rel's baserestrictinfo Robert Haas 17:16
Re: Misleading "epoll_create1 failed: Too many open files" 📎 Andres Freund 17:21
Re: Misleading "epoll_create1 failed: Too many open files" Tom Lane 17:26
Re: Allow non-superuser to cancel superuser tasks. Andres Freund 17:27
Re: Doc: typo in config.sgml Tom Lane 17:41
Re: Misleading "epoll_create1 failed: Too many open files" Andres Freund 17:53
Re: Misleading "epoll_create1 failed: Too many open files" Robert Haas 18:09
Re: Potential ABI breakage in upcoming minor releases Tom Lane 18:17
Re: Potential ABI breakage in upcoming minor releases Tom Lane 18:24
Re: Count and log pages set all-frozen by vacuum Masahiko Sawada 18:55
Re: Doc: typo in config.sgml 📎 Bruce Momjian 19:04
Re: UUID v7 Sergey Prokhorenko 19:11
Re: Changing shared_buffers without restart Dmitry Dolgov 19:17
Re: UUID v7 Masahiko Sawada 19:30
Re: UUID v7 Przemysław Sztoch 19:35
Re: Use __attribute__((target(sse4.2))) for SSE42 CRC32C 📎 Nathan Bossart 20:19
Re: On non-Windows, hard depend on uselocale(3) Thomas Munro 20:24
Re: Count and log pages set all-frozen by vacuum Melanie Plageman 20:37
Re: Fix meson uuid header check so it works with MSVC in REL_16_STABLE Andrew Dunstan 20:46
Re: UUID v7 Sergey Prokhorenko 20:47
Re: Allow non-superuser to cancel superuser tasks. 📎 Nathan Bossart 21:07
Re: Allow non-superuser to cancel superuser tasks. Andres Freund 21:47
Re: UUID v7 Jelte Fennema-Nio 21:55
Re: Improve the error message for logical replication of regular column to generated column. Peter Smith 21:59
Re: Changing the state of data checksums in a running cluster Tomas Vondra 22:07
Re: Statistics Import and Export Corey Huinker 22:11
Proposal: Support for "NOT NULL" Constraints on Composite Type Fields (Checked at Rest) Alec Larson 22:43
Re: pgindent exit status if a file encounters an error Andrew Dunstan 22:57
Re: UUID v7 📎 Masahiko Sawada 23:11

Nov. 27, 2024

Thread Author Time
Re: Consider pipeline implicit transaction as a transaction block Michael Paquier 00:42
Re: Count and log pages set all-frozen by vacuum Masahiko Sawada 01:38
Re: Potential Issue with Redundant Restriction Clauses in get_parameterized_baserel_size for PARTITIONED_REL 📎 David Rowley 02:10
Re: Potential Issue with Redundant Restriction Clauses in get_parameterized_baserel_size for PARTITIONED_REL Tom Lane 02:26
Re: Strange assertion in procarray.c 📎 Michail Nikolaev 02:27
Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE David Rowley 03:02
Re: Introduce XID age and inactive timeout based replication slot invalidation Peter Smith 03:09
Re: UUID v7 Andrey Borodin 03:11
Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE Tom Lane 03:19
Re: Improve the error message for logical replication of regular column to generated column. Amit Kapila 03:20
Re: CREATE SCHEMA ... CREATE DOMAIN support 📎 jian he 03:42
Re: CREATE SCHEMA ... CREATE DOMAIN support Tom Lane 03:47
Implement waiting for wal lsn replay: reloaded 📎 Alexander Korotkov 04:08
Re: Statistics Import and Export 📎 Corey Huinker 05:08
Question about read_stream_look_ahead() Dilip Kumar 05:41
Re: Skip collecting decoded changes of already-aborted transactions vignesh C 06:01
Re: Large expressions in indexes can't be stored (non-TOASTable) Michael Paquier 06:20
Re: per backend I/O statistics Michael Paquier 06:33
Re: CREATE SCHEMA ... CREATE DOMAIN support 📎 Kirill Reshke 06:38
Re: Improve the error message for logical replication of regular column to generated column. 📎 vignesh C 06:45
Re: Remove useless GROUP BY columns considering unique index 📎 jian he 06:51
Re: ECPG cleanup and fix for clang compile-time problem John Naylor 07:02
Re: Improve the error message for logical replication of regular column to generated column. vignesh C 07:15
Re: Add connection active, idle time to pg_stat_activity 📎 Sergey Dudoladov 07:28
Re: Consider pipeline implicit transaction as a transaction block Anthonin Bonnefoy 07:28
Re: Fix meson uuid header check so it works with MSVC in REL_16_STABLE Marina Polyakova 07:31
Query ID Calculation Fix for DISTINCT / ORDER BY and LIMIT / OFFSET Bykov Ivan 07:37
Re: Auto Vacuum optimisation 📎 wenhui qiu 07:51
Re: Make COPY format extendable: Extract COPY TO format implementations 📎 Sutou Kouhei 07:53
Re: Support LIKE with nondeterministic collations Peter Eisentraut 08:01
Re: An inefficient query caused by unnecessary PlaceHolderVar 📎 Richard Guo 08:45
Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE Daniel Gustafsson 09:16
Re: Remove useless GROUP BY columns considering unique index David Rowley 09:30
Re: Fix for Extra Parenthesis in pgbench progress message 📎 Tatsuo Ishii 09:41
Re: Strange assertion in procarray.c Michail Nikolaev 09:50
Add Pipelining support in psql 📎 Anthonin Bonnefoy 09:50
Re: An inefficient query caused by unnecessary PlaceHolderVar wenhui qiu 10:00
Re: Improve the error message for logical replication of regular column to generated column. Amit Kapila 10:27
Re: Add Pipelining support in psql Kirill Reshke 10:46
Re:Re:Re: backup server core when redo btree_xlog_insert that type is XLOG_BTREE_INSERT_POST 📎 yuansong 10:53
Re: Introduce XID age and inactive timeout based replication slot invalidation 📎 Nisha Moond 10:54
Re: Conflict detection for update_deleted in logical replication Amit Kapila 10:56
Re: Difference in dump from original and restored database due to NOT NULL constraints on children 📎 Ashutosh Bapat 11:38
Re: Make COPY format extendable: Extract COPY TO format implementations Junwang Zhao 11:49
Re: Add Pipelining support in psql Kirill Reshke 12:04
Re: Windows pg_basebackup unable to create >2GB pg_wal.tar tarballs ("could not close file: Invalid argument" when creating pg_wal.tar of size ~ 2^31 bytes) 📎 Davinder Singh 12:12
Re: Difference in dump from original and restored database due to NOT NULL constraints on children Alvaro Herrera 12:26
Re: Add Pipelining support in psql Jelte Fennema-Nio 12:45
Typo in comment of auto_explain.c Ilia Evdokimov 12:46
Re: Difference in dump from original and restored database due to NOT NULL constraints on children Ashutosh Bapat 12:51
Re: Typo in comment of auto_explain.c Daniel Gustafsson 12:52
Re: Typo in comment of auto_explain.c Heikki Linnakangas 12:54
Re: Add Pipelining support in psql Jelte Fennema-Nio 12:54
Re: Index AM API cleanup Peter Eisentraut 12:57
Re: Typo in comment of auto_explain.c Ilia Evdokimov 13:10
[PERF] Improve Cardinality Estimation for Joins with GROUP BY Having Single Clause Ravi 13:11
Re: [PERF] Improve Cardinality Estimation for Joins with GROUP BY Having Single Clause 📎 Ravi 13:17
Re: Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans) Alena Rybakina 13:22
Re: ci: Macos failures due to MacPorts behaviour change 📎 Nazir Bilal Yavuz 13:33
Re: Difference in dump from original and restored database due to NOT NULL constraints on children Alvaro Herrera 13:33
Re: Showing primitive index scan count in EXPLAIN ANALYZE (for skip scan and SAOP scans) Matthias van de Meent 13:36
Re: Statistics Import and Export Magnus Hagander 13:44
Re: Using read stream in autoprewarm Matheus Alcantara 13:50
Re: Make postmaster environment dump easier to skim over Peter Eisentraut 13:56
Re: Fix for Extra Parenthesis in pgbench progress message Fujii Masao 14:13
Re: Using read stream in autoprewarm 📎 Nazir Bilal Yavuz 14:19
Re: Self contradictory examining on rel's baserestrictinfo ro b 14:30
Re: Add reject_limit option to file_fdw Fujii Masao 14:45
Re: plperl version on the meson setup summary screen Andrew Dunstan 14:50
Re: Self contradictory examining on rel's baserestrictinfo Robert Haas 14:52
Re: Statistics Import and Export Bruce Momjian 14:53
Re: Statistics Import and Export Alvaro Herrera 15:00
Re: Statistics Import and Export Nathan Bossart 15:18
Re: Changing shared_buffers without restart Robert Haas 15:20
Re: Self contradictory examining on rel's baserestrictinfo ro b 15:28
Re: Don't overwrite scan key in systable_beginscan() Peter Eisentraut 15:33
Re: Consider pipeline implicit transaction as a transaction block Jelte Fennema-Nio 15:35
Re: Don't overwrite scan key in systable_beginscan() Justin Pryzby 15:35
[PATCH] SVE popcount support Malladi, Rama 15:43
Re: Statistics Import and Export Bruce Momjian 15:47
Re: Index AM API cleanup Mark Dilger 15:51
Re: Statistics Import and Export Alvaro Herrera 15:57
Re: Large expressions in indexes can't be stored (non-TOASTable) Nathan Bossart 15:59
Re: [PERF] Improve Cardinality Estimation for Joins with GROUP BY Having Single Clause Alena Rybakina 16:00
Re: per backend I/O statistics Bertrand Drouvot 16:00
Re: Make pg_stat_io view count IOs as bytes instead of blocks Melanie Plageman 16:08
Re: Self contradictory examining on rel's baserestrictinfo Robert Haas 16:09
Re: Statistics Import and Export Nathan Bossart 16:11
Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE Robert Haas 16:18
Re: Make postmaster environment dump easier to skim over Andres Freund 16:18
Re: Enhancing Memory Context Statistics Reporting Tomas Vondra 16:19
Re: Allow non-superuser to cancel superuser tasks. Nathan Bossart 16:36
Re: Statistics Import and Export Tom Lane 16:44
Re: [PoC] Federated Authn/z with OAUTHBEARER Daniel Gustafsson 16:51
Re: Statistics Import and Export Bruce Momjian 17:00
Re: Count and log pages set all-frozen by vacuum Robert Haas 17:01
Re: Statistics Import and Export Bruce Momjian 17:01
RE: Use __attribute__((target(sse4.2))) for SSE42 CRC32C Devulapalli, Raghuveer 17:09
Re: pg_parse_json() should not leak token copies on failure Andrew Dunstan 17:15
Re: [PoC] Federated Authn/z with OAUTHBEARER 📎 Daniel Gustafsson 17:27
Re: ECPG cleanup and fix for clang compile-time problem Tom Lane 17:59
Re: Statistics Import and Export Alvaro Herrera 18:05
Re: Statistics Import and Export Magnus Hagander 18:13
Re: proposal: schema variables 📎 Pavel Stehule 18:14
Re: Statistics Import and Export Corey Huinker 18:15
Re: UUID v7 Masahiko Sawada 18:24
Re: ci: Macos failures due to MacPorts behaviour change Andres Freund 18:35
Re: CREATE SCHEMA ... CREATE DOMAIN support Tom Lane 18:39
Re: Statistics Import and Export Bruce Momjian 19:09
Re: [PoC] Reducing planning time when tables have many partitions Dmitry Dolgov 19:51
Re: Consider pipeline implicit transaction as a transaction block Robert Haas 20:41
Re: Changing shared_buffers without restart Dmitry Dolgov 20:48
Re: Consider pipeline implicit transaction as a transaction block Andres Freund 20:50
Re: Consider pipeline implicit transaction as a transaction block Tom Lane 20:54
Re: Changing shared_buffers without restart Robert Haas 21:05
Re: Consider pipeline implicit transaction as a transaction block Bruce Momjian 21:20
Re: Changing shared_buffers without restart Jelte Fennema-Nio 21:28
Re: Introduce XID age and inactive timeout based replication slot invalidation Peter Smith 21:37
Re: Changing shared_buffers without restart Andres Freund 21:41
Re: Use __attribute__((target(sse4.2))) for SSE42 CRC32C Nathan Bossart 22:24
Re: Fix for Extra Parenthesis in pgbench progress message Tatsuo Ishii 22:45
Re: UUID v7 Sergey Prokhorenko 23:07
Re: Consider pipeline implicit transaction as a transaction block Michael Paquier 23:26
Отв.: Re: UUID v7 Sergey Prokhorenko 23:28
Re: Introduce XID age and inactive timeout based replication slot invalidation Peter Smith 23:50

Nov. 28, 2024

Thread Author Time
Re: Fix for Extra Parenthesis in pgbench progress message Michael Paquier 00:10
Fix comment in reorderbuffer.h 📎 Peter Smith 01:09
Re: Changing shared_buffers without restart Robert Haas 01:26
Re: Changing shared_buffers without restart Robert Haas 01:28
Re: Improve statistics estimation considering GROUP-BY as a 'uniqueiser' Andrei Lepikhov 02:39
Re: Remove useless casts to (void *) Andreas Karlsson 03:54
RE: AIX support Srirama Kucherlapati 03:56
Re: Remove useless GROUP BY columns considering unique index 📎 jian he 04:39
Re: CI CompilerWarnings test fails on 15 in mingw_cross_warning 📎 Thomas Munro 05:09
Re: CI CompilerWarnings test fails on 15 in mingw_cross_warning Thomas Munro 05:16
Re: CREATE SCHEMA ... CREATE DOMAIN support 📎 Kirill Reshke 05:27
Re: Auto Vacuum optimisation Japin Li 05:46
Re: CREATE SCHEMA ... CREATE DOMAIN support Tom Lane 05:52
Re: Remove useless GROUP BY columns considering unique index 📎 David Rowley 06:11
Re: Use streaming read API in pgstattuple. 📎 Kirill Reshke 06:13
Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei 06:16
Re: Auto Vacuum optimisation 📎 wenhui qiu 06:25
Re: More CppAsString2() in psql's describe.c 📎 Michael Paquier 06:34
Re: Add Pipelining support in psql Michael Paquier 06:43
Re: Announcing Release 18 of the PostgreSQL Buildfarm client Alexander Lakhin 07:00
Re: Add ExprState hashing for GROUP BY and hashed SubPlans 📎 David Rowley 07:05
Re: More CppAsString2() in psql's describe.c Corey Huinker 07:19
Added prosupport function for estimating numeric generate_series rows 📎 孤傲小二~阿沐 07:46
Re: Remove useless casts to (void *) Peter Eisentraut 07:50
Re: Consider pipeline implicit transaction as a transaction block Anthonin Bonnefoy 07:53
RE: Introduce XID age and inactive timeout based replication slot invalidation Hayato Kuroda (Fujitsu) 07:59

Browse Archives

Prev | Next