pgsql-hackers - December 2024

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

Dec. 1, 2024

Thread Author Time
Re: CREATE SCHEMA ... CREATE DOMAIN support 📎 Kirill Reshke 05:39
Re: CREATE SCHEMA ... CREATE DOMAIN support Tom Lane 05:53
Re: CREATE SCHEMA ... CREATE DOMAIN support jian he 09:59
Re: Improving tracking/processing of buildfarm test failures Alexander Lakhin 12:00
Re:Re:Re:Re: backup server core when redo btree_xlog_insert that type is XLOG_BTREE_INSERT_POST yuansong 13:09
Re: Re:Re:Re: backup server core when redo btree_xlog_insert that type is XLOG_BTREE_INSERT_POST Peter Geoghegan 13:33
Re:Re: Re:Re:Re: backup server core when redo btree_xlog_insert that type is XLOG_BTREE_INSERT_POST 📎 yuansong 15:07
Re:Re: Re:Re:Re: backup server core when redo btree_xlog_insert that type is XLOG_BTREE_INSERT_POST 📎 yuansong 15:15
Re: Re: Re:Re:Re: backup server core when redo btree_xlog_insert that type is XLOG_BTREE_INSERT_POST Peter Geoghegan 15:36
Re: speedup ALTER TABLE ADD CHECK CONSTRAINT. Sergei Kornilov 16:06
Re: Potential ABI breakage in upcoming minor releases David E. Wheeler 16:13
Re: CREATE SCHEMA ... CREATE DOMAIN support Tom Lane 16:57
Re: speedup ALTER TABLE ADD CHECK CONSTRAINT. Tom Lane 17:22
Re: Code cleanup for detoast a expanded datum. Michel Pelletier 17:38
INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2 📎 Andreas Karlsson 17:47
cannot to compile extension by meson on windows Pavel Stehule 17:52
Re: cannot to compile extension by meson on windows Andres Freund 18:05
Re: cannot to compile extension by meson on windows Pavel Stehule 18:11
Re: cannot to compile extension by meson on windows Andres Freund 18:23
Re: generic plans and "initial" pruning 📎 Tomas Vondra 18:36
Re: CRC32C Parallel Computation Optimization on ARM Dmitry Dolgov 19:00
Re: cannot to compile extension by meson on windows Pavel Stehule 20:06
date_trunc invalid units with infinite value 📎 Joseph Koshakow 20:09
Re: cannot to compile extension by meson on windows Pavel Stehule 20:16
Re: cannot to compile extension by meson on windows Pavel Stehule 21:24
Re: Converting SetOp to read its two inputs separately Tom Lane 21:47
Re: CREATE SCHEMA ... CREATE DOMAIN support Tom Lane 22:30
Re: cannot to compile extension by meson on windows Pavel Stehule 22:32

Dec. 2, 2024

