pgsql-hackers since 2022-11-01 10:36

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. 1, 2022

Thread Author Time
Re: [PATCH] Backport perl tests for pg_upgrade from 322becb60 📎 Anton A. Melnikov 10:36
Re: ResourceOwner refactoring Heikki Linnakangas 10:39
Re: real/float example for testlibpq3 Peter Eisentraut 10:39
Re: Commit fest 2022-11 Michael Paquier 10:55
Re: Commit fest 2022-11 Michael Paquier 10:59
Re: Improve description of XLOG_RUNNING_XACTS Amit Kapila 11:03
Re: Prefetch the next tuple's memory during seqscans Andy Fan 11:08
Re: Latches vs lwlock contention 📎 Thomas Munro 11:09
Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns Peter Eisentraut 11:19
Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns Peter Eisentraut 11:20
Add palloc_aligned() to allow arbitrary power of 2 memory alignment 📎 David Rowley 11:28
Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns Dagfinn Ilmari Mannsåker 11:29
Re: Prefetch the next tuple's memory during seqscans Thomas Munro 11:42
Tests for psql \g and \o 📎 Daniel Verite 11:42
Re: Prefetch the next tuple's memory during seqscans David Rowley 11:50
Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert thomas 12:30
Re: Refactor to introduce pg_strcoll(). Peter Eisentraut 12:36
Re: heavily contended lwlocks with long wait queues scale badly Robert Haas 12:37
Re: Collation version tracking for macOS Thomas Munro 12:42
Re: [patch] \g with multiple result sets and \watch with copy queries Daniel Verite 12:43
Re: ResourceOwner refactoring Robert Haas 12:43
Re: pg_upgrade allows itself to be run twice Peter Eisentraut 12:54
BUG #17663:Connect to the database through jdbc, call the stored procedure containing the rollback statement,the database triggers an assertion, and the database is in recovery mode. 📎 赵其桂 12:57
Re: pg_upgrade allows itself to be run twice Justin Pryzby 13:07
Re: pg15 inherited stats expressions: cache lookup failed for statistics object Justin Pryzby 13:12
Re: real/float example for testlibpq3 Tom Lane 13:15
Re: Privileges on PUBLICATION Peter Eisentraut 13:23
Re: Direct I/O Justin Pryzby 13:33
Re: heavily contended lwlocks with long wait queues scale badly Jonathan S. Katz 15:19
Re: ResourceOwner refactoring Andres Freund 15:42
Re: [Refactor]Avoid to handle FORCE_NOT_NULL/FORCE_NULL options when COPY TO Mingli Zhang 15:45
Re: heavily contended lwlocks with long wait queues scale badly Andres Freund 15:59
Re: BUG #17663:Connect to the database through jdbc, call the stored procedure containing the rollback statement,the database triggers an assertion, and the database is in recovery mode. Tom Lane 16:01
Re: Commit fest 2022-11 Magnus Hagander 16:36
Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion 17:03
Re: heavily contended lwlocks with long wait queues scale badly Andres Freund 17:41
Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion 17:55
Re: pg_dump: Refactor code that constructs ALTER ... OWNER TO commands Corey Huinker 17:59
perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Andres Freund 18:01
Re: pg15 inherited stats expressions: cache lookup failed for statistics object Tom Lane 18:35
Re: Lockless queue of waiters in LWLock 📎 Pavel Borisov 18:52
Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Dagfinn Ilmari Mannsåker 18:55
Re: Segfault on logical replication to partitioned table with foreign children 📎 Tom Lane 19:10
Re: Check return value of pclose() correctly Peter Eisentraut 20:30
Re: Check return value of pclose() correctly Peter Eisentraut 20:41
Re: Direct I/O Thomas Munro 20:44
Re: psql: Add command to use extended query protocol Peter Eisentraut 20:47
Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Peter Eisentraut 21:00
Re: Pluggable toaster 📎 Aleksander Alekseev 21:15
Re: doc: Fix description of how the default user name is chosen 📎 David G. Johnston 21:31
Re: warn if GUC set to an invalid shared library 📎 Justin Pryzby 22:26
Glossary and initdb definition work for "superuser" and database/cluster 📎 David G. Johnston 22:47
Re: Direct I/O Andres Freund 22:54
Re: psql: Add command to use extended query protocol Simon Riggs 22:58
Re: User functions for building SCRAM secrets Jacob Champion 23:02
Re: Commit fest 2022-11 Ian Lawrence Barwick 23:21
PL/pgSQL cursors should get generated portal names by default 📎 Tom Lane 23:39
Re: Support logical replication of DDLs vignesh C 23:43
Re: Allow single table VACUUM in transaction block Simon Riggs 23:56
Re: Collation version tracking for macOS Thomas Munro 23:57
Re: Error for WITH options on partitioned tables Simon Riggs 23:58

