pgsql-hackers since 2018-02-15 19:47

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

Feb. 15, 2018

Thread Author Time
Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently 📎 Claudio Freire 19:47
Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Claudio Freire 20:00
Re: [PATCH][PROPOSAL] Add enum releation option type Alvaro Herrera 21:35
Re: FOR EACH ROW triggers on partitioned tables Alvaro Herrera 21:55
Re: JIT compiling with LLVM v9.1 Andreas Karlsson 23:42

Feb. 16, 2018

Thread Author Time
Re: [HACKERS] MERGE SQL Statement for PG11 📎 Peter Geoghegan 01:07
Re: non-bulk inserts and tuple routing 📎 Amit Langote 01:49
Re: FOR EACH ROW triggers on partitioned tables Amit Langote 02:06
Re: non-bulk inserts and tuple routing Etsuro Fujita 03:41
Re: [HACKERS] why not parallel seq scan for slow functions Ashutosh Bapat 03:59
Re: Let's remove DSM_INPL_NONE. Michael Paquier 04:07
Re: Let's remove DSM_INPL_NONE. Michael Paquier 04:28
Re: Removing useless #include's. Kyotaro HORIGUCHI 04:36
Re: non-bulk inserts and tuple routing 📎 Amit Langote 04:42
Re: spin.c includes pg_sema.h even if unnecessary Kyotaro HORIGUCHI 04:42
Re: Let's remove DSM_INPL_NONE. Kyotaro HORIGUCHI 05:01
Re: reorganizing partitioning code Kyotaro HORIGUCHI 05:07
Re: [HACKERS] advanced partition matching algorithm for partition-wise join 📎 Ashutosh Bapat 05:14
Re: Removing useless #include's. Tom Lane 05:28
Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation() Michael Paquier 06:54
Re: [bug fix] Cascaded standby cannot start after a clean shutdown Michael Paquier 07:19
[bug fix] Produce a crash dump before main() on Windows 📎 Tsunakawa, Takayuki 07:28
Re: [bug fix] Cascaded standby cannot start after a clean shutdown Michael Paquier 08:06
Re: [HACKERS] Can ICU be used for a database's default sort order? Andrey Borodin 08:12
Server crash in pg_replication_slot_advance function tushar 08:14
Re: reorganizing partitioning code 📎 Amit Langote 08:36
Re: autovacuum: change priority of the vacuumed tables Masahiko Sawada 08:42
Re: Contention preventing locking Michail Nikolaev 08:59
Re: non-bulk inserts and tuple routing Etsuro Fujita 09:12
Re: non-bulk inserts and tuple routing 📎 Amit Langote 09:23
Re: Server crash in pg_replication_slot_advance function amul sul 09:36
After an error - pg_replication_slot is dropped tushar 09:51
Re: Server crash in pg_replication_slot_advance function 📎 amul sul 09:55
Re: Server crash in pg_replication_slot_advance function tushar 10:17
Re: Server crash in pg_replication_slot_advance function Petr Jelinek 10:26
Re: Server crash in pg_replication_slot_advance function Masahiko Sawada 10:26
Re: After an error - pg_replication_slot is dropped Petr Jelinek 10:32
Server Crash while executing pg_replication_slot_advance (second time) tushar 10:34
Re: autovacuum: change priority of the vacuumed tables Ildus Kurbangaliev 10:50
Re: non-bulk inserts and tuple routing 📎 Etsuro Fujita 10:50
Re: [HACKERS] Pluggable storage Alexander Korotkov 10:56
master check fails on Windows Server 2008 📎 Marina Polyakova 10:58
Re: After an error - pg_replication_slot is dropped tushar 11:38
Re: autovacuum: change priority of the vacuumed tables Masahiko Sawada 12:48
[HACKERS] [bug-fix] Cannot select big bytea values (~600MB) 📎 Anna Akenteva 14:23
Re: [HACKERS] [bug-fix] Cannot select big bytea values (~600MB) Tom Lane 14:58
Re: pearltidy source code has been removed (pgindent) Steven Lembark 15:13
Re: spelling of enable_partition_wise_join Peter Eisentraut 15:39
[PATCH] pg_hba.conf : new auth option : clientcert=verify-full 📎 Julian Markwort 15:45
Re: After an error - pg_replication_slot is dropped Petr Jelinek 16:04
Re: [HACKERS] [bug-fix] Cannot select big bytea values (~600MB) Andres Freund 16:24
Re: master check fails on Windows Server 2008 📎 Tom Lane 16:31
Re: [HACKERS] [bug-fix] Cannot select big bytea values (~600MB) Tom Lane 16:41
Re: [HACKERS] [bug-fix] Cannot select big bytea values (~600MB) Alvaro Herrera 17:25
Re: [HACKERS] [bug-fix] Cannot select big bytea values (~600MB) Anna Akenteva 19:00
Re: rename sgml files? Peter Eisentraut 20:22
Re: FOR EACH ROW triggers on partitioned tables Peter Eisentraut 20:30
Re: Disabling src/test/[ssl|ldap] when not building with SSL/LDAP support Peter Eisentraut 20:32
Re: rename sgml files? Tom Lane 20:47
Re: Add PGDLLIMPORT to enable_hashagg Brian Cloutier 20:57
Re: Cancelling parallel query leads to segfault Peter Eisentraut 21:23
Re: Add more information_schema columns Peter Eisentraut 21:46
Re: ALTER TABLE ADD COLUMN fast default 📎 Andrew Dunstan 21:46
missing toast table for pg_policy 📎 Joe Conway 21:56
Re: missing toast table for pg_policy Andres Freund 22:07
Re: missing toast table for pg_policy Joe Conway 22:09
Re: missing toast table for pg_policy Tom Lane 22:24
pgsql: Do execGrouping.c via expression eval machinery, take two. Andres Freund 22:48
Re: ALTER TABLE ADD COLUMN fast default Tomas Vondra 23:23
Re: Disabling src/test/[ssl|ldap] when not building with SSL/LDAP support Michael Paquier 23:34

