pgsql-hackers since 2024-11-23 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

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

Browse Archives

Prev | Next

Nov. 23, 2024

Thread Author Time
Re: Allow non-superuser to cancel superuser tasks. 📎 Nathan Bossart 02:44
Re: SIMD optimization for list_sort John Naylor 02:59
Re: SIMD optimization for list_sort Andrei Lepikhov 03:20
Re: Announcing Release 18 of the PostgreSQL Buildfarm client Alexander Lakhin 04:00
Re: CREATE SCHEMA ... CREATE DOMAIN support 📎 jian he 05:19
Re: UUID v7 📎 Masahiko Sawada 07:58
Re: UUID v7 📎 Andrey M. Borodin 08:20
Use or not record count on examples Marcos Pegoraro 12:29
Re: Document NULL Marcos Pegoraro 12:29
Re: Replace current implementations in crypt() and gen_salt() to OpenSSL Joe Conway 16:13
Re: [BUG?] check_exclusion_or_unique_constraint false negative 📎 Michail Nikolaev 16:20
Re: Forbid to DROP temp tables of other sessions Andrey M. Borodin 18:13

Nov. 24, 2024

Thread Author Time
Integrating HLL cardinality estimates with join operator estimation Abhishek Kumar 00:31
Missing INFO on client_min_messages Marcos Pegoraro 11:45
Re: Reducing memory consumed by RestrictInfo list translations in partitionwise join planning Dmitry Dolgov 13:30
Re: Replace current implementations in crypt() and gen_salt() to OpenSSL Daniel Gustafsson 13:48
Re: Proposal: Adding compression of temporary files 📎 Filip Janus 14:53
Re: Missing INFO on client_min_messages David G. Johnston 14:56
Re: Missing INFO on client_min_messages Tom Lane 16:57
Re: Parallel CREATE INDEX for GIN indexes Kirill Reshke 18:04
Re: Use or not record count on examples David Rowley 21:54
Re: Fix for Extra Parenthesis in pgbench progress message Tatsuo Ishii 23:31

Nov. 25, 2024