Thread Author Time
Re: Code cleanup for detoast a expanded datum. 📎 Andy Fan 01:03
Re: CREATE SCHEMA ... CREATE DOMAIN support Michael Paquier 01:34
Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements 📎 Michail Nikolaev 01:39
Re: Memory leak in WAL sender with pgoutput (v10~) 📎 Michael Paquier 01:49
Re: CREATE SCHEMA ... CREATE DOMAIN support Tom Lane 02:15
Re: An inefficient query caused by unnecessary PlaceHolderVar 📎 Richard Guo 03:46
Re: Conflict detection for update_deleted in logical replication Amit Kapila 04:14
Re: Remove useless GROUP BY columns considering unique index Andrei Lepikhov 04:18
Re: Remove useless GROUP BY columns considering unique index jian he 04:22
Re: Memory leak in WAL sender with pgoutput (v10~) Amit Kapila 06:17
Re: Document NULL 📎 jian he 07:18
Re: Memory leak in WAL sender with pgoutput (v10~) Michael Paquier 07:19
Re: Interrupts vs signals Thomas Munro 07:32
Re: More CppAsString2() in psql's describe.c Peter Eisentraut 07:37
Re: altering a column's collation leaves an invalid foreign key Peter Eisentraut 07:41
Re: More CppAsString2() in psql's describe.c Daniel Gustafsson 07:45
Re: More CppAsString2() in psql's describe.c Tom Lane 07:52
Re: Amcheck verification of GiST and GIN 📎 Kirill Reshke 07:57
Re: UUID v7 Masahiko Sawada 08:00
Re: Use streaming read API in pgstattuple. Nazir Bilal Yavuz 08:01
Re: Vacuum statistics Alexander Korotkov 08:27
Drop back the redundant "Lock" suffix from LWLock wait event names 📎 Bertrand Drouvot 08:33
Use Python "Limited API" in PL/Python 📎 Peter Eisentraut 08:51
Re: [PoC] Reducing planning time when tables have many partitions 📎 Yuya Watari 08:51
Re: Virtual generated columns Amit Kapila 08:56
Re: Converting README documentation to Markdown Peter Eisentraut 09:02
Re: Support POSITION with nondeterministic collations 📎 Peter Eisentraut 09:09
pure parsers and reentrant scanners 📎 Peter Eisentraut 09:46
Re: Memory leak in WAL sender with pgoutput (v10~) Amit Kapila 09:59
Re: Truncate logs by max_log_size Jim Jones 10:08
meson missing test dependencies 📎 Peter Eisentraut 10:10
Re: Make tuple deformation faster 📎 David Rowley 10:24
Re: Interrupts vs signals Heikki Linnakangas 10:42
Re: meson missing test dependencies Nazir Bilal Yavuz 10:50
fixing tsearch locale support 📎 Peter Eisentraut 10:57
Re: Sample rate added to pg_stat_statements Ilia Evdokimov 11:06
Re: Proper object locking for GRANT/REVOKE Peter Eisentraut 11:13
Re: More CppAsString2() in psql's describe.c Peter Eisentraut 11:26
RE: Conflict detection for update_deleted in logical replication 📎 Zhijie Hou (Fujitsu) 11:33
Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE Michael Christofides 11:41
RE: Conflict detection for update_deleted in logical replication Zhijie Hou (Fujitsu) 11:43
RE: Conflict detection for update_deleted in logical replication 📎 Zhijie Hou (Fujitsu) 11:46
Re: Re: Added prosupport function for estimating numeric generate_series rows Dean Rasheed 11:55
Re: RISC-V animals sporadically produce weird memory-related failures Alexander Lakhin 13:00
Re: Using read stream in autoprewarm Kirill Reshke 13:16
Re: Drop back the redundant "Lock" suffix from LWLock wait event names Alvaro Herrera 13:22
Re: Using read stream in autoprewarm Andrey M. Borodin 13:28
Re: Partition-wise join with whole row vars Dmitry Dolgov 13:39
Proposal: Role Sandboxing for Secure Impersonation Eric Hanson 13:41
Re: Consider the number of columns in the sort cost model Dmitry Dolgov 13:44
Re: Make tuple deformation faster 📎 Victor Yegorov 14:03
Re: Consider pipeline implicit transaction as a transaction block Robert Haas 14:14
Incorrect result of bitmap heap scan. 📎 Konstantin Knizhnik 14:25
Re: Count and log pages set all-frozen by vacuum Robert Haas 14:28
Re: Interrupts vs signals 📎 Heikki Linnakangas 14:39
Re: Vacuum statistics Ilia Evdokimov 14:46
Re: More CppAsString2() in psql's describe.c Daniel Gustafsson 14:51
Re: Using read stream in autoprewarm Nazir Bilal Yavuz 14:55
Re: Incorrect result of bitmap heap scan. 📎 Matthias van de Meent 15:08
Re: RISC-V animals sporadically produce weird memory-related failures Tom Turelinckx 15:25
Re: Collation & ctype method table, and extension hooks 📎 Andreas Karlsson 15:39
Re: Incorrect result of bitmap heap scan. Peter Geoghegan 16:07
Re: CREATE SCHEMA ... CREATE DOMAIN support Vik Fearing 16:08
Re: Incorrect result of bitmap heap scan. Andres Freund 16:31
Re: Proposal: Role Sandboxing for Secure Impersonation Wolfgang Walther 16:31
Re: revamp row-security tracking 📎 Nathan Bossart 16:34
Re: Incorrect result of bitmap heap scan. Tom Lane 16:43
Re: optimize file transfer in pg_upgrade 📎 Nathan Bossart 16:44
Re: Incorrect result of bitmap heap scan. Andres Freund 16:46
Re: Incorrect result of bitmap heap scan. Andres Freund 16:52
Re: CREATE SCHEMA ... CREATE DOMAIN support Tom Lane 16:56
Re: Proposal for Updating CRC32C with AVX-512 Algorithm. Nathan Bossart 16:58
Re: Showing applied extended statistics in explain Part 2 Ilia Evdokimov 17:00
Re: Incorrect result of bitmap heap scan. Peter Geoghegan 17:02
Re: Incorrect result of bitmap heap scan. Tom Lane 17:02
Re: Incorrect result of bitmap heap scan. Peter Geoghegan 17:07
Re: Incorrect result of bitmap heap scan. Tom Lane 17:11
Re: Add “FOR UPDATE NOWAIT” lock details to the log. Fujii Masao 17:13
Re: Incorrect result of bitmap heap scan. Peter Geoghegan 17:15
Re: Incorrect result of bitmap heap scan. Andres Freund 17:19
Re: CREATE SCHEMA ... CREATE DOMAIN support Vik Fearing 17:26
Re: Proposal: Role Sandboxing for Secure Impersonation Joe Conway 17:39
Re: Proposal: Role Sandboxing for Secure Impersonation Michał Kłeczek 17:49
Re: RISC-V animals sporadically produce weird memory-related failures Alexander Lakhin 18:00
Re: Remove useless casts to (void *) Tom Lane 18:06
Re: Incorrect result of bitmap heap scan. Peter Geoghegan 18:39
Re: Changing shared_buffers without restart Dmitry Dolgov 19:17
Re: Remove useless casts to (void *) Thomas Munro 19:25
Re: meson missing test dependencies Peter Eisentraut 19:27
Re: sunsetting md5 password support Nathan Bossart 19:33
Re: Incorrect result of bitmap heap scan. 📎 Andres Freund 19:42
Re: Incorrect result of bitmap heap scan. Peter Geoghegan 19:44
Re: RISC-V animals sporadically produce weird memory-related failures Thomas Munro 19:51
Re: Vacuum statistics Alena Rybakina 20:12
Re: Memory leak in WAL sender with pgoutput (v10~) Alvaro Herrera 20:29
Re: Memory leak in WAL sender with pgoutput (v10~) Alvaro Herrera 20:42
Re: Incorrect result of bitmap heap scan. Andres Freund 20:55
Re: Incorrect result of bitmap heap scan. 📎 Peter Geoghegan 20:56
Re: Incorrect result of bitmap heap scan. Peter Geoghegan 20:59
Re: Vacuum statistics Alena Rybakina 20:59
Re: Vacuum statistics Alena Rybakina 21:00
code contributions for 2024, WIP version Robert Haas 21:10
add support for the old naming libs convention on windows (ssleay32.lib and libeay32.lib) Darek Ślusarczyk 21:12
Re: Incorrect result of bitmap heap scan. Peter Geoghegan 21:16
[18] Unintentional behavior change in commit e9931bfb75 Jeff Davis 21:17
Re: Incorrect result of bitmap heap scan. Peter Geoghegan 22:10
Re: Remove useless casts to (void *) Tom Lane 22:11
Re: Remove useless casts to (void *) Andres Freund 22:23
Re: [18] Unintentional behavior change in commit e9931bfb75 Tom Lane 22:25
Re: Remove useless casts to (void *) Tom Lane 22:42
Re: Remove useless casts to (void *) Andres Freund 22:48
Re: Showing applied extended statistics in explain Part 2 Tom Lane 23:05
Re: Remove useless casts to (void *) Thomas Munro 23:21