Nov. 2, 2022

Thread Author Time
Re: Glossary and initdb definition work for "superuser" and database/cluster Justin Pryzby 00:20
Re: Direct I/O Andres Freund 00:21
Re: Adding doubly linked list type which stores the number of items in the list David Rowley 01:08
Re: [Refactor]Avoid to handle FORCE_NOT_NULL/FORCE_NULL options when COPY TO Michael Paquier 01:15
Re: missing indexes in indexlist with partitioned tables 📎 Arne Roland 01:50
Re: Glossary and initdb definition work for "superuser" and database/cluster David G. Johnston 01:59
RE: [Proposal] Add foreign-server health checks infrastructure 📎 Hayato Kuroda (Fujitsu) 02:43
Re: Perform streaming logical transactions by background workers and parallel apply Masahiko Sawada 02:50
Re: PL/pgSQL cursors should get generated portal names by default Pavel Stehule 02:51
Re: Prefetch the next tuple's memory during seqscans Andres Freund 03:00
A new strategy for pull-up correlated ANY_SUBLINK 📎 Andy Fan 03:02
Re: A new strategy for pull-up correlated ANY_SUBLINK Andrey Lepikhov 03:42
Re: Code checks for App Devs, using new options for transaction behavior Dilip Kumar 03:52
Re: psql: Add command to use extended query protocol Corey Huinker 05:18
Incorrect include file order in guc-file.l 📎 Michael Paquier 05:29
Re: A new strategy for pull-up correlated ANY_SUBLINK Andy Fan 05:34
spinlock support on loongarch64 📎 吴亚飞 05:56
Re: Incorrect include file order in guc-file.l Julien Rouhaud 06:01
Re: Improve description of XLOG_RUNNING_XACTS Amit Kapila 06:24
remap the .text segment into huge pages at run time 📎 John Naylor 06:32
Re: Incorrect include file order in guc-file.l John Naylor 06:53
Re: Code checks for App Devs, using new options for transaction behavior Simon Riggs 07:40
Re: Allow file inclusion in pg_hba and pg_ident files 📎 Michael Paquier 07:46
Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features) 📎 Damir Belyalov 08:46
Re: Adding doubly linked list type which stores the number of items in the list 📎 Aleksander Alekseev 08:53
Re: Split index and table statistics into different types of stats 📎 Drouvot, Bertrand 08:58
Re: [PoC] Reducing planning time when tables have many partitions 📎 Yuya Watari 09:27
Re: create subscription - improved warning message Amit Kapila 10:02
Re: Commit fest 2022-11 Greg Stark 10:10
Re: Make ON_ERROR_STOP stop on shell script failure Justin Pryzby 11:58
Re: psql: Add command to use extended query protocol Jehan-Guillaume de Rorthais 12:43
Re: psql: Add command to use extended query protocol Pavel Stehule 12:55
Re: Allow file inclusion in pg_hba and pg_ident files Julien Rouhaud 13:06
Re: Add LZ4 compression in pg_dump Justin Pryzby 13:28
Re: Temporary tables versus wraparound... again Greg Stark 13:54
restoring user id and SecContext before logging error in ri_PlanCheck Zhihong Yu 14:04
Re: restoring user id and SecContext before logging error in ri_PlanCheck 📎 Zhihong Yu 15:00
Re: psql: Add command to use extended query protocol Daniel Verite 15:04
Re: Check return value of pclose() correctly Ankit Kumar Pandey 15:26
Re: spinlock support on loongarch64 Tom Lane 15:37
Re: psql: Add command to use extended query protocol Jehan-Guillaume de Rorthais 16:24
Re: Segfault on logical replication to partitioned table with foreign children Tom Lane 16:37
Re: Add index scan progress to pg_stat_progress_vacuum 📎 Imseih (AWS), Sami 16:52
Re: Error for row-level triggers with transition tables on partitioned tables Tom Lane 17:20
Re: Prefetch the next tuple's memory during seqscans 📎 Andres Freund 17:25
Re: spinlock support on loongarch64 Andres Freund 17:27
Re: Glossary and initdb definition work for "superuser" and database/cluster 📎 David G. Johnston 17:48
Re: [BUG] Logical replica crash if there was an error in a function. 📎 Tom Lane 18:02
Re: pg15 inherited stats expressions: cache lookup failed for statistics object Justin Pryzby 18:10
Re: spinlock support on loongarch64 📎 Tom Lane 18:29
Re: spinlock support on loongarch64 📎 Tom Lane 18:55
Re: libpq support for NegotiateProtocolVersion Jacob Champion 19:02
Re: ssl tests aren't concurrency safe due to get_free_port() 📎 Andrew Dunstan 19:09
Version 14/15 documentation Section "Alter Default Privileges" David Burns 19:29
Re: Check SubPlan clause for nonnullable rels/Vars Tom Lane 20:26
Re: pg_basebackup's --gzip switch misbehaves 📎 Daniel Gustafsson 20:42
Re: Prefetch the next tuple's memory during seqscans Andres Freund 20:53
Re: create subscription - improved warning message Peter Smith 21:01
Re: spinlock support on loongarch64 Andres Freund 21:04
Re: pg_dump: Refactor code that constructs ALTER ... OWNER TO commands Peter Eisentraut 21:30
Re: spinlock support on loongarch64 Tom Lane 21:37
Re: spinlock support on loongarch64 Andres Freund 23:22
Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Andres Freund 23:43
Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Tom Lane 23:57

