pgsql-hackers since 2018-09-28 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

Sept. 28, 2018

Thread Author Time
overflow in snprintf() when printing INT64_MIN Andres Freund 00:11
Re: overflow in snprintf() when printing INT64_MIN Tom Lane 00:18
Re: [patch]overallocate memory for curly braces in array_out Tom Lane 00:23
Re: [PATCH] Include application_name in "connection authorized" log message 📎 Stephen Frost 00:26
Re: Ora2Pg v19.1 has been released Gilles Darold 00:32
Re: overflow in snprintf() when printing INT64_MIN Andres Freund 00:34
Re: overflow in snprintf() when printing INT64_MIN Andres Freund 00:44
Re: Postgres 11 release notes Amit Langote 01:21
Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal) 📎 David Rowley 01:23
Re: New function pg_stat_statements_reset_query() to reset statistics of a specific query 📎 Haribabu Kommi 02:15
Re: Pluggable Storage - Andres's take 📎 Haribabu Kommi 02:21
Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal) Amit Langote 02:25
Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal) David Rowley 02:46
Re: Pluggable Storage - Andres's take Andres Freund 03:03
RE: Performance of the partitioning in the large scale Kato, Sho 03:08
Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal) Michael Paquier 03:12
Re: Segfault when creating partition with a primary key and sql_drop trigger exists Michael Paquier 03:17
Use durable_unlink for .ready and .done files for WAL segment removal 📎 Michael Paquier 03:28
Re: Use durable_unlink for .ready and .done files for WAL segment removal Andres Freund 03:40
Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal) Amit Langote 03:54
Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal) Amit Langote 04:02
Re: pgsql: Improve autovacuum logging for aggressive and anti-wraparound ru 📎 Masahiko Sawada 04:53
Re: Tid scan improvements 📎 Edmund Horner 05:02
Re: pgbench's expression parsing & negative numbers Andres Freund 05:02
Re: file cloning in pg_upgrade and CREATE DATABASE Michael Paquier 05:19
Re: Use durable_unlink for .ready and .done files for WAL segment removal Michael Paquier 05:23
Re: Use durable_unlink for .ready and .done files for WAL segment removal Andres Freund 05:24
Re: Tid scan improvements 📎 Edmund Horner 06:13
Re: [HACKERS] kqueue Matteo Beccati 07:01
Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal) 📎 David Rowley 07:22
Re: Collation versioning Christoph Berg 07:24
Re: Libpq support to connect to standby server as priority 📎 Haribabu Kommi 07:31
Re: transction_timestamp() inside of procedures 📎 Peter Eisentraut 07:35
Re: executor relation handling 📎 Amit Langote 08:00
Re: executor relation handling David Rowley 08:21
Re: [HACKERS] Removing LEFT JOINs in more cases David Rowley 08:26
Re: executor relation handling 📎 Amit Langote 08:28
RE: [HACKERS] Cached plans and statement generalization Yamaji, Ryo 08:45
Re: executor relation handling David Rowley 08:48
Re: executor relation handling 📎 Amit Langote 08:58
Re: Postgres, fsync, and OSs (specifically linux) 📎 Thomas Munro 09:37
Re: Postgres, fsync, and OSs (specifically linux) Thomas Munro 09:44
Re: Slotification of partition tuple conversion 📎 Amit Khandekar 10:06
Re: Slotification of partition tuple conversion Amit Langote 10:09
Re: transction_timestamp() inside of procedures Bruce Momjian 10:14
Re: Postgres 11 release notes Bruce Momjian 10:24
Re: Problem while setting the fpw with SIGHUP Amit Kapila 11:46
Re: pgsql: Build src/port files as a library with -fPIC, and use that in li Christoph Berg 11:58
Re: clarify documentation of BGW_NEVER_RESTART ? Amit Kapila 11:59
Re: [HACKERS] kqueue 📎 Thomas Munro 12:19
Re: Progress reporting for pg_verify_checksums 📎 Michael Banck 13:06
Re: pgsql: Build src/port files as a library with -fPIC, and use that in li Tom Lane 13:13
Re: pgsql: Build src/port files as a library with -fPIC, and use that in li Christoph Berg 13:20
Re: pgsql: Build src/port files as a library with -fPIC, and use that in li Tom Lane 13:48
Re: executor relation handling Jesper Pedersen 13:51
Re: pgsql: Build src/port files as a library with -fPIC, and use that in li Andrew Dunstan 13:51
Re: pgsql: Build src/port files as a library with -fPIC, and use that in li Tom Lane 14:05
Re: buildfarm and git pull Andrew Dunstan 14:37
Re: Let's stop with the retail rebuilds of src/port/ files already Andrew Dunstan 14:39
Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal) Tomas Vondra 14:40
Re: Making all nbtree entries unique by having heap TIDs participate in comparisons Peter Eisentraut 14:50
Re: On-disk compatibility for nbtree-unique-key enhancement Peter Eisentraut 15:00
Re: C99 compliance for src/port/snprintf.c Andres Freund 15:04
Re: master, static inline and #ifndef FRONTEND Andres Freund 15:07
Re: executor relation handling Alvaro Herrera 15:49
pgsql: Remove pqsignal() from libpq's official exports list. Tom Lane 16:38
Re: SQL/JSON: documentation Peter Eisentraut 17:29
Re: Making all nbtree entries unique by having heap TIDs participate in comparisons Peter Geoghegan 18:08
Re: Adding a note to protocol.sgml regarding CopyData Peter Eisentraut 18:16
Pithy patch for more detailed error reporting when effective_io_concurrency is set to nonzero on platforms lacking posix_fadvise() 📎 James Robinson 18:30
Re: Use durable_unlink for .ready and .done files for WAL segment removal Stephen Frost 18:36
Odd 9.4, 9.3 buildfarm failure on s390x Andres Freund 18:52
Re: Let's stop with the retail rebuilds of src/port/ files already Tom Lane 18:59
Re: doc - improve description of default privileges Peter Eisentraut 19:01
Re: ALTER TABLE on system catalogs Alvaro Herrera 19:06
Re: automatic restore point Peter Eisentraut 19:13
Re: ALTER TABLE on system catalogs Andres Freund 19:15
Re: doc - improve description of default privileges Alvaro Herrera 19:15
Re: ALTER TABLE on system catalogs Alvaro Herrera 19:19
Re: Odd 9.4, 9.3 buildfarm failure on s390x Tom Lane 19:26
Re: On-disk compatibility for nbtree-unique-key enhancement Peter Geoghegan 20:03
Re: Pithy patch for more detailed error reporting when effective_io_concurrency is set to nonzero on platforms lacking posix_fadvise() Tom Lane 20:12
Re: Continue work on changes to recovery.conf API Peter Eisentraut 20:20
Re: SQL/JSON: documentation Andrew Dunstan 20:30
Re: Continue work on changes to recovery.conf API Tom Lane 20:36
Re: Continue work on changes to recovery.conf API Andres Freund 20:40
Re: SQL/JSON: documentation Tom Lane 20:43
Re: Continue work on changes to recovery.conf API Tom Lane 20:45
Re: ALTER TABLE on system catalogs Peter Eisentraut 20:58
Re: Odd 9.4, 9.3 buildfarm failure on s390x Mark Wong 22:22
Re: [HACKERS] Something for the TODO list: deprecating abstime and friends 📎 Andres Freund 22:32
Re: Odd 9.4, 9.3 buildfarm failure on s390x Andres Freund 22:41
Re: Use durable_unlink for .ready and .done files for WAL segment removal Michael Paquier 23:11
Re: [PATCH] Include application_name in "connection authorized" log message Stephen Frost 23:12
Re: Use durable_unlink for .ready and .done files for WAL segment removal Stephen Frost 23:16
Re: [PATCH] Include application_name in "connection authorized" log message Don Seiler 23:59

