pgsql-hackers since 2015-12-17 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

Dec. 17, 2015

Thread Author Time
Re: Remove array_nulls? Robert Haas 00:01
Re: Performance improvement for joins where outer side is unique Tomas Vondra 00:17
Re: Multi-tenancy with RLS 📎 Haribabu Kommi 01:46
Re: [PATCH] Logical decoding support for sequence advances Craig Ringer 02:08
Re: Proposal: custom compression methods Michael Paquier 03:23
Re: Remove array_nulls? Jim Nasby 03:48
Re: Proposal: custom compression methods Jim Nasby 03:57
Re: Disabling an index temporarily Jim Nasby 04:05
Re: extend pgbench expressions with functions Michael Paquier 04:42
A Typo in regress/sql/privileges.sql 📎 Tatsuro Yamada 04:51
Re: extend pgbench expressions with functions Alvaro Herrera 04:54
Re: extend pgbench expressions with functions 📎 Michael Paquier 04:57
Re: extend pgbench expressions with functions Michael Paquier 04:59
Re: parallel joins, and better parallel explain Amit Kapila 05:33
Re: Making tab-complete.c easier to maintain Kyotaro HORIGUCHI 06:06
Re: Performance improvement for joins where outer side is unique Simon Riggs 06:11
Re: Freeze avoidance of very large table. Michael Paquier 06:17
Re: Making tab-complete.c easier to maintain Michael Paquier 06:24
Re: Freeze avoidance of very large table. Simon Riggs 06:44
Re: Improving replay of XLOG_BTREE_VACUUM records Michael Paquier 06:52
Re: Freeze avoidance of very large table. Michael Paquier 06:56
Re: Freeze avoidance of very large table. Andres Freund 07:10
Re: Refactoring speculative insertion with unique indexes a little Michael Paquier 07:20
Re: Freeze avoidance of very large table. Michael Paquier 07:22
Re: Freeze avoidance of very large table. Andres Freund 07:26
Re: Refactoring speculative insertion with unique indexes a little Peter Geoghegan 07:44
pg_tables bug? Gaetano Mendola 07:54
Re: Refactoring speculative insertion with unique indexes a little Peter Geoghegan 07:55
A question regarding LWLock in ProcSleep Kenan Yao 08:21
Re: Getting sorted data from foreign server for merge join 📎 Ashutosh Bapat 08:32
Re: extend pgbench expressions with functions Fabien COELHO 09:02
Re: Making tab-complete.c easier to maintain 📎 Thomas Munro 09:04
Re: On-demand running query plans using auto_explain and signals Shulgin, Oleksandr 09:45
Re: WIP: bloom filter in Hash Joins with batches Shulgin, Oleksandr 09:50
Re: WIP: bloom filter in Hash Joins with batches Simon Riggs 10:44
Re: POC: Cache data in GetSnapshotData() 📎 Mithun Cy 11:15
Re: extend pgbench expressions with functions Michael Paquier 11:45
Re: pg_tables bug? Michael Paquier 11:56
Small fix in pg_rewind (redundant declaration) YUriy Zhuravlev 12:23
Re: Combining Aggregates 📎 David Rowley 12:28
Re: Performance improvement for joins where outer side is unique 📎 David Rowley 13:17
Re: extend pgbench expressions with functions Fabien COELHO 13:33
Re: parallel joins, and better parallel explain 📎 Dilip Kumar 14:32
Re: pg_tables bug? Tom Lane 14:36
Re: Clarify vacuum verbose message Robert Haas 14:42
Re: Patch: fix lock contention for HASHHDR.mutex Robert Haas 14:47
Re: Patch: fix lock contention for HASHHDR.mutex Andres Freund 15:14
Re: WIP: bloom filter in Hash Joins with batches Tomas Vondra 15:34
Re: Inaccurate results from numeric ln(), log(), exp() and pow() Dean Rasheed 15:38
Re: WIP: bloom filter in Hash Joins with batches Tomas Vondra 16:00
Re: Patch: fix lock contention for HASHHDR.mutex 📎 Aleksander Alekseev 16:03
Re: Using a single standalone-backend run in initdb (was Re: Bootstrap DATA is a pita) 📎 Tom Lane 16:19
Fwd: Cluster "stuck" in "not accepting commands to avoid wraparound data loss" Jeff Janes 17:04
Re: Let PostgreSQL's On Schedule checkpoint write buffer smooth spread cycle by tuning IsCheckpointOnSchedule? Robert Haas 17:07
Re: Fwd: Cluster "stuck" in "not accepting commands to avoid wraparound data loss" Andres Freund 17:14
Re: Should TIDs be typbyval = FLOAT8PASSBYVAL to speed up CREATE INDEX CONCURRENTLY? Corey Huinker 17:29
Re: Cluster "stuck" in "not accepting commands to avoid wraparound data loss" Jeff Janes 17:31
Re: Fwd: Cluster "stuck" in "not accepting commands to avoid wraparound data loss" Robert Haas 18:08
Re: Patch: fix lock contention for HASHHDR.mutex Robert Haas 18:11
Re: Inaccurate results from numeric ln(), log(), exp() and pow() Robert Haas 18:12
Re: Freeze avoidance of very large table. 📎 Masahiko Sawada 18:17
Re: Fwd: Cluster "stuck" in "not accepting commands to avoid wraparound data loss" Andres Freund 18:20
Re: PATCH: postpone building buckets to the end of Hash (in HashJoin) Robert Haas 18:20
Re: Support for N synchronous standby servers - take 2 📎 Masahiko Sawada 18:38
psql - -dry-run option Pavel Stehule 18:43
Re: Declarative partitioning Robert Haas 18:56
Re: Fwd: Cluster "stuck" in "not accepting commands to avoid wraparound data loss" Robert Haas 18:58
Re: psql - -dry-run option Tom Lane 19:03
Re: psql - -dry-run option Pavel Stehule 19:14
Re: psql - -dry-run option Pavel Stehule 19:16
Re: Should TIDs be typbyval = FLOAT8PASSBYVAL to speed up CREATE INDEX CONCURRENTLY? Peter Geoghegan 19:42
Re: [patch] Proposal for \rotate in psql Pavel Stehule 19:52
Re: [patch] Proposal for \rotate in psql Pavel Stehule 19:58
Re: psql - -dry-run option Christopher Browne 19:58
Re: psql - -dry-run option Tom Lane 20:13
Re: psql - -dry-run option Joe Conway 20:19
Re: [patch] Proposal for \rotate in psql Pavel Stehule 20:33
broken autocomplete in head Pavel Stehule 20:47
Re: psql - -dry-run option Alvaro Herrera 20:47
Re: [PoC] Asynchronous execution again (which is not parallel) Mart Kelder 20:56
Re: PATCH: postpone building buckets to the end of Hash (in HashJoin) Tomas Vondra 21:28
Re: Remove array_nulls? Robert Haas 21:31
Re: broken autocomplete in head Tom Lane 21:56
Re: Function and view to retrieve WAL receiver status Robert Haas 23:39