Dec. 3, 2024

Thread Author Time
Re: Rework subscription-related code for psql and pg_dump Michael Paquier 00:50
Re: meson missing test dependencies Michael Paquier 01:05
Re: Consider pipeline implicit transaction as a transaction block Michael Paquier 01:09
Re: code contributions for 2024, WIP version Michael Paquier 01:16
Re: Why doesn't GiST VACUUM require a super-exclusive lock, like nbtree VACUUM? 📎 Peter Geoghegan 01:18
Re: Incorrect result of bitmap heap scan. Peter Geoghegan 01:22
Re: Remove useless casts to (void *) Tom Lane 01:36
RE: Rework subscription-related code for psql and pg_dump Hayato Kuroda (Fujitsu) 01:46
Re: Doc: typo in config.sgml Bruce Momjian 02:26
Re: Doc: typo in config.sgml Bruce Momjian 02:28
Re: Doc: typo in config.sgml Tom Lane 02:33
Re: Doc: typo in config.sgml Bruce Momjian 03:13
RE: Conflict detection for update_deleted in logical replication 📎 Zhijie Hou (Fujitsu) 03:47
Re: Make tuple deformation faster David Rowley 03:54
Re: [PoC] Reducing planning time when tables have many partitions Ashutosh Bapat 04:12
Re: Memory leak in WAL sender with pgoutput (v10~) Amit Kapila 04:20
Re: on_error table, saving error info to a table 📎 jian he 04:28
RE: Disallow UPDATE/DELETE on table with unpublished generated column as REPLICA IDENTITY 📎 Zhijie Hou (Fujitsu) 04:51
Re: [18] Unintentional behavior change in commit e9931bfb75 Jeff Davis 06:24
Re: Memory leak in WAL sender with pgoutput (v10~) Michael Paquier 06:27
Re: [18] Unintentional behavior change in commit e9931bfb75 Tom Lane 06:32
Re: speedup ALTER TABLE ADD CHECK CONSTRAINT. jian he 06:43
Re: Memory leak in WAL sender with pgoutput (v10~) 📎 Michael Paquier 06:46
Re: Memory leak in WAL sender with pgoutput (v10~) Peter Smith 06:56
Re: Introduce XID age and inactive timeout based replication slot invalidation Peter Smith 07:00
Re: Disallow UPDATE/DELETE on table with unpublished generated column as REPLICA IDENTITY 📎 Shlok Kyal 07:01
RE: Introduce XID age and inactive timeout based replication slot invalidation Hayato Kuroda (Fujitsu) 07:39
Re: Memory leak in WAL sender with pgoutput (v10~) Alvaro Herrera 07:49
Re: Memory leak in WAL sender with pgoutput (v10~) Michael Paquier 07:56
Re: Collation & ctype method table, and extension hooks 📎 Jeff Davis 07:58
Doc: fix the rewrite condition when executing ALTER TABLE ADD COLUMN 📎 Masahiro Ikeda 08:13
Re: Don't overwrite scan key in systable_beginscan() Peter Eisentraut 08:15
Re: meson missing test dependencies Nazir Bilal Yavuz 08:18
Re: Memory leak in WAL sender with pgoutput (v10~) Amit Kapila 08:27
Re: Memory leak in WAL sender with pgoutput (v10~) Amit Kapila 08:31
Re: An inefficient query caused by unnecessary PlaceHolderVar Andrei Lepikhov 08:33
RE: Memory leak in WAL sender with pgoutput (v10~) Zhijie Hou (Fujitsu) 08:36
Re: meson missing test dependencies Nazir Bilal Yavuz 08:52
Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2 📎 Andreas Karlsson 08:52
RE: Memory leak in WAL sender with pgoutput (v10~) Zhijie Hou (Fujitsu) 08:54
Wrong results with right-semi-joins 📎 Richard Guo 08:56
Re: Memory leak in WAL sender with pgoutput (v10~) Michael Paquier 09:11
Doc: clarify the log message level of the VERBOSE option 📎 Masahiro Ikeda 09:23
Re: Sequence Access Methods, round two Kirill Reshke 09:24
Re: Fix for consume_xids advancing XIDs incorrectly Kirill Reshke 09:28
Building an extension in a separate directory from the source files. a.mitrokhin 09:38
Re: processes stuck in shutdown following OOM/recovery Kirill Reshke 09:43
Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2 Joel Jacobson 10:24
Re: on_error table, saving error info to a table Kirill Reshke 10:28
Re: relfilenode statistics Bertrand Drouvot 10:31
Re: Memory leak in WAL sender with pgoutput (v10~) Alvaro Herrera 10:33
Re: shared-memory based stats collector - v70 Anton A. Melnikov 10:37
Re: [PoC] Reducing planning time when tables have many partitions Alvaro Herrera 10:38
Re: NOT ENFORCED constraint feature 📎 Amul Sul 12:00
Re: [PoC] Reducing planning time when tables have many partitions Ashutosh Bapat 12:10
Re: Memory leak in WAL sender with pgoutput (v10~) Amit Kapila 12:14
Re: Disallow UPDATE/DELETE on table with unpublished generated column as REPLICA IDENTITY 📎 Amit Kapila 12:26
Giving the shared catalogues a defined encoding 📎 Thomas Munro 12:35
Re: NOT ENFORCED constraint feature Peter Eisentraut 12:59

Browse Archives

Prev | Next