Sept. 29, 2018

Thread Author Time
Re: executor relation handling 📎 David Rowley 00:46
Re: Odd 9.4, 9.3 buildfarm failure on s390x 📎 Mark Wong 01:03
Oid returned from AddSubscriptionRelState/UpdateSubscriptionRelState Andres Freund 01:35
Re: [HACKERS] Something for the TODO list: deprecating abstime and friends Tom Lane 04:40
RE: auto_explain: Include JIT output if applicable 📎 Shinoda, Noriyoshi (PN Japan GCS Delivery) 05:04
Re: auto_explain: Include JIT output if applicable Andres Freund 05:11
RE: auto_explain: Include JIT output if applicable Shinoda, Noriyoshi (PN Japan GCS Delivery) 05:15
Re: Odd 9.4, 9.3 buildfarm failure on s390x Andrew Gierth 05:36
Re: Making all nbtree entries unique by having heap TIDs participate in comparisons Andrey Lepikhov 05:58
Re: Postgres 11 release notes Amit Langote 07:28
Re: Optional message to user when terminating/cancelling backend Pavel Stehule 07:29
Re: Progress reporting for pg_verify_checksums Fabien COELHO 07:35
Re: [HACKERS] kqueue Matteo Beccati 07:51
Re: doc - improve description of default privileges Fabien COELHO 07:56
Re: Use durable_unlink for .ready and .done files for WAL segment removal Michael Paquier 07:58
Re: Online verification of checksums Tomas Vondra 08:27
Re: [HACKERS] proposal: schema variables 📎 Pavel Stehule 08:34
Re: Online enabling of checksums Tomas Vondra 08:48
Re: Online verification of checksums Tomas Vondra 08:51
Re: Online verification of checksums Michael Paquier 09:20
Re: Online verification of checksums Stephen Frost 12:14
Re: Online enabling of checksums Stephen Frost 12:19
Adding pipe support to pg_dump and pg_restore 📎 David Hedberg 12:51
Re: Odd 9.4, 9.3 buildfarm failure on s390x Andrew Dunstan 13:00
Re: speeding up planning with partitions Dilip Kumar 13:30
Re: Postgres 11 release notes Bruce Momjian 14:58
Re: Adding pipe support to pg_dump and pg_restore Stephen Frost 15:03
Cygwin linking rules Tom Lane 15:35
Re: Adding pipe support to pg_dump and pg_restore Tom Lane 15:42
Re: Online verification of checksums Tomas Vondra 15:49
Re: Adding pipe support to pg_dump and pg_restore David Fetter 15:56
Re: Online enabling of checksums Tomas Vondra 15:58
Re: Cygwin linking rules Andrew Dunstan 16:09
Re: Adding pipe support to pg_dump and pg_restore David Hedberg 16:30
Re: Implementing SQL ASSERTION Joe Wildish 16:35
Re: Implementing SQL ASSERTION Joe Wildish 16:50
Re: Online enabling of checksums Stephen Frost 16:51
Re: Adding pipe support to pg_dump and pg_restore Stephen Frost 17:01
Re: Cygwin linking rules Andrew Dunstan 17:03
Re: Implementing SQL ASSERTION Joe Wildish 17:07
Re: Adding pipe support to pg_dump and pg_restore David Hedberg 17:50
Re: Adding pipe support to pg_dump and pg_restore Andres Freund 18:01
Re: Adding pipe support to pg_dump and pg_restore Stephen Frost 18:03
Re: Cygwin linking rules 📎 Marco Atzeri 18:13
Re: Cygwin linking rules Andrew Dunstan 18:17
Re: Adding pipe support to pg_dump and pg_restore David Hedberg 18:25
Re: executor relation handling Tom Lane 20:04
Re: Cygwin linking rules Tom Lane 20:06
Re: MERGE SQL statement for PG12 Jaime Casanova 21:25
Re: Continue work on changes to recovery.conf API Sergei Kornilov 21:29
Re: libpq host/hostaddr/conninfo inconsistencies Arthur Zakirov 21:56
Re: executor relation handling 📎 Tom Lane 22:05
Re: [HACKERS] proposal: schema variables 📎 Pavel Stehule 22:19
Re: [HACKERS] [PATCH] Generic type subscripting 📎 Dmitry Dolgov 22:20
Re: Cygwin linking rules Andrew Dunstan 22:25
Re: Implementing SQL ASSERTION Andrew Gierth 23:07
Re: Odd 9.4, 9.3 buildfarm failure on s390x Andrew Gierth 23:38

