pgsql-hackers before 2015-12-29 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. 24, 2015

Thread Author Time
Re: Combining Aggregates David Rowley 01:28
Re: Combining Aggregates David Rowley 01:56
Re: Combining Aggregates David Rowley 02:12
Re: COPY FREEZE and PD_ALL_VISIBLE Michael Paquier 02:14
Re: Remove Windows crash dump support? Craig Ringer 02:14
Re: HINTing on UPDATE foo SET foo.bar = ..; Michael Paquier 02:15
Re: Remove Windows crash dump support? Joshua D. Drake 02:18
Re: Remove Windows crash dump support? Craig Ringer 02:18
Re: WIP: Fix parallel workers connection bug in pg_dump (Bug #13727) Michael Paquier 02:20
Re: Experimental evaluation of PostgreSQL's query optimizer Craig Ringer 02:21
Re: On-demand running query plans using auto_explain and signals Michael Paquier 02:23
Re: proposal: function parse_ident Michael Paquier 02:26
Re: Combining Aggregates Haribabu Kommi 02:30
Re: RFC: replace pg_stat_activity.waiting with something more descriptive Michael Paquier 02:32
Re: pam auth - add rhost item Michael Paquier 02:35
Re: Using quicksort for every external sort run Michael Paquier 02:39
Re: Performance improvement for joins where outer side is unique Michael Paquier 02:42
Re: PATCH: use foreign keys to improve join estimates v1 Michael Paquier 02:45
Re: A Typo in regress/sql/privileges.sql Amit Langote 02:46
Re: onlyvalue aggregate (was: First Aggregate Funtion?) Michael Paquier 02:49
Re: Speed up Clog Access by increasing CLOG buffers Michael Paquier 02:50
Re: Tsvector editing functions Michael Paquier 02:55
Re: Move PinBuffer and UnpinBuffer to atomics Michael Paquier 02:56
Re: Spurious standby query cancellations Michael Paquier 02:58
Re: Support for N synchronous standby servers - take 2 Michael Paquier 03:00
Re: Transactions involving multiple postgres foreign servers Michael Paquier 03:02
Re: plpgsql - DECLARE - cannot to use %TYPE or %ROWTYPE for composite types Michael Paquier 03:02
Re: PATCH: index-only scans with partial indexes Michael Paquier 03:05
Re: Commit fest status for 2015-11 Michael Paquier 03:09
Re: COPY FREEZE and PD_ALL_VISIBLE Jeff Janes 03:24
Re: PATCH: index-only scans with partial indexes Tomas Vondra 03:29
Re: PATCH: use foreign keys to improve join estimates v1 Tomas Vondra 03:32
Re: Using quicksort for every external sort run 📎 Peter Geoghegan 03:48
Re: Additional role attributes && superuser review Noah Misch 04:05
Re: pg_hba_lookup function to get all matching pg_hba.conf entries 📎 Haribabu Kommi 04:16
Re: PATCH: use foreign keys to improve join estimates v1 David Rowley 04:23
Re: On-demand running query plans using auto_explain and signals Pavel Stehule 04:57
Re: Using quicksort for every external sort run Peter Geoghegan 05:26
Re: Spurious standby query cancellations Jeff Janes 05:40
Re: Let PostgreSQL's On Schedule checkpoint write buffer smooth spread cycle by tuning IsCheckpointOnSchedule? Fabien COELHO 06:28
Re: pgbench - allow backslash-continuations in custom scripts Fabien COELHO 06:40
Re: Additional role attributes && superuser review Amit Langote 06:59
Re: On-demand running query plans using auto_explain and signals Michael Paquier 07:36
Typo in pg_rewind.sgml 📎 Michael Paquier 07:45
Re: Patch: ResourceOwner optimization for tables with many partitions 📎 Aleksander Alekseev 08:19
Re: Remove Windows crash dump support? Dave Page 08:57
Re: Patch: ResourceOwner optimization for tables with many partitions 📎 Aleksander Alekseev 09:24
Comment typo in pg_dump.h 📎 Amit Langote 09:26
Re: Transactions involving multiple postgres foreign servers Ashutosh Bapat 10:03
Re: WIP: bloom filter in Hash Joins with batches Aleksander Alekseev 11:43
Re: [PATCH] Refactoring of LWLock tranches 📎 Ildus Kurbangaliev 12:20
Re: Review: GiST support for UUIDs 📎 Ildus Kurbangaliev 12:32
Re: Transactions involving multiple postgres foreign servers Michael Paquier 12:42
Re: Commit fest status for 2015-11 Michael Paquier 12:45
Re: WIP: bloom filter in Hash Joins with batches Simon Riggs 13:51
Re: WIP: Rework access method interface 📎 Alexander Korotkov 13:57
Re: [PROPOSAL] Backup and recovery of pg_statistic Dmitry Ivanov 14:28
Re: Commit fest status for 2015-11 Tom Lane 15:18
Patch: pg_trgm: gin index scan performance for similarity search 📎 Fornaroli Christophe 15:28
Re: Typo in pg_rewind.sgml Tom Lane 15:43
Re: Comment typo in pg_dump.h Tom Lane 15:44
Re: BRIN cost estimate Emre Hasegeli 16:39
Re: WIP: bloom filter in Hash Joins with batches Tomas Vondra 16:55
Re: Commit fest status for 2015-11 Tomas Vondra 16:56
missing "SPI_finish" that isn't missing Chapman Flack 18:01
Re: Patch: pg_trgm: gin index scan performance for similarity search Alexander Korotkov 18:06
Re: Commit fest status for 2015-11 Alexander Korotkov 18:42
Re: Support for N synchronous standby servers - take 2 📎 Masahiko Sawada 19:50
ALTER ROLE SET/RESET for multiple options 📎 Masahiko Sawada 20:11
Re: Spurious standby query cancellations 📎 Jeff Janes 20:15
Re: Commit fest status for 2015-11 Gavin Flower 20:20
Re: BRIN cost estimate 📎 Emre Hasegeli 21:17
Re: missing "SPI_finish" that isn't missing Tom Lane 21:37
Re: Support for N synchronous standby servers - take 2 Thomas Munro 22:21
Re: [POC] FETCH limited by bytes. Corey Huinker 23:31

Dec. 25, 2015

Thread Author Time
Re: Comment typo in pg_dump.h Amit Langote 00:15
Re: Speed up Clog Access by increasing CLOG buffers Robert Haas 01:06
Re: Combining Aggregates Robert Haas 01:10
Re: pgbench - allow backslash-continuations in custom scripts Kyotaro HORIGUCHI 05:18
Re: [POC] FETCH limited by bytes. Kyotaro HORIGUCHI 05:31
MergeAttributes type (mod) conflict error detail 📎 Amit Langote 07:45
Re: Optimization for updating foreign tables in Postgres FDW 📎 Etsuro Fujita 10:00
Re: Patch: pg_trgm: gin index scan performance for similarity search Teodor Sigaev 10:10
Re: Patch: pg_trgm: gin index scan performance for similarity search Fornaroli Christophe 10:19
Re: Review: GiST support for UUIDs Teodor Sigaev 10:34
Re: Review: GiST support for UUIDs 📎 Ildus Kurbangaliev 11:23
Re: Commit fest status for 2015-11 Michael Paquier 11:32
Re: Remove Windows crash dump support? Michael Paquier 11:45
Re: Remove Windows crash dump support? Craig Ringer 11:57
Re: [PROPOSAL] VACUUM Progress Checker. 📎 Vinayak Pokale 12:46
Performance degradation in commit ac1d794 Васильев Дмитрий 17:08
Re: Performance degradation in commit ac1d794 Andres Freund 17:18
Re: Performance degradation in commit ac1d794 Васильев Дмитрий 17:27
Re: Performance degradation in commit ac1d794 Васильев Дмитрий 17:34
Re: Performance degradation in commit ac1d794 Andres Freund 17:44
Re: Performance degradation in commit ac1d794 Васильев Дмитрий 17:53
Re: MergeAttributes type (mod) conflict error detail Tom Lane 18:05
Re: Performance degradation in commit ac1d794 Tom Lane 18:10
Re: Performance degradation in commit ac1d794 Andres Freund 18:20
Re: Performance degradation in commit ac1d794 Tom Lane 18:28
Re: Performance degradation in commit ac1d794 Васильев Дмитрий 19:42
Re: Performance degradation in commit ac1d794 Васильев Дмитрий 19:52
Re: Commit fest status for 2015-11 David Fetter 19:55
Re: Performance degradation in commit ac1d794 Andres Freund 21:13
Re: Performance degradation in commit ac1d794 Tom Lane 21:29
9.5rc1 brin_summarize_new_values Jeff Janes 22:10

Dec. 26, 2015

Thread Author Time
Re: [patch] Proposal for \crosstabview in psql Pavel Stehule 05:01
Re: [patch] Proposal for \crosstabview in psql Pavel Stehule 08:17
Re: [POC] FETCH limited by bytes. Corey Huinker 09:08
Re: [POC] FETCH limited by bytes. Vladimir Sitnikov 11:16
Re: Performance degradation in commit ac1d794 Andres Freund 11:22
Re: Performance degradation in commit ac1d794 Andres Freund 12:11
Re: 9.5rc1 brin_summarize_new_values 📎 Michael Paquier 15:08
Re: Performance degradation in commit ac1d794 Tom Lane 16:06
Re: 9.5rc1 brin_summarize_new_values Tom Lane 16:27
POC, WIP: OR-clause support for indexes 📎 Teodor Sigaev 18:04
Re: MergeAttributes type (mod) conflict error detail Tom Lane 18:11
Re: POC, WIP: OR-clause support for indexes Feng Tian 18:40
Re: POC, WIP: OR-clause support for indexes Teodor Sigaev 19:25
Re: exposing pg_controldata and pg_config as functions 📎 Joe Conway 20:39
Re: Add numeric_trim(numeric) Pavel Stehule 20:44

Dec. 27, 2015

Thread Author Time
Re: 9.5rc1 brin_summarize_new_values Jeff Janes 00:04
Re: 9.5rc1 brin_summarize_new_values Alvaro Herrera 00:57
oldest/newestCommitTs output by pg_controldata Joe Conway 01:08
Re: [POC] FETCH limited by bytes. Corey Huinker 01:45
Re: WIP: Covering + unique indexes. Jeff Janes 01:58
Re: oldest/newestCommitTs output by pg_controldata Michael Paquier 02:32
Re: 9.5rc1 brin_summarize_new_values Michael Paquier 02:44
Re: WIP: Covering + unique indexes. Jeff Janes 04:44
Re: Fuzzy substring searching with the pg_trgm extension Jeff Janes 05:12
Re: [POC] FETCH limited by bytes. Vladimir Sitnikov 06:44
Re: Add numeric_trim(numeric) 📎 Pavel Stehule 07:11
Re: Check for interrupts in bf and xdes crypt() Jeff Janes 14:53
Avoid endless futile table locks in vacuuming. 📎 Jeff Janes 15:50
Re: Check for interrupts in bf and xdes crypt() Alvaro Herrera 16:05
Re: pam auth - add rhost item Grzegorz Sampolski 16:31
Re: Avoid endless futile table locks in vacuuming. Tom Lane 18:33
Re: Fuzzy substring searching with the pg_trgm extension 📎 Artur Zakirov 19:17
Minor additional changes to 9.5's INSERT documentation 📎 Peter Geoghegan 22:20

Dec. 28, 2015

Thread Author Time
Re: MergeAttributes type (mod) conflict error detail Amit Langote 00:24
Re: [PROPOSAL] VACUUM Progress Checker. Amit Langote 00:31
Re: WIP: bloom filter in Hash Joins with batches David Rowley 02:15
Re: Remove Windows crash dump support? Amit Kapila 06:22
Re: Minor code improvements to create_foreignscan_plan/ExecInitForeignScan 📎 Etsuro Fujita 06:50
Re: Remove Windows crash dump support? Feng Tian 07:01
request patch pg_recvlogical.c, pg_receivexlog.c for nls Ioseph Kim 08:07
Patch to fix misspellings of the word "segment" 📎 David Rowley 08:35
Re: Patch: fix lock contention for HASHHDR.mutex 📎 Aleksander Alekseev 09:01
Re: Freeze avoidance of very large table. Masahiko Sawada 09:38
Re: pg_hba_lookup function to get all matching pg_hba.conf entries Shulgin, Oleksandr 10:09
Re: WIP: bloom filter in Hash Joins with batches Tomas Vondra 10:23
Fix compiler warnings in Cube Extension 📎 David Rowley 10:26
Re: WIP: bloom filter in Hash Joins with batches David Rowley 10:38
Re: WIP: bloom filter in Hash Joins with batches Tomas Vondra 10:44
Re: WIP: bloom filter in Hash Joins with batches David Rowley 10:52
Re: [PATCH] Refactoring of LWLock tranches Amit Kapila 11:17
Re: WIP: bloom filter in Hash Joins with batches Tomas Vondra 11:18
Re: Performance degradation in commit ac1d794 Amit Kapila 12:24
pg_upgrade tests running calling psql without --no-psqlrc 📎 Michael Paquier 13:21
Re: request patch pg_recvlogical.c, pg_receivexlog.c for nls 📎 Michael Paquier 13:33
Re: request patch pg_recvlogical.c, pg_receivexlog.c for nls Alvaro Herrera 13:54
Re: pg_upgrade tests running calling psql without --no-psqlrc Pavel Stehule 13:57
Re: [PROPOSAL] Backup and recovery of pg_statistic 📎 Dmitry Ivanov 14:45
Re: pam auth - add rhost item Grzegorz Sampolski 14:57
Re: pam auth - add rhost item Grzegorz Sampolski 15:01
Re: pgbench stats per script & other stuff Michael Paquier 15:39
Re: 9.5rc1 brin_summarize_new_values 📎 Alvaro Herrera 15:50
Re: 9.5rc1 brin_summarize_new_values Tom Lane 16:09
Re: custom function for converting human readable sizes to bytes Shulgin, Oleksandr 16:45
Re: pg_upgrade tests running calling psql without --no-psqlrc Tom Lane 16:47
Re: oldest/newestCommitTs output by pg_controldata Joe Conway 16:55
Re: oldest/newestCommitTs output by pg_controldata Tom Lane 17:03
Re: oldest/newestCommitTs output by pg_controldata Joe Conway 17:46
Re: oldest/newestCommitTs output by pg_controldata Alvaro Herrera 17:53
Re: oldest/newestCommitTs output by pg_controldata 📎 Joe Conway 18:21
Re: oldest/newestCommitTs output by pg_controldata Tom Lane 18:23
pgsql: Document brin_summarize_new_pages Alvaro Herrera 18:29
Re: oldest/newestCommitTs output by pg_controldata Alvaro Herrera 18:30
Re: 9.5rc1 brin_summarize_new_values Alvaro Herrera 18:31
Re: oldest/newestCommitTs output by pg_controldata Joe Conway 18:35
Re: Fix compiler warnings in Cube Extension Tom Lane 18:38
Re: On columnar storage (2) Alvaro Herrera 19:15
Re: On columnar storage (2) Alvaro Herrera 19:35
Re: oldest/newestCommitTs output by pg_controldata 📎 Joe Conway 19:44
Re: oldest/newestCommitTs output by pg_controldata Tom Lane 19:48
Re: pam auth - add rhost item David Fetter 20:07
Re: oldest/newestCommitTs output by pg_controldata Joe Conway 20:36
Some 9.5beta2 backend processes not terminating properly? Shay Rojansky 20:49
Re: missing "SPI_finish" that isn't missing Chapman Flack 21:41
Re: Fix compiler warnings in Cube Extension David Rowley 21:52
Re: Avoid endless futile table locks in vacuuming. 📎 Tom Lane 22:12
Re: missing "SPI_finish" that isn't missing Tom Lane 22:24
Re: pgbench stats per script & other stuff Fabien COELHO 22:29
Testing Postgresql 9.5 RC1 with Alfresco 5.0.d Boriss Mejias 22:56
Re: Using quicksort for every external sort run 📎 Peter Geoghegan 23:03
Re: Some 9.5beta2 backend processes not terminating properly? Tom Lane 23:08
Re: GIN pending list clean up exposure to SQL 📎 Jeff Janes 23:30
Re: pam auth - add rhost item 📎 Grzegorz Sampolski 23:46
Re: Patch to fix misspellings of the word "segment" 📎 David Rowley 23:50
Re: pam auth - add rhost item David Fetter 23:57

Browse Archives

Prev | Next