Nov. 3, 2022

Thread Author Time
Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local Andres Freund 00:03
Re: Improve logging when using Huge Pages Thomas Munro 01:10
Re: Commit fest 2022-11 Ian Lawrence Barwick 02:33
Re: proposal: possibility to read dumped table's name from file Julien Rouhaud 04:09
Re: [BUG] Logical replica crash if there was an error in a function. Amit Kapila 04:11
Re: [PoC] Improve dead tuple storage for lazy vacuum John Naylor 04:59
Re: Incorrect include file order in guc-file.l John Naylor 05:40
Re: Privileges on PUBLICATION 📎 Antonin Houska 05:43
Re: Improve description of XLOG_RUNNING_XACTS Ian Lawrence Barwick 07:37
Re: Support logical replication of DDLs Peter Smith 07:40
Re: Adding doubly linked list type which stores the number of items in the list Bharath Rupireddy 07:41
Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Ian Lawrence Barwick 07:51
Re: Add 64-bit XIDs into PostgreSQL 15 📎 Maxim Orlov 08:11
Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) 📎 Maxim Orlov 08:15
Re: Add index scan progress to pg_stat_progress_vacuum Ian Lawrence Barwick 08:16
Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Dilip Kumar 08:20
Re: [PATCH] Add native windows on arm64 support Ian Lawrence Barwick 08:38
Re: Segfault on logical replication to partitioned table with foreign children 📎 Ilya Gladyshev 08:45
Re: Prefetch the next tuple's memory during seqscans John Naylor 09:09
Re: Check SubPlan clause for nonnullable rels/Vars 📎 Richard Guo 09:17
Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15) Ian Lawrence Barwick 09:29
Re: Adding CommandID to heap xlog records Ian Lawrence Barwick 09:36
Re: Commit fest 2022-11 Ian Lawrence Barwick 09:48
Re: Allow single table VACUUM in transaction block 📎 Simon Riggs 10:23
Re: Version 14/15 documentation Section "Alter Default Privileges" Laurenz Albe 10:32
Re: Pluggable toaster Aleksander Alekseev 10:38
Re: Lockless queue of waiters in LWLock 📎 Pavel Borisov 10:50
Fix comments atop ReorderBufferAddInvalidations 📎 Amit Kapila 10:53
Re: [PATCH] Add native windows on arm64 support 📎 Niyas Sait 11:06
Re: confirmed_flush_lsn shows LSN of the data that has not yet been received by the logical subscriber. Amit Kapila 11:19
Re: Pluggable toaster Nikita Malakhov 11:33
Add explicit casts in four places to simplehash.h 📎 David Geier 11:34
Re: Incorrect include file order in guc-file.l Michael Paquier 11:40
Re: [PATCH] Add native windows on arm64 support Michael Paquier 11:43
Re: pg_basebackup's --gzip switch misbehaves Michael Paquier 11:49
Re: Allow file inclusion in pg_hba and pg_ident files Michael Paquier 11:55
Re: Commit fest 2022-11 Michael Paquier 11:58
Re: Incorrect include file order in guc-file.l John Naylor 12:19
RE: Perform streaming logical transactions by background workers and parallel apply 📎 [email protected] 13:06
Re: real/float example for testlibpq3 Peter Eisentraut 13:23
Re: Pluggable toaster Aleksander Alekseev 13:26
Re: real/float example for testlibpq3 Tom Lane 13:55
Re: Moving forward with TDE Aleksander Alekseev 14:09
Re: Pluggable toaster Nikita Malakhov 14:30
Re: Add explicit casts in four places to simplehash.h Tom Lane 14:50
Re: Add palloc_aligned() to allow arbitrary power of 2 memory alignment 📎 Maxim Orlov 15:20
Re: [BUG] Logical replica crash if there was an error in a function. Tom Lane 15:29
Re: Speed up transaction completion faster after many relations are accessed in a transaction Ankit Kumar Pandey 15:42
Re: parse partition strategy string in gram.y Alvaro Herrera 15:42
Re: Schema variables - new implementation for Postgres 15 📎 Pavel Stehule 15:48
Re: Add the ability to limit the amount of memory that can be allocated to backends. 📎 Reid Thompson 15:48
Re: Privileges on PUBLICATION Peter Eisentraut 15:49
new option to allow pg_rewind to run without full_page_writes 📎 Jérémie Grauer 15:54
Re: pg_stat_bgwriter.buffers_backend is pretty meaningless (and more?) 📎 Melanie Plageman 17:00
remove unnecessary assignment to tmask in DecodeDateTime 📎 Zhihong Yu 17:04
Re: remap the .text segment into huge pages at run time Andres Freund 17:21
Re: security_context_t marked as deprecated in libselinux 3.1 Alvaro Herrera 18:10
Re: Fix proposal for comparaison bugs in PostgreSQL::Version Justin Pryzby 18:11
Re: ssl tests aren't concurrency safe due to get_free_port() 📎 Andrew Dunstan 18:16
Re: heavily contended lwlocks with long wait queues scale badly Jonathan S. Katz 18:21
Re: [BUG] parenting a PK constraint to a self-FK one (Was: Self FK oddity when attaching a partition) Alvaro Herrera 19:44
Re: On login trigger: take three Daniel Gustafsson 20:23
Re: Tracking last scan time 📎 Dave Page 20:44
GUC for temporarily disabling event triggers 📎 Daniel Gustafsson 20:47
Re: proposal: possibility to read dumped table's name from file 📎 Pavel Stehule 21:22
Re: Use array as object (src/fe_utils/parallel_slot.c) Tom Lane 21:49
Re: Moving forward with TDE 📎 David Christensen 22:06
Re: Incorrect include file order in guc-file.l Michael Paquier 22:42
Re: security_context_t marked as deprecated in libselinux 3.1 Tom Lane 23:01
Re: Add semi-join pushdown to postgres_fdw Ian Lawrence Barwick 23:21
Re: [PATCH] Completed unaccent dictionary with many missing characters Ian Lawrence Barwick 23:28
Re: Data is copied twice when specifying both child and parent table in publication Ian Lawrence Barwick 23:34
Re: [PATCH] Expand character set for ltree labels Ian Lawrence Barwick 23:37
Re: [PATCH] Add `verify-system` sslmode to use system CA pool for server cert Jacob Champion 23:39
Re: ExecRTCheckPerms() and many prunable partitions Ian Lawrence Barwick 23:46

Browse Archives

Prev | Next