Thread Author Time
Re: On non-Windows, hard depend on uselocale(3) Michael Paquier 00:42
Re: On non-Windows, hard depend on uselocale(3) Thomas Munro 00:57
Re: per backend I/O statistics Michael Paquier 01:06
Re: Proper object locking for GRANT/REVOKE Noah Misch 01:24
Re: Using Expanded Objects other than Arrays from plpgsql 📎 Michel Pelletier 02:02
Re: Make COPY format extendable: Extract COPY TO format implementations Sutou Kouhei 02:06
Re: POC, WIP: OR-clause support for indexes jian he 02:59
Re: Support for NO INHERIT to INHERIT state change with named NOT NULL constraints Suraj Kharage 03:12
Re: Improve the error message for logical replication of regular column to generated column. 📎 Peter Smith 03:19
Re: Support for NO INHERIT to INHERIT state change with named NOT NULL constraints 📎 Suraj Kharage 03:20
Re: Add support for Tcl 9 Tristan Partin 04:07
Re: Skip collecting decoded changes of already-aborted transactions Peter Smith 04:50
Re: Enhancing Memory Context Statistics Reporting Ashutosh Bapat 04:54
Re: Reducing memory consumed by RestrictInfo list translations in partitionwise join planning 📎 Ashutosh Bapat 05:50
Re: Make COPY format extendable: Extract COPY TO format implementations 📎 Sutou Kouhei 06:01
Re: Introduce XID age and inactive timeout based replication slot invalidation Peter Smith 06:06
Re: UUID v7 wenhui qiu 06:08
Re: Improve the error message for logical replication of regular column to generated column. Amit Kapila 06:27
Re: POC, WIP: OR-clause support for indexes Richard Guo 06:27
Re: Consider pipeline implicit transaction as a transaction block Michael Paquier 06:39
Re: POC, WIP: OR-clause support for indexes Alexander Korotkov 07:08
Re: per backend I/O statistics Bertrand Drouvot 07:12
Re: per backend I/O statistics[ Michael Paquier 07:18
Re: POC, WIP: OR-clause support for indexes Andrei Lepikhov 07:21
[PATCH] Missing Assert in the code 📎 Dmitry Nikitin 07:32
Re: Forbid to DROP temp tables of other sessions Maxim Orlov 07:44
Re: DOCS - pg_replication_slot . Fix the 'inactive_since' description Amit Kapila 08:29
Self contradictory examining on rel's baserestrictinfo 📎 ro b 08:58
Re: Adding skip scan (including MDAM style range skip scan) to nbtree Masahiro Ikeda 09:07
Re: Conflict detection for update_deleted in logical replication Amit Kapila 09:49
Re: Parametrization minimum password lenght 📎 Emanuele Musella 10:15
Re: Improve the error message for logical replication of regular column to generated column. 📎 Shubham Khanna 10:36
Re: Missing INFO on client_min_messages Marcos Pegoraro 11:37
What db objects can only be created with superuser? Yash Jain 11:49
branch-free tuplesort partitioning 📎 John Naylor 12:13
Re: Add support for Tcl 9 Peter Eisentraut 12:16
Re: Use or not record count on examples Marcos Pegoraro 13:08
Re: meson and check-tests Ashutosh Bapat 13:17
Re: meson and check-tests Ashutosh Bapat 13:19
Re: Consider pipeline implicit transaction as a transaction block 📎 Anthonin Bonnefoy 13:35
Re: meson and check-tests Nazir Bilal Yavuz 13:36
Re: branch-free tuplesort partitioning Peter Geoghegan 15:20
Re: Use more CppAsString2() in pg_amcheck.c Karina Litskevich 15:25
Re: [PATCH] Add sortsupport for range types and btree_gist 📎 Bernd Helmle 15:40
Re: per backend I/O statistics 📎 Bertrand Drouvot 15:47
Re: Statistics Import and Export Jeff Davis 16:11
RE: AIX support Srirama Kucherlapati 16:26
Re: Fix for Extra Parenthesis in pgbench progress message 📎 Fujii Masao 16:32
Re: Improve statistics estimation considering GROUP-BY as a 'uniqueiser' Heikki Linnakangas 16:45
Re: Truncate logs by max_log_size Kirill Reshke 16:52
Re: explain plans for foreign servers Anton Shmigirilov 16:53
Re: Parametrization minimum password lenght 📎 Emanuele Musella 17:35
Re: UUID v7 Masahiko Sawada 17:53
Re: UUID v7 Andrey M. Borodin 18:14
Use streaming read API in pgstattuple. 📎 Kirill Reshke 18:17
[Bug] Heap Use After Free in parallel_vacuum_reset_dead_items Function 📎 Vallimaharajan G 18:27
Re: Statistics Import and Export Nathan Bossart 19:12
Re: Large expressions in indexes can't be stored (non-TOASTable) Nathan Bossart 19:29
Re: Changing shared_buffers without restart Robert Haas 19:33
Strange assertion in procarray.c 📎 Michail Nikolaev 19:38
Re: [PATCH] Missing Assert in the code Alvaro Herrera 19:51
Re: UUID v7 📎 Masahiko Sawada 20:11
Re: Support for NO INHERIT to INHERIT state change with named NOT NULL constraints Robert Haas 20:41
Re: Planner picks n² query plan when available Tom Lane 20:44
Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE Robert Haas 20:44
RE: Proposal for Updating CRC32C with AVX-512 Algorithm. 📎 Devulapalli, Raghuveer 20:54
Re: Improve the error message for logical replication of regular column to generated column. Peter Smith 20:55
Re: Self contradictory examining on rel's baserestrictinfo Robert Haas 20:55
Re: AIX support Robert Haas 21:02
Re: Use __attribute__((target(sse4.2))) for SSE42 CRC32C Nathan Bossart 21:02
Re: Self contradictory examining on rel's baserestrictinfo Peter Geoghegan 21:06
Re: Skip collecting decoded changes of already-aborted transactions Masahiko Sawada 21:28
Re: Skip collecting decoded changes of already-aborted transactions 📎 Masahiko Sawada 21:32
Re: Self contradictory examining on rel's baserestrictinfo Tom Lane 21:39
Re: RFC: Extension Packaging & Lookup David E. Wheeler 21:45
Re: Sample rate added to pg_stat_statements 📎 Ilia Evdokimov 22:15
Re: Adding skip scan (including MDAM style range skip scan) to nbtree 📎 Peter Geoghegan 22:32
Re: Proposal to Enable/Disable Index using ALTER INDEX (with patch) Shayon Mukherjee 22:34
Re: Statistics Import and Export Nathan Bossart 22:42
Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE David Rowley 22:52
Re: Self contradictory examining on rel's baserestrictinfo Peter Geoghegan 23:05
Re: Proposals for EXPLAIN: rename ANALYZE to EXECUTE and extend VERBOSE Tom Lane 23:12
Re: Proposal to Enable/Disable Index using ALTER INDEX (with patch) David Rowley 23:18
Re: Self contradictory examining on rel's baserestrictinfo Tom Lane 23:21
RE: Use __attribute__((target(sse4.2))) for SSE42 CRC32C Devulapalli, Raghuveer 23:28
Re: Self contradictory examining on rel's baserestrictinfo Peter Geoghegan 23:54

Nov. 26, 2024

Thread Author Time
Re: Improve the error message for logical replication of regular column to generated column. 📎 Peter Smith 00:14
Re: Reordering DISTINCT keys to match input path's pathkeys Richard Guo 00:43
Re: Some dead code in get_param_path_clause_serials() Richard Guo 00:48
Re: Use more CppAsString2() in pg_amcheck.c Michael Paquier 00:49
Re: branch-free tuplesort partitioning John Naylor 00:50
Re: Reordering DISTINCT keys to match input path's pathkeys Richard Guo 01:10
Re: Reordering DISTINCT keys to match input path's pathkeys Tom Lane 01:12
Re: Reordering DISTINCT keys to match input path's pathkeys Richard Guo 01:22
Generating configure from configure.ac Tatsuo Ishii 01:29
Re: Potential ABI breakage in upcoming minor releases Tom Lane 01:56
Re: Generating configure from configure.ac Tom Lane 02:03
Re: Generating configure from configure.ac Tatsuo Ishii 02:16
Re: Generating configure from configure.ac Tom Lane 02:19
Re: Improve the error message for logical replication of regular column to generated column. vignesh C 02:42
Re: Statistics Import and Export Jeff Davis 04:10
Re: Improve the error message for logical replication of regular column to generated column. Peter Smith 04:16
Re: Generating configure from configure.ac Thomas Munro 04:28
RE: Parallel heap vacuum Hayato Kuroda (Fujitsu) 05:03
Re: Generating configure from configure.ac Tom Lane 05:07
Re: Potential ABI breakage in upcoming minor releases Bertrand Drouvot 05:16
Re: Generating configure from configure.ac Noah Misch 05:24
Re: Reordering DISTINCT keys to match input path's pathkeys Richard Guo 05:56
Re: Fix an error while building test_radixtree.c with TEST_SHARED_RT 📎 Masahiko Sawada 06:12
Re: proposal: schema variables 📎 Pavel Stehule 06:21
Fix meson uuid header check so it works with MSVC in REL_16_STABLE Marina Polyakova 06:24
Potential Issue with Redundant Restriction Clauses in get_parameterized_baserel_size for PARTITIONED_REL huyajun 06:26
Re: Improve the error message for logical replication of regular column to generated column. Amit Kapila 06:27
Re: Amcheck verification of GiST and GIN 📎 Kirill Reshke 06:50
Re: Make COPY format extendable: Extract COPY TO format implementations Masahiko Sawada 07:10
Re: Amcheck verification of GiST and GIN Andrey M. Borodin 07:22
Re: Consider pipeline implicit transaction as a transaction block Michael Paquier 07:24
Re: Changing shared_buffers without restart Peter Eisentraut 07:53
Re: Improve the error message for logical replication of regular column to generated column. 📎 Shubham Khanna 08:07
RE: Conflict detection for update_deleted in logical replication 📎 Zhijie Hou (Fujitsu) 08:18
Re: SQL:2023 JSON simplified accessor support Peter Eisentraut 09:12
Re: [PATCH] Missing Assert in the code Dmitry Nikitin 09:24
Re: Doc: typo in config.sgml Tatsuo Ishii 09:25
Re: [Bug] Heap Use After Free in parallel_vacuum_reset_dead_items Function 📎 John Naylor 09:53
Re: Potential ABI breakage in upcoming minor releases Matthias van de Meent 10:18
Re: Use streaming read API in pgstattuple. Nazir Bilal Yavuz 10:39
Re: Separate memory contexts for relcache and catcache Rahila Syed 10:40
Re: Improve the error message for logical replication of regular column to generated column. 📎 Amit Kapila 10:52
Possible integer overflow in bringetbitmap() 📎 Evgeniy Gorbanyov 10:56
Re: [PATCH] Missing Assert in the code Alvaro Herrera 11:40
Re: Amcheck verification of GiST and GIN 📎 Kirill Reshke 11:45
Re: SQL:2011 application time 📎 Peter Eisentraut 12:18
Re: UUID v7 Andrey M. Borodin 13:14
Re: Separate memory contexts for relcache and catcache Ashutosh Bapat 13:18
Re: Potential Issue with Redundant Restriction Clauses in get_parameterized_baserel_size for PARTITIONED_REL Richard Guo 13:20
Re: Auto Vacuum optimisation Japin Li 13:25
Re: PoC: Simplify recovery after dropping a table by LOGGING the restore LSN Jim Jones 13:42
Re: Potential ABI breakage in upcoming minor releases David E. Wheeler 13:48
Re: [PoC] Federated Authn/z with OAUTHBEARER 📎 Jacob Champion 13:51
Re: Don't overwrite scan key in systable_beginscan() Justin Pryzby 13:56
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

Browse Archives

Prev | Next