Dec. 18, 2015

Thread Author Time
Re: extend pgbench expressions with functions Michael Paquier 00:08
Re: extend pgbench expressions with functions Michael Paquier 00:09
Re: Small fix in pg_rewind (redundant declaration) Michael Paquier 01:07
Re: Small fix in pg_rewind (redundant declaration) Tom Lane 01:22
Re: parallel joins, and better parallel explain Robert Haas 02:29
Re: Small fix in pg_rewind (redundant declaration) Michael Paquier 02:51
Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates 📎 Peter Geoghegan 04:43
[PATCH] Copy-pasteo in logical decoding 📎 Craig Ringer 04:46
Re: Patch: fix lock contention for HASHHDR.mutex Aleksander Alekseev 05:10
Re: Relation extension scalability Dilip Kumar 05:21
Re: broken autocomplete in head Pavel Stehule 05:33
Comment typo in pg_upgrade.c 📎 Amit Langote 05:53
Re: Speed up Clog Access by increasing CLOG buffers 📎 Amit Kapila 06:16
Re: Freeze avoidance of very large table. 📎 Michael Paquier 06:22
Typo in the comment above heap_prepare_freeze_tuple() 📎 Amit Langote 06:25
Re: Comment typo in pg_upgrade.c Amit Langote 06:47
Re: pg_stat_replication log positions vs base backups Michael Paquier 06:48
Re: Refactoring speculative insertion with unique indexes a little Michael Paquier 07:06
Re: Making tab-complete.c easier to maintain Michael Paquier 07:18
Re: Refactoring speculative insertion with unique indexes a little Peter Geoghegan 07:31
Re: Refactoring speculative insertion with unique indexes a little Michael Paquier 07:35
Re: Patch: fix lock contention for HASHHDR.mutex Amit Kapila 08:32
Re: Patch: fix lock contention for HASHHDR.mutex Aleksander Alekseev 08:40
Re: Patch: fix lock contention for HASHHDR.mutex Amit Kapila 08:49
Re: psql - -dry-run option Shulgin, Oleksandr 08:50
Re: parallel joins, and better parallel explain 📎 Dilip Kumar 08:54
Re: Patch: fix lock contention for HASHHDR.mutex Aleksander Alekseev 09:20
Re: Patch: fix lock contention for HASHHDR.mutex Aleksander Alekseev 10:04
Re: Patch: fix lock contention for HASHHDR.mutex Andres Freund 10:36
Re: Patch: fix lock contention for HASHHDR.mutex Aleksander Alekseev 10:57
Re: [patch] Proposal for \rotate in psql Pavel Stehule 11:06
Re: Patch: fix lock contention for HASHHDR.mutex Amit Kapila 11:25
Costing foreign joins in postgres_fdw Ashutosh Bapat 12:16
Re: Costing foreign joins in postgres_fdw Albe Laurenz 13:09
Re: statistics for array types 📎 Alexander Korotkov 13:33
Re: Patch: fix lock contention for HASHHDR.mutex Teodor Sigaev 13:46
Re: Function and view to retrieve WAL receiver status 📎 Michael Paquier 13:54
Re: Patch: fix lock contention for HASHHDR.mutex Aleksander Alekseev 14:19
Re: A question regarding LWLock in ProcSleep Amit Kapila 14:25
Re: Remove array_nulls? Robert Treat 14:52
Re: parallel joins, and better parallel explain 📎 Robert Haas 15:17
Re: Remove array_nulls? Robert Haas 15:36
Re: Patch: fix lock contention for HASHHDR.mutex Robert Haas 15:57
Re: Remove array_nulls? Alvaro Herrera 16:08
Re: Remove array_nulls? Robert Haas 16:16
Re: Remove array_nulls? Tom Lane 16:17
Re: Speed up Clog Access by increasing CLOG buffers Robert Haas 16:28
Re: Costing foreign joins in postgres_fdw Robert Haas 16:39
Re: [COMMITTERS] pgsql: Handle policies during DROP OWNED BY Stephen Frost 16:40
Re: [COMMITTERS] pgsql: Handle policies during DROP OWNED BY Robert Haas 16:41
Re: Refactoring speculative insertion with unique indexes a little Robert Haas 16:58
Re: Remove array_nulls? Andres Freund 17:02
Re: Typo in the comment above heap_prepare_freeze_tuple() Robert Haas 17:05
Re: Remove array_nulls? Robert Haas 17:06
Re: Freeze avoidance of very large table. Robert Haas 17:09
Re: Remove array_nulls? Andres Freund 17:10
Re: Remove array_nulls? Tom Lane 17:10
Re: Freeze avoidance of very large table. Robert Haas 17:10
Re: Remove array_nulls? Robert Haas 17:12
Re: Remove array_nulls? Joshua D. Drake 17:19
Re: [PATCH] Copy-pasteo in logical decoding Robert Haas 17:25
Re: Remove array_nulls? Tom Lane 17:25
Re: Remove array_nulls? Robert Haas 17:25
Re: Remove array_nulls? David G. Johnston 17:34
Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates Robert Haas 17:35
Re: Bug in TupleQueueReaderNext() ? Robert Haas 17:41
Schedule plans for upcoming Postgres releases Tom Lane 17:42
Re: Remove array_nulls? Tom Lane 17:44
Re: A typo in syncrep.c Robert Haas 17:44
Re: Patch: ResourceOwner optimization for tables with many partitions Robert Haas 17:50
Re: Using quicksort for every external sort run Robert Haas 18:12
Re: Additional LWLOCK_STATS statistics Robert Haas 18:16
Re: extend pgbench expressions with functions Robert Haas 18:32
Re: Parallel Aggregate Robert Haas 18:39
Re: Patch: ResourceOwner optimization for tables with many partitions Tom Lane 18:39
Re: A Typo in regress/sql/privileges.sql Robert Haas 18:50
Re: Using quicksort for every external sort run Peter Geoghegan 18:55
Re: A Typo in regress/sql/privileges.sql Andres Freund 18:57
Re: Refactoring speculative insertion with unique indexes a little Peter Geoghegan 19:04
Re: Re: Reusing abbreviated keys during second pass of ordered [set] aggregates Peter Geoghegan 19:22
Fuzzy substring searching with the pg_trgm extension 📎 Artur Zakirov 19:43
Re: Fuzzy substring searching with the pg_trgm extension Artur Zakirov 19:53
Re: Using quicksort for every external sort run Peter Geoghegan 19:57
Re: [patch] Proposal for \rotate in psql Daniel Verite 20:21
Re: Making tab-complete.c easier to maintain Tom Lane 20:21
Re: Making tab-complete.c easier to maintain Tom Lane 20:42
Re: Getting sorted data from foreign server for merge join 📎 Robert Haas 20:47
Re: Using quicksort for every external sort run Robert Haas 20:50
Re: A Typo in regress/sql/privileges.sql Robert Haas 20:52
Re: Refactoring speculative insertion with unique indexes a little Robert Haas 20:55
Re: Using quicksort for every external sort run Peter Geoghegan 21:10
[sqlsmith] Failing assertions in spgtextproc.c Andreas Seltenreich 21:23
Re: Refactoring speculative insertion with unique indexes a little Peter Geoghegan 21:28
Re: extend pgbench expressions with functions Fabien COELHO 21:56
Re: pg_tables bug? Gaetano Mendola 22:18
Re: pg_tables bug? Gaetano Mendola 22:55
Re: [sqlsmith] Failing assertions in spgtextproc.c Peter Geoghegan 23:07