Feb. 17, 2018

Thread Author Time
Re: pgsql: Do execGrouping.c via expression eval machinery, take two. Andres Freund 00:03
Re: Server Crash while executing pg_replication_slot_advance (second time) 📎 Arseny Sher 02:26
Re: [HACKERS] why not parallel seq scan for slow functions Amit Kapila 02:47
Re: [HACKERS] Proposal: generic WAL compression 📎 Oleg Ivanov 07:31
Re: [HACKERS] Runtime Partition Pruning 📎 David Rowley 08:57
Re: [HACKERS] Bug in to_timestamp(). 📎 Arthur Zakirov 09:02
pgbench - allow to specify scale as a size 📎 Fabien COELHO 09:20
Re: [HACKERS] path toward faster partition pruning 📎 David Rowley 09:24
Re: [HACKERS] path toward faster partition pruning David Rowley 09:39
Re: pgbench - allow to specify scale as a size Erik Rijkers 11:30
Re: Disabling src/test/[ssl|ldap] when not building with SSL/LDAP support 📎 Michael Paquier 13:48
Documenting PROVE_TESTS in section of TAP tests 📎 Michael Paquier 14:03
Re: pgbench - allow to specify scale as a size 📎 Fabien COELHO 14:50
Re: missing toast table for pg_policy Joe Conway 15:18
Re: pgbench - allow to specify scale as a size Tom Lane 16:26
Re: missing toast table for pg_policy Tom Lane 16:39
Re: missing toast table for pg_policy Andres Freund 16:52
Re: pgbench - allow to specify scale as a size Alvaro Hernandez 16:55
Re: missing toast table for pg_policy Tom Lane 17:15
Re: pgbench - allow to specify scale as a size Tom Lane 17:17
Re: pgbench - allow to specify scale as a size Alvaro Hernandez 17:22
Re: pgbench - allow to specify scale as a size Fabien COELHO 17:33
Re: pgbench - allow to specify scale as a size Fabien COELHO 17:37
Re: pgbench - allow to specify scale as a size Alvaro Hernandez 17:40
Re: master check fails on Windows Server 2008 📎 Marina Polyakova 18:42
Proposal for changes in official Docker image Максим Кольцов 19:47
Re: [HACKERS] Cache lookup errors with functions manipulation object addresses Alvaro Herrera 22:17
Re: [HACKERS] path toward faster partition pruning 📎 David Rowley 22:54
Re: missing toast table for pg_policy Michael Paquier 23:48
Re: missing toast table for pg_policy Andres Freund 23:52

Feb. 18, 2018

