pgsql-hackers since 2024-10-08 03:54

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

Oct. 8, 2024

Thread Author Time
Re: Removing unneeded self joins 📎 Andrei Lepikhov 03:54
Re: Function for listing pg_wal/summaries directory Michael Paquier 04:19
Re: Consider the number of columns in the sort cost model 📎 Andrei Lepikhov 04:24
Re: Incremental Sort Cost Estimation Instability 📎 Andrei Lepikhov 04:33
Re: per backend I/O statistics Michael Paquier 04:46
Re: MergeJoin beats HashJoin in the case of multiple hash clauses 📎 Andrei Lepikhov 05:00
Re: POC, WIP: OR-clause support for indexes jian he 05:11
Re: Add contrib/pg_logicalsnapinspect 📎 Peter Smith 05:25
Re: long-standing data loss bug in initial sync of logical replication 📎 Shlok Kyal 05:41
Re: Expand applicability of aggregate's sortop optimization 📎 Andrei Lepikhov 05:47
Re: Expand applicability of aggregate's sortop optimization David Rowley 06:06
Re: Pgoutput not capturing the generated columns 📎 Shubham Khanna 06:07
Re: Pgoutput not capturing the generated columns Shubham Khanna 06:10
Re: Partition-wise join with whole row vars 📎 Alexander Pyhalov 06:24
Re: First draft of PG 17 release notes Amit Kapila 06:27
Re: Proposal: allow database-specific role memberships Denis Laxalde 06:29
Re: First draft of PG 17 release notes Laurenz Albe 06:36
Re: Should CSV parsing be stricter about mid-field quotes? Joel Jacobson 07:25
Re: Proposal: allow database-specific role memberships 📎 Denis Laxalde 07:25
Re: Add parallel columns for pg_stat_statements 📎 Michael Paquier 07:29
Re: Doc: typo in config.sgml Daniel Gustafsson 07:40
Re: not null constraints, again jian he 07:48
Re: GUC names in messages 📎 Peter Smith 07:57
Re: Set query_id for query contained in utility statement Anthonin Bonnefoy 08:35
Re: Make COPY format extendable: Extract COPY TO format implementations 📎 Sutou Kouhei 08:39
Re: Conflict Detection and Resolution 📎 Ajin Cherian 08:42
Re: Make default subscription streaming option as Parallel shveta malik 08:55
NOT ENFORCED constraint feature 📎 Amul Sul 09:06
Re: Expand applicability of aggregate's sortop optimization 📎 Andrei Lepikhov 09:22
Re: pgindent fails with perl 5.40 Daniel Gustafsson 09:26
Re: Conflict Detection and Resolution Nisha Moond 09:39
Re: Add new COPY option REJECT_LIMIT Fujii Masao 09:39
Re: Conflict Detection and Resolution Nisha Moond 09:40
Re: Conflict Detection and Resolution Nisha Moond 09:42
Re: Logical Replication of sequences 📎 vignesh C 09:45
Re: long-standing data loss bug in initial sync of logical replication Shlok Kyal 09:51
Re: IPC::Run accepts bug reports Alexander Lakhin 10:00
Re: Make default subscription streaming option as Parallel Amit Kapila 10:08
Re: Make default subscription streaming option as Parallel 📎 vignesh C 10:17
Re: [PoC] Federated Authn/z with OAUTHBEARER Antonin Houska 10:46
Re: Make default subscription streaming option as Parallel shveta malik 10:50
Re: First draft of PG 17 release notes Yugo NAGATA 10:51
Inconsistent RestrictInfo serial numbers 📎 Richard Guo 11:20
Re: Doc: typo in config.sgml Tatsuo Ishii 11:31
Re: Parallel workers stats in pg_stat_database Benoit Lobréau 12:03
Re: Assorted style changes with a tiny improvement Ranier Vilela 12:05
Re: Parallel CREATE INDEX for GIN indexes 📎 Tomas Vondra 12:06
Re: Doc: typo in config.sgml Yugo Nagata 12:18
Re: May be BUG. Periodic burst growth of the checkpoint_req counter on replica. 📎 Fujii Masao 12:42
Re: Add new COPY option REJECT_LIMIT torikoshia 12:58
Re: Inconsistent RestrictInfo serial numbers Ashutosh Bapat 13:01
Re: WIP: parallel GiST index builds 📎 Tomas Vondra 13:05
Re: [PATCH] Add get_bytes() and set_bytes() functions 📎 Aleksander Alekseev 13:41
Re: Add parallel columns for pg_stat_statements Guillaume Lelarge 13:53
Re: POC, WIP: OR-clause support for indexes Alexander Korotkov 14:00
Re: POC, WIP: OR-clause support for indexes Alexander Korotkov 14:03
Re: May be BUG. Periodic burst growth of the checkpoint_req counter on replica. Anton A. Melnikov 14:16
Re: [PATCH] Add min/max aggregate functions to BYTEA 📎 Aleksander Alekseev 14:23
FOREIGN TABLE and IDENTITY columns 📎 Julien Rouhaud 14:26
Re: [PATCH] Add min/max aggregate functions to BYTEA Andrey M. Borodin 14:33
Re: Function for listing pg_wal/summaries directory Nathan Bossart 14:36
Re: Statistics Import and Export Nathan Bossart 15:11
Re: On disable_cost Alena Rybakina 15:12
Re: [PoC] Federated Authn/z with OAUTHBEARER Jacob Champion 15:19
Re: Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes Alena Rybakina 15:20
Re: Add parallel columns for seq scan and index scan on pg_stat_all_tables and _indexes Alena Rybakina 15:24
Re: On disable_cost Laurenz Albe 15:49
overflow bug for inhcounts 📎 Alvaro Herrera 16:11
Re: Vacuum statistics 📎 Alena Rybakina 16:18
Re: Add contrib/pg_logicalsnapinspect 📎 Bertrand Drouvot 16:25
Re: per backend I/O statistics Bertrand Drouvot 16:28
Re: FOREIGN TABLE and IDENTITY columns Ashutosh Bapat 16:40
Re: overflow bug for inhcounts Tom Lane 16:47
Re: Avoiding superfluous buffer locking during nbtree backwards scans Peter Geoghegan 16:52
Re: [PATCH] pg_permissions 📎 Joel Jacobson 16:58
Re: overflow bug for inhcounts Andres Freund 17:00
Re: On disable_cost Robert Haas 17:04
Re: Refactoring postmaster's code to cleanup after child exit Nazir Bilal Yavuz 17:30
Re: Add contrib/pg_logicalsnapinspect Masahiko Sawada 17:52
Re: [PATCH] Add min/max aggregate functions to BYTEA Tom Lane 17:52
Re: [PATCH] Add min/max aggregate functions to BYTEA Marat Bukharov 18:12
Re: On disable_cost Alena Rybakina 18:29
Re: Large expressions in indexes can't be stored (non-TOASTable) 📎 Nathan Bossart 18:50
Avoid possible overflow (src/port/bsearch_arg.c) 📎 Ranier Vilela 19:09
Re: Better error reporting from extension scripts (Was: Extend ALTER OPERATOR) 📎 Tom Lane 20:17
RE: Proposal for Updating CRC32C with AVX-512 Algorithm. Devulapalli, Raghuveer 20:19
Re: pgindent fails with perl 5.40 Andrew Dunstan 20:24
Re: Changing the state of data checksums in a running cluster 📎 Daniel Gustafsson 20:38
Re: Changing the state of data checksums in a running cluster Daniel Gustafsson 20:39
Re: BitmapHeapScan streaming read user and prelim refactoring Thomas Munro 20:56
Re: pgindent fails with perl 5.40 Daniel Gustafsson 20:56
Re: Avoid possible overflow (src/port/bsearch_arg.c) Nathan Bossart 21:28
Re: Adding OLD/NEW support to RETURNING 📎 Dean Rasheed 22:01
Re: FOREIGN TABLE and IDENTITY columns Julien Rouhaud 22:51
Re: Add parallel columns for pg_stat_statements Michael Paquier 23:32
Re: [PATCH] Add native windows on arm64 support Dave Cramer 23:57

Oct. 9, 2024

Thread Author Time
Re: [PATCH] Add native windows on arm64 support Thomas Munro 00:17
Re: Add contrib/pg_logicalsnapinspect Peter Smith 00:41
Re: Support specify tablespace for each merged/split partition Junwang Zhao 01:51
Re: pgbench: Improve result outputs related to failed transactinos Tatsuo Ishii 01:53
Re: overflow bug for inhcounts 📎 jian he 02:01
Set AUTOCOMMIT to on in script output by pg_dump 📎 Shinya Kato 02:10
Re: Inconsistent RestrictInfo serial numbers Richard Guo 02:14
Re: Popcount optimization using AVX512 Nathan Bossart 02:36
Re: Doc: typo in config.sgml Tatsuo Ishii 02:49
Re: Set AUTOCOMMIT to on in script output by pg_dump Yugo Nagata 03:03
Re: Inconsistent RestrictInfo serial numbers Andrei Lepikhov 03:15
Re: Conflict Detection and Resolution shveta malik 03:28
Re: Make COPY format extendable: Extract COPY TO format implementations Michael Paquier 03:34
Re: Pgoutput not capturing the generated columns vignesh C 03:38
Re: Set AUTOCOMMIT to on in script output by pg_dump David G. Johnston 03:53
Re: POC, WIP: OR-clause support for indexes Andrei Lepikhov 03:54
Re: Set AUTOCOMMIT to on in script output by pg_dump Tatsuo Ishii 03:58
Re: Set AUTOCOMMIT to on in script output by pg_dump Tom Lane 04:10
Re: proposal: schema variables 📎 Pavel Stehule 04:24
Re: Set AUTOCOMMIT to on in script output by pg_dump David G. Johnston 04:37
Re: Testing autovacuum wraparound (including failsafe) 📎 Alexander Lakhin 05:00
Re: Pgoutput not capturing the generated columns vignesh C 05:30
Re: Pgoutput not capturing the generated columns 📎 Peter Smith 05:43
Re: Inconsistent RestrictInfo serial numbers Richard Guo 06:06
Re: Set AUTOCOMMIT to on in script output by pg_dump Yugo Nagata 06:15
Re: Pgoutput not capturing the generated columns vignesh C 06:22
Re: Conflict Detection and Resolution shveta malik 06:33
Re: [Bug Fix]standby may crash when switching-over in certain special cases Yugo NAGATA 06:45
Re: Add parallel columns for pg_stat_statements Guillaume Lelarge 06:48
Re: Proposal to Enable/Disable Index using ALTER INDEX Shayon Mukherjee 07:06
Remove an unnecessary check on semijoin_target_ok() on postgres_fdw.c 📎 Tender Wang 07:26
Re: Fix orphaned 2pc file which may casue instance restart failed ChengWen Wu 07:51
Re: pgindent fails with perl 5.40 Daniel Gustafsson 07:52
Re: Add contrib/pg_logicalsnapinspect Bertrand Drouvot 08:07
Remove deprecated -H option from oid2name 📎 Daniel Gustafsson 08:08
Build issue with postgresql 17 undefined reference to `pg_encoding_to_char' and `pg_char_to_encoding' 📎 Mikael Sand 08:10
Re: Add contrib/pg_logicalsnapinspect Bertrand Drouvot 08:12
Re: Proposal to Enable/Disable Index using ALTER INDEX David Rowley 08:19
Re: Set query_id for query contained in utility statement 📎 Anthonin Bonnefoy 08:49
Re: NOT ENFORCED constraint feature Joel Jacobson 09:14
Re: Pgoutput not capturing the generated columns vignesh C 09:23
Re: POC, WIP: OR-clause support for indexes 📎 Andrei Lepikhov 09:31
Re: pgindent fails with perl 5.40 Erik Wienhold 09:34
Re: Build issue with postgresql 17 undefined reference to `pg_encoding_to_char' and `pg_char_to_encoding' Mikael Sand 09:51
Re: GUC names in messages Michael Paquier 09:54
Re: Changing the state of data checksums in a running cluster Tomas Vondra 10:41
Re: overflow bug for inhcounts Alvaro Herrera 10:59
Re: [PROPOSAL] : Disallow use of empty column name in (column_name '') in ALTER or CREATE of foreign table. 📎 Nishant Sharma 11:11
Re: [PATCH] Add some documentation on how to call internal functions Pavel Stehule 11:57
Re: Should CSV parsing be stricter about mid-field quotes? Andrew Dunstan 12:00
Re: Build issue with postgresql 17 undefined reference to `pg_encoding_to_char' and `pg_char_to_encoding' Mikael Sand 12:32
Use MAX_PARALLEL_WORKER_LIMIT consistently in guc_tables.c 📎 Matthias van de Meent 12:34
Re: [PATCH] Add some documentation on how to call internal functions Florents Tselai 12:38
Re: Proposal to Enable/Disable Index using ALTER INDEX Robert Haas 12:41
Re: Should CSV parsing be stricter about mid-field quotes? Andrew Dunstan 12:45
Re: why there is not VACUUM FULL CONCURRENTLY? 📎 Antonin Houska 12:56
Allow default \watch interval in psql to be configured 📎 Daniel Gustafsson 13:08
Re: NOT ENFORCED constraint feature Andrew Dunstan 13:15
Re: FOREIGN TABLE and IDENTITY columns Ashutosh Bapat 13:22
Re: Inconsistent RestrictInfo serial numbers Ashutosh Bapat 13:30
Re: FOREIGN TABLE and IDENTITY columns Julien Rouhaud 13:31
Re: [PATCH] Add some documentation on how to call internal functions Pavel Stehule 13:37
\watch 0 or \watch 0.00001 doesn't do what I want Heikki Linnakangas 13:38
Re: \watch 0 or \watch 0.00001 doesn't do what I want Heikki Linnakangas 13:59
Re: Make tuple deformation faster 📎 David Rowley 13:59
Re: Allow default \watch interval in psql to be configured Heikki Linnakangas 14:05
Re: \watch 0 or \watch 0.00001 doesn't do what I want Srinath Reddy Sadipiralla 14:07
Re: general purpose array_sort 📎 Junwang Zhao 14:10
Re: Allow default \watch interval in psql to be configured 📎 Daniel Gustafsson 14:24
Re: Use MAX_PARALLEL_WORKER_LIMIT consistently in guc_tables.c Zhang Mingli 14:28
[PATCH] Refactor bytea_sortsupport() 📎 Aleksander Alekseev 14:39
Re: \watch 0 or \watch 0.00001 doesn't do what I want Tom Lane 15:03
Re: [PATCH] Check for TupleTableSlot nullness before dereferencing Alexander Kuznetsov 15:23
Re: general purpose array_sort Junwang Zhao 15:46
Re: Should CSV parsing be stricter about mid-field quotes? Joel Jacobson 15:48
Re: Should CSV parsing be stricter about mid-field quotes? Tom Lane 15:58
Re: Should CSV parsing be stricter about mid-field quotes? Andrew Dunstan 16:14
Re: Avoid possible overflow (src/port/bsearch_arg.c) Ranier Vilela 16:16
Re: Remove deprecated -H option from oid2name Nathan Bossart 16:33
Re: Remove deprecated -H option from oid2name Daniel Gustafsson 16:45
Re: Pgoutput not capturing the generated columns Masahiko Sawada 16:48
Re: Remove deprecated -H option from oid2name Nathan Bossart 17:15
Re: Add contrib/pg_logicalsnapinspect Masahiko Sawada 17:21
incorrect wal removal due to max_slot_wal_keep_size Jeff Janes 17:29
Re: Remove deprecated -H option from oid2name Daniel Gustafsson 18:30
Pg17 Crash in Planning (Arrays + Casting + UDF) Paul Ramsey 18:52
Re: [PATCH] Add some documentation on how to call internal functions 📎 Florents Tselai 18:53
Mathematical Functions and Operators 📎 Marcos Pegoraro 19:16
[PATCH] Move clause_sides_match_join() into pathnode.h 📎 James Hunter 19:37
sunsetting md5 password support Nathan Bossart 19:55
Re: Pg17 Crash in Planning (Arrays + Casting + UDF) Joe Conway 20:15
Re: Pg17 Crash in Planning (Arrays + Casting + UDF) Tom Lane 20:21
Re: sunsetting md5 password support Jelte Fennema-Nio 20:30
Re: sunsetting md5 password support Greg Sabino Mullane 20:31
Re: Refactoring postmaster's code to cleanup after child exit 📎 Heikki Linnakangas 20:40
Re: sunsetting md5 password support Jonathan S. Katz 20:44
Re: Pg17 Crash in Planning (Arrays + Casting + UDF) Nathan Bossart 20:46
Re: Pg17 Crash in Planning (Arrays + Casting + UDF) Tom Lane 20:51
Re: Mathematical Functions and Operators Marcos Pegoraro 21:20
Re: Mathematical Functions and Operators David G. Johnston 21:23
Re: Mathematical Functions and Operators Marcos Pegoraro 21:41
Re: sunsetting md5 password support Jacob Champion 22:14
Re: sunsetting md5 password support Heikki Linnakangas 23:11
Re: Collation & ctype method table, and extension hooks 📎 Jeff Davis 23:27

Browse Archives

Prev | Next