Dec. 19, 2015

Thread Author Time
Re: pg_tables bug? Andrew Dunstan 00:50
Re: Remove array_nulls? Jim Nasby 01:13
Re: [patch] Proposal for \rotate in psql Pavel Stehule 05:55
Re: [sqlsmith] Failing assertions in spgtextproc.c Andreas Seltenreich 06:04
Re: pg_tables bug? Gaetano Mendola 07:59
Re: Making tab-complete.c easier to maintain Michael Paquier 10:11
Re: extend pgbench expressions with functions Michael Paquier 11:40
Re: Fuzzy substring searching with the pg_trgm extension Alexander Korotkov 11:44
Re: extend pgbench expressions with functions Fabien COELHO 13:32
An unlikely() experiment David Rowley 13:49
Re: An unlikely() experiment Andres Freund 14:06
Re: Making tab-complete.c easier to maintain Tom Lane 15:38
Re: [sqlsmith] Failing assertions in spgtextproc.c Tom Lane 16:01
Re: Getting sorted data from foreign server for merge join Rushabh Lathia 18:34
Re: [sqlsmith] Failing assertions in spgtextproc.c Andres Freund 18:42
Re: Costing foreign joins in postgres_fdw Albe Laurenz 20:55
Re: Making tab-complete.c easier to maintain Tom Lane 21:24
Re: [patch] Proposal for \rotate in psql 📎 Pavel Stehule 21:49
Re: Making tab-complete.c easier to maintain Michael Paquier 23:08

Browse Archives

Prev | Next