Thread Author Time
Re: missing toast table for pg_policy Michael Paquier 00:53
Re: [HACKERS] path toward faster partition pruning David Rowley 02:25
Re: BUG #15044: materialized views incompatibility with logical replication in postgres 10 📎 Peter Eisentraut 03:43
Re: ALTER TABLE ADD COLUMN fast default David Rowley 04:22
different results from plpgsql functions related to last changes in master Pavel Stehule 04:58
Re: [HACKERS] MERGE SQL Statement for PG11 📎 Andreas Seltenreich 11:18
Re: [HACKERS] Can ICU be used for a database's default sort order? Michail Nikolaev 13:43
Re: missing toast table for pg_policy 📎 Joe Conway 15:43
Re: missing toast table for pg_policy Tom Lane 16:18
Re: different results from plpgsql functions related to last changes in master Tom Lane 16:48
Re: different results from plpgsql functions related to last changes in master Pavel Stehule 16:51
Re: [HACKERS] Bug in to_timestamp(). Dmitry Dolgov 17:49
Re: missing toast table for pg_policy Joe Conway 18:33

Feb. 19, 2018

Thread Author Time
Re: [HACKERS] Cache lookup errors with functions manipulation object addresses Michael Paquier 00:39
Re: TODO item: WAL replay of CREATE TABLESPACE with differing directory structure Patrick Krecker 00:43
Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan 00:48
Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath Tomas Vondra 02:11
Re: ALTER TABLE ADD COLUMN fast default David Rowley 02:48
RE: [bug fix] Cascaded standby cannot start after a clean shutdown 📎 Tsunakawa, Takayuki 03:01
Re: Documenting PROVE_TESTS in section of TAP tests Craig Ringer 03:21
Re: TODO item: WAL replay of CREATE TABLESPACE with differing directory structure Michael Paquier 03:28
Re: spelling of enable_partition_wise_join Ashutosh Bapat 03:38
Re: Creation of wiki page for open items of v11 Michael Paquier 03:42
Re: [HACKERS] why not parallel seq scan for slow functions Ashutosh Bapat 04:05
Re: non-bulk inserts and tuple routing 📎 Amit Langote 04:19
Re: [HACKERS] why not parallel seq scan for slow functions Ashutosh Bapat 04:26
Re: [HACKERS] path toward faster partition pruning Amit Langote 04:59
Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath David Rowley 05:01
Re: Server Crash while executing pg_replication_slot_advance (second time) Masahiko Sawada 05:50
Re: [HACKERS] Partition-wise aggregation/grouping Ashutosh Bapat 06:32
Re: [PATCH] Add missing type conversion functions for PL/Python Anthony Bykov 06:37
[doc fix] Correct calculation of vm.nr_hugepages 📎 Tsunakawa, Takayuki 07:05
Re: spelling of enable_partition_wise_join Ashutosh Bapat 07:40
Re: pgbench - allow to specify scale as a size Fabien COELHO 07:43
Re: [HACKERS] Removing [Merge]Append nodes which contain a single subpath 📎 David Rowley 09:02
Re: [HACKERS] path toward faster partition pruning 📎 Amit Langote 09:19
extern keyword incorrectly used in some function definitions 📎 David Rowley 09:40
NEXT VALUE FOR sequence 📎 Laurenz Albe 12:03
Re: Prefix operator for text and spgist support Arthur Zakirov 12:06
Re: [doc fix] Correct calculation of vm.nr_hugepages Justin Pryzby 12:16
Tracking object modification time using event triggers Alexander Levsha 12:37
Re: NEXT VALUE FOR sequence Daniel Verite 13:21
Re: [HACKERS] path toward faster partition pruning David Rowley 13:40
SHA-2 functions 📎 Peter Eisentraut 13:43
Re: SHA-2 functions Aleksander Alekseev 14:06
[PROPOSAL] Nepali Snowball dictionary 📎 Arthur Zakirov 14:08
Re: Contention preventing locking 📎 Konstantin Knizhnik 14:10
Re: SHA-2 functions Joe Conway 14:11
Re: Prefix operator for text and spgist support 📎 Ildus Kurbangaliev 14:19
Re: CURRENT OF causes an error when IndexOnlyScan is used 📎 Anastasia Lubennikova 14:36
Re: autovacuum: change priority of the vacuumed tables Ildus Kurbangaliev 14:38
Re: [PROPOSAL] Nepali Snowball dictionary Tom Lane 15:43
Re: NEXT VALUE FOR sequence Tom Lane 15:58
Re: autovacuum: change priority of the vacuumed tables Tomas Vondra 16:00
Re: missing toast table for pg_policy 📎 Joe Conway 16:33
Re: pgbench - allow to specify scale as a size Mark Wong 17:00
Re: extern keyword incorrectly used in some function definitions Tom Lane 17:09
Re: pgbench - allow to specify scale as a size Fabien COELHO 17:27
Re: unique indexes on partitioned tables 📎 Jaime Casanova 18:16
pgbench - test whether a variable exists 📎 Fabien COELHO 18:23
Re: unique indexes on partitioned tables Alvaro Herrera 18:54
Re: JIT compiling with LLVM v10.1 Jesper Pedersen 18:55
Re: SHA-2 functions Peter Eisentraut 20:02
pgsql: Allow UNIQUE indexes on partitioned tables Alvaro Herrera 20:40
Option to ensure monotonic timestamps Brent Kerby 20:42
Re: unique indexes on partitioned tables Alvaro Herrera 20:45
Re: [PROPOSAL] Nepali Snowball dictionary Arthur Zakirov 21:01
Re: [HACKERS] Vacuum: allow usage of more than 1GB of work mem Claudio Freire 21:50
Re: pgsql: Allow UNIQUE indexes on partitioned tables David G. Johnston 22:16
Re: [PROPOSAL] Nepali Snowball dictionary Oleg Bartunov 22:28

Feb. 20, 2018

Thread Author Time
Re: missing toast table for pg_policy Michael Paquier 00:21
Re: SHA-2 functions Michael Paquier 00:26
Changing default value of wal_sync_method to open_datasync on Linux 📎 Tsunakawa, Takayuki 00:27
Re: Changing default value of wal_sync_method to open_datasync on Linux Andres Freund 00:33
Re: master check fails on Windows Server 2008 Tom Lane 00:37
Re: Changing default value of wal_sync_method to open_datasync on Linux Mark Kirkwood 00:57
RE: Changing default value of wal_sync_method to open_datasync on Linux Tsunakawa, Takayuki 01:09
Re: master check fails on Windows Server 2008 Peter Geoghegan 01:21
Typo in procarray.c 📎 Masahiko Sawada 01:47
RE: Changing default value of wal_sync_method to open_datasync on Linux Tsunakawa, Takayuki 01:56
Re: Server crash in pg_replication_slot_advance function Alvaro Herrera 02:03
Re: SHA-2 functions Michael Paquier 02:07
Re: Changing default value of wal_sync_method to open_datasync on Linux Andres Freund 02:16
RE: [doc fix] Correct calculation of vm.nr_hugepages 📎 Tsunakawa, Takayuki 02:43
Re: ALTER TABLE ADD COLUMN fast default 📎 Andrew Dunstan 06:33
Re: ALTER TABLE ADD COLUMN fast default Andres Freund 06:42
Re: [WIP PATCH] Index scan offset optimisation using visibility map Andrey Borodin 06:45
Re: ALTER TABLE ADD COLUMN fast default Andrew Dunstan 06:59
Re: [HACKERS] path toward faster partition pruning 📎 Amit Langote 07:04
Re: [HACKERS] path toward faster partition pruning Rajkumar Raghuwanshi 07:56
Re: [HACKERS] [PATCH] Vacuum: Update FSM more frequently Masahiko Sawada 08:04
Re: [HACKERS] path toward faster partition pruning 📎 Amit Langote 08:21
Re: Expression errors with "FOR UPDATE" and postgres_fdw with partition wise join enabled. 📎 Ashutosh Bapat 09:13
Re: unique indexes on partitioned tables 📎 Amit Langote 09:24
Re: CURRENT OF causes an error when IndexOnlyScan is used Aleksander Alekseev 09:52
Re: pgbench - allow to specify scale as a size 📎 Fabien COELHO 10:06
Re: ALTER TABLE ADD COLUMN fast default David Rowley 10:10
Re: non-bulk inserts and tuple routing 📎 Etsuro Fujita 10:40
Re: [HACKERS] Runtime Partition Pruning Rajkumar Raghuwanshi 10:46
Re: Typo in procarray.c Magnus Hagander 11:04

Browse Archives

Prev | Next