Sept. 30, 2018

Thread Author Time
Re: libpq host/hostaddr/conninfo inconsistencies Thomas Munro 00:45
Re: [HACKERS] kqueue Thomas Munro 02:36
Re: Odd 9.4, 9.3 buildfarm failure on s390x Tom Lane 03:33
[RFC] Removing "magic" oids 📎 Andres Freund 03:48
Re: Odd 9.4, 9.3 buildfarm failure on s390x Andrew Gierth 03:52
Re: SerializeParamList vs machines with strict alignment 📎 Amit Kapila 05:14
Re: [HACKERS] [PATCH] Generic type subscripting Pavel Stehule 06:23
Re: libpq host/hostaddr/conninfo inconsistencies Fabien COELHO 07:21
Re: libpq host/hostaddr/conninfo inconsistencies Fabien COELHO 07:23
Re: Online enabling of checksums Tomas Vondra 08:48
Re: [HACKERS] kqueue Matteo Beccati 08:49
Sync ECPG scanner with core 📎 John Naylor 09:32
Re: Use durable_unlink for .ready and .done files for WAL segment removal 📎 Michael Paquier 12:40
Re: automatic restore point Michael Paquier 12:45
Re: [Patch] Create a new session in postmaster by calling setsid() Michael Paquier 12:47
Re: [PATCH] Find additional connection service files in pg_service.conf.d directory Michael Paquier 12:49
Re: Recovery performance of DROP DATABASE with many tablespaces Michael Paquier 12:51
Re: Speed up the removal of WAL files Michael Paquier 12:53
Re: Sync ECPG scanner with core Michael Paquier 13:01
Re: [HACKERS] Optional message to user when terminating/cancelling backend Michael Paquier 13:51
Re: Cygwin linking rules Andrew Dunstan 14:13
Re: executor relation handling 📎 Tom Lane 17:18
Relations being opened without any lock whatever 📎 Tom Lane 19:20
Function for listing archive_status directory 📎 Christoph Moench-Tegeder 20:59
Re: Making all nbtree entries unique by having heap TIDs participate in comparisons Peter Geoghegan 21:33
Re: [RFC] Removing "magic" oids David Fetter 22:15
Re: executor relation handling David Rowley 22:54
Re: [HACKERS] kqueue Thomas Munro 23:09
Re: [HACKERS] Optional message to user when terminating/cancelling backend Michael Paquier 23:19
Re: Function for listing archive_status directory Michael Paquier 23:21
Re: Relations being opened without any lock whatever Michael Paquier 23:29

Oct. 1, 2018

Thread Author Time
Re: Relations being opened without any lock whatever Tom Lane 00:08
Re: file cloning in pg_upgrade and CREATE DATABASE Michael Paquier 02:23
Re: Psql patch to show access methods info Michael Paquier 02:27
Re: pgbench exit code Michael Paquier 02:29
Re: pgbench exit code Michael Paquier 02:31
Re: heap_sync seems rather oblivious to partitioned tables (wal_level=minimal) David Rowley 02:33
Re: pgbench - test whether a variable exists Michael Paquier 02:34
Re: Some incorrect comments and out-dated README from run-time pruning David Rowley 02:35
Re: executor relation handling Tom Lane 02:49
Re: automatic restore point Alvaro Herrera 03:34
Re: automatic restore point Alvaro Herrera 03:35
Re: SerializeParamList vs machines with strict alignment 📎 Amit Kapila 04:30
Assert failed in snprintf.c 📎 Jaime Casanova 04:58
Re: TABLE tab completion Michael Paquier 05:40
Re: csv format for psql Michael Paquier 05:42
Re: doc - improve description of default privileges Michael Paquier 05:47

Browse Archives

Prev | Next