pgsql-hackers before 2015-09-10 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. 7, 2015

Thread Author Time
Re: [patch] Proposal for \rotate in psql Greg Stark 20:14
Re: [patch] Proposal for \rotate in psql Pavel Stehule 20:18
Re: PATCH: numeric timestamp in log_line_prefix Jeff Davis 20:32
Re: PATCH: numeric timestamp in log_line_prefix Alvaro Herrera 20:47
Re: PATCH: numeric timestamp in log_line_prefix Jeff Davis 20:52
Re: [patch] Proposal for \rotate in psql David G. Johnston 21:08
Re: creating extension including dependencies 📎 Petr Jelinek 21:14
Re: PATCH: numeric timestamp in log_line_prefix Jeff Davis 21:15
Re: PATCH: numeric timestamp in log_line_prefix Alvaro Herrera 21:28
Re: One question about security label command Joe Conway 21:53
Re: WIP: Rework access method interface Alexander Korotkov 22:00
Re: PATCH: numeric timestamp in log_line_prefix 📎 Jeff Davis 22:02
Re: PATCH: numeric timestamp in log_line_prefix Alvaro Herrera 22:06
Re: New functions Alvaro Herrera 22:31
Re: exposing pg_controldata and pg_config as functions Andrew Dunstan 23:21
Re: exposing pg_controldata and pg_config as functions Alvaro Herrera 23:32
Re: One question about security label command Kouhei Kaigai 23:46
Re: exposing pg_controldata and pg_config as functions Josh Berkus 23:55

Sept. 8, 2015

Thread Author Time
Re: New functions Michael Paquier 00:21
pgsql: contrib/sslinfo: add ssl_extension_info SRF Alvaro Herrera 00:24
Re: [COMMITTERS] pgsql: contrib/sslinfo: add ssl_extension_info SRF Michael Paquier 00:29
Re: New functions Alvaro Herrera 00:32
Re: [COMMITTERS] pgsql: contrib/sslinfo: add ssl_extension_info SRF Alvaro Herrera 00:32
Re: WIP: Make timestamptz_out less slow. David Rowley 00:34
Re: pg_hba_lookup function to get all matching pg_hba.conf entries Haribabu Kommi 00:57
Re: One question about security label command Joe Conway 01:14
Re: creating extension including dependencies 📎 Michael Paquier 01:44
Re: creating extension including dependencies Michael Paquier 02:06
Should TIDs be typbyval = FLOAT8PASSBYVAL to speed up CREATE INDEX CONCURRENTLY? Peter Geoghegan 02:44
Re: pageinspect patch, for showing tuple data Michael Paquier 02:53
Re: pageinspect patch, for showing tuple data Michael Paquier 02:57
Re: Should TIDs be typbyval = FLOAT8PASSBYVAL to speed up CREATE INDEX CONCURRENTLY? Tom Lane 04:03
Re: Should TIDs be typbyval = FLOAT8PASSBYVAL to speed up CREATE INDEX CONCURRENTLY? Peter Geoghegan 04:20
Re: Proposal: Implement failover on libpq connect level. Victor Wagner 04:29
Re: On-demand running query plans using auto_explain and signals 📎 Pavel Stehule 04:58
Re: psql tabcomplete - minor bugfix - tabcomplete for SET ROLE TO xxx Pavel Stehule 05:06
Re: Horizontal scalability/sharding Thomas Munro 06:25
Re: pgbench progress with timestamp Fabien COELHO 06:25
Re: Use pg_rewind when target timeline was switched 📎 Michael Paquier 07:28
Re: [HACKERS] 答复:[HACKERS] about fsync in CLOG buffer write Amit Kapila 07:37
答复:[HACKERS] 答复:[HACKERS] about fsync in CLOG buffer write 周正中 (德歌) 07:58
Re: Creating unique or "internal-use-only" column names (ColumnRef) Peter Moser 08:54
Re: Hooking at standard_join_search (Was: Re: Foreign join pushdown vs EvalPlanQual) Etsuro Fujita 09:25
Re: Hooking at standard_join_search (Was: Re: Foreign join pushdown vs EvalPlanQual) Etsuro Fujita 09:35
Re: On-demand running query plans using auto_explain and signals Shulgin, Oleksandr 09:49
Re: [PATCH] Microvacuum for gist. Teodor Sigaev 10:16
Re: [PATCH] Microvacuum for gist. 📎 Teodor Sigaev 10:47
Re: checkpointer continuous flushing Amit Kapila 10:57
Re: Speed up Clog Access by increasing CLOG buffers Amit Kapila 11:50
Re: proposal: function parse_ident Robert Haas 12:06
Re: DBT-3 with SF=20 got failed Kouhei Kaigai 12:28
Re: Small patch to fix an O(N^2) problem in foreign keys Kevin Grittner 12:49
Memory Context Info dump 📎 Rajeev rastogi 12:54
Re: proposal: function parse_ident Pavel Stehule 12:57
Re: New functions 📎 Michael Paquier 13:17
Re: Proposal: Implement failover on libpq connect level. Kevin Grittner 13:29
patch for geqo tweaks 📎 Nathan Wagner 13:44
Re: jsonb_concat: make sure we always return a non-scalar value Andrew Dunstan 13:54
Re: New functions Alvaro Herrera 14:13
Re: checkpointer continuous flushing Fabien COELHO 14:39
Re: jsonb_concat: make sure we always return a non-scalar value Teodor Sigaev 14:48
Re: jsonb_concat: make sure we always return a non-scalar value Andrew Dunstan 14:57
Re: jsonb_concat: make sure we always return a non-scalar value Thom Brown 14:57
Re: Memory Context Info dump Tom Lane 15:30
Re: patch for geqo tweaks Thom Brown 15:47
Re: Allow a per-tablespace effective_io_concurrency setting Alvaro Herrera 16:00
Re: pgbench progress with timestamp Jeff Janes 16:03
Re: Memory Context Info dump Greg Stark 16:23
Re: psql tabcomplete - minor bugfix - tabcomplete for SET ROLE TO xxx Andres Freund 16:33
Re: gin_fuzzy_search_limit and postgresql.conf.sample Robert Haas 16:35
Re: psql tabcomplete - minor bugfix - tabcomplete for SET ROLE TO xxx Alvaro Herrera 16:39
Odd/undocumented precedence of concatenation operator Shay Rojansky 16:43
Re: On-demand running query plans using auto_explain and signals 📎 Shulgin, Oleksandr 16:53
Re: gin_fuzzy_search_limit and postgresql.conf.sample Teodor Sigaev 17:00
Re: Waits monitoring Robert Haas 17:01
Re: Freeze avoidance of very large table. Robert Haas 17:22
Re: Separating Buffer LWlocks Robert Haas 17:29
Re: gin_fuzzy_search_limit and postgresql.conf.sample Fujii Masao 17:32
Re: WIP: Access method extendability Robert Haas 17:36
Re: [patch] Proposal for \rotate in psql Robert Haas 17:38
Re: exposing pg_controldata and pg_config as functions Robert Haas 17:44
Re: Horizontal scalability/sharding Robert Haas 17:52
Re: Separating Buffer LWlocks Andres Freund 17:54
Re: [patch] Proposal for \rotate in psql David G. Johnston 18:10
Re: [patch] Proposal for \rotate in psql Robert Haas 18:13
Re: Separating Buffer LWlocks Robert Haas 18:15
Re: proposal: function parse_ident Corey Huinker 18:17
Re: Separating Buffer LWlocks Andres Freund 18:19
Re: Odd/undocumented precedence of concatenation operator Tom Lane 18:20
Re: Autonomous Transaction is back Merlin Moncure 18:22
Re: Allow a per-tablespace effective_io_concurrency setting Julien Rouhaud 18:26
Re: Use pg_rewind when target timeline was switched Alexander Korotkov 18:27
Re: 答复:[HACKERS] 答复:[HACKERS] about fsync in CLOG buffer write Andres Freund 18:28
Re: Speed up Clog Access by increasing CLOG buffers Robert Haas 18:30
Re: Separating Buffer LWlocks Robert Haas 18:31
Re: Improving test coverage of extensions with pg_dump Andres Freund 18:33
Re: Separating Buffer LWlocks Andres Freund 18:35
Re: Horizontal scalability/sharding Petr Jelinek 18:40
Re: DBT-3 with SF=20 got failed Robert Haas 18:44
Re: Hooking at standard_join_search (Was: Re: Foreign join pushdown vs EvalPlanQual) Robert Haas 18:53
Re: Horizontal scalability/sharding Merlin Moncure 18:56
Re: pgsql: Improve logging of TAP tests. 📎 Stephen Frost 18:58
Re: [PATCH v2] GSSAPI encryption support 📎 Robbie Harwood 19:12
Re: Hooking at standard_join_search (Was: Re: Foreign join pushdown vs EvalPlanQual) Robert Haas 20:18
Re: exposing pg_controldata and pg_config as functions Peter Eisentraut 20:21
Re: exposing pg_controldata and pg_config as functions Peter Eisentraut 20:22
ALTER INDEX...SET tab completion 📎 Jeff Janes 20:23
Re: proposal: function parse_ident 📎 Pavel Stehule 20:40
Re: [patch] Proposal for \rotate in psql Daniel Verite 20:55
Re: exposing pg_controldata and pg_config as functions Andrew Dunstan 20:56
Re: [patch] Proposal for \rotate in psql Pavel Stehule 20:58
Re: A better translation version of Chinese for psql/po/zh_CN.po file 📎 Rugal Bernstein 21:01
Re: DBT-3 with SF=20 got failed Tomas Vondra 21:02
Re: missing locking in at least INSERT INTO view WITH CHECK Stephen Frost 21:05
Re: why can the isolation tester handle only one waiting process? 📎 Robert Haas 21:11
Re: Getting total and free disk space from paths in PGDATA Kevin Grittner 21:13
Re: pgsql: Improve logging of TAP tests. Andrew Dunstan 21:19
Re: Allow replication roles to use file access functions Stephen Frost 21:22
Re: pgsql: Improve logging of TAP tests. Stephen Frost 21:31
Re: [PATCH] Microvacuum for gist. 📎 Anastasia Lubennikova 21:35
Re: [PATCH] Microvacuum for gist. Thom Brown 22:00
Re: Proposal: Implement failover on libpq connect level. Robert Haas 22:21
Re: Summary of plans to avoid the annoyance of Freezing Jim Nasby 23:21
Re: Making tab-complete.c easier to maintain 📎 Thomas Munro 23:33
Re: Counting lines correctly in psql help displays Jim Nasby 23:41
Re: Counting lines correctly in psql help displays Tom Lane 23:55

Sept. 9, 2015

Thread Author Time
Re: Improving test coverage of extensions with pg_dump Bruce Momjian 00:21
Re: pgsql: Improve logging of TAP tests. Noah Misch 00:54
答复:[HACKERS] 答复:[HACKERS] 答复:[HACKERS] about fsync in CLOG buffer write 周正中 (德歌) 01:23
Re: Improving test coverage of extensions with pg_dump 📎 Michael Paquier 01:48
Re: snapshot too old, configured by time 📎 Steve Singer 02:02
Re: Getting total and free disk space from paths in PGDATA Michael Paquier 02:26
Re: Getting total and free disk space from paths in PGDATA Michael Paquier 03:17
Re: checkpointer continuous flushing Amit Kapila 03:31
Re: proposal: function parse_ident 📎 Pavel Stehule 03:33
Re: Counting lines correctly in psql help displays Andrew Dunstan 04:23
Re: Use pg_rewind when target timeline was switched 📎 Michael Paquier 06:01
Re: Parallel Seq Scan Haribabu Kommi 06:17
Re: Hooking at standard_join_search (Was: Re: Foreign join pushdown vs EvalPlanQual) Etsuro Fujita 06:30
Re: On-demand running query plans using auto_explain and signals Pavel Stehule 06:36
Re: [PATCH v2] GSSAPI encryption support Michael Paquier 06:57
Re: proposal: function parse_ident 📎 Pavel Stehule 07:52
Re: Odd/undocumented precedence of concatenation operator Shay Rojansky 08:09
Re: On-demand running query plans using auto_explain and signals Shulgin, Oleksandr 08:22
Re: pgbench progress with timestamp 📎 Fabien COELHO 08:35
Re: On-demand running query plans using auto_explain and signals Pavel Stehule 08:46
Re: checkpointer continuous flushing Fabien COELHO 09:01
Re: On-demand running query plans using auto_explain and signals 📎 Shulgin, Oleksandr 09:54
Re: Minor code improvements to create_foreignscan_plan/ExecInitForeignScan 📎 Etsuro Fujita 10:08
Re: Use pg_rewind when target timeline was switched 📎 Alexander Korotkov 10:13
Re: Waits monitoring Alexander Korotkov 11:21
Re: pageinspect patch, for showing tuple data Nikolay Shaplov 11:39
Re: Dependency between bgw_notify_pid and bgw_flags 📎 Ashutosh Bapat 12:14
Re: Summary of plans to avoid the annoyance of Freezing Robert Haas 12:39
Re: pgsql: Improve logging of TAP tests. 📎 Stephen Frost 12:41
Re: Summary of plans to avoid the annoyance of Freezing Greg Stark 13:03
Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file 📎 Fujii Masao 13:13
Re: Dependency between bgw_notify_pid and bgw_flags Robert Haas 13:27
Re: DBT-3 with SF=20 got failed Robert Haas 13:55
Re: [patch] Proposal for \rotate in psql Robert Haas 14:00
Re: Autonomous Transaction is back Robert Haas 14:04
Re: [patch] Proposal for \rotate in psql Pavel Stehule 14:10
Re: [HACKERS] 答复:[HACKERS] 答复:[HACKERS] about fsync in CLOG buffer write Robert Haas 14:27
Re: Counting lines correctly in psql help displays Tom Lane 14:27
Re: Re: [HACKERS] 答复:[HACKERS] 答复:[HACKERS] about fsync in CLOG buffer write Tom Lane 14:35
Re: Parallel Seq Scan Robert Haas 14:39
Re: [HACKERS] Re: [HACKERS] 答复:[HACKERS] 答复:[HACKERS] about fsync in CLOG buffer write Robert Haas 14:46
Re: checkpointer continuous flushing Robert Haas 14:49
Re: [GENERAL] Feature Request: bigtsvector Bruce Momjian 14:52
Re: Autonomous Transaction is back Merlin Moncure 15:00
Re: [PATCH] SQL function to report log message Robert Haas 15:00
Re: Counting lines correctly in psql help displays Andrew Dunstan 15:04
Re: Parallel Seq Scan Amit Kapila 15:07
Re: Parallel Seq Scan Amit Kapila 15:09
Re: Re: [HACKERS] Re: [HACKERS] 答复:[HACKERS] 答复:[HACKERS] about fsync in CLOG buffer write Andres Freund 15:14
Re: [GENERAL] Feature Request: bigtsvector Ildus Kurbangaliev 15:14
Re: [GENERAL] Feature Request: bigtsvector Bruce Momjian 15:17
Re: [PATCH] SQL function to report log message dinesh kumar 15:37
Re: jsonb_concat: make sure we always return a non-scalar value Andrew Dunstan 15:53
Re: DBT-3 with SF=20 got failed Tomas Vondra 15:54
Re: [PATCH v2] GSSAPI encryption support Robbie Harwood 16:44
Re: jsonb_concat: make sure we always return a non-scalar value Oskari Saarenmaa 17:03
Re: checkpointer continuous flushing Fabien COELHO 18:56
Latent cache flush hazard in RelationInitIndexAccessInfo Tom Lane 19:00
Re: checkpointer continuous flushing Andres Freund 19:12
Re: checkpointer continuous flushing Fabien COELHO 19:29
Re: checkpointer continuous flushing Andres Freund 19:36
Re: checkpointer continuous flushing Fabien COELHO 19:45
Re: proposal: function parse_ident Alvaro Herrera 19:55
Re: checkpointer continuous flushing Fabien COELHO 20:07
Re: Proposal: Implement failover on libpq connect level. Kevin Grittner 20:30
Re: Raising our compiler requirements for 9.6 📎 Andres Freund 21:39
Modernizing contrib/tablefunc 📎 David Fetter 22:03
Re: jsonb_concat: make sure we always return a non-scalar value Jim Nasby 22:20
Re: Modernizing contrib/tablefunc Joe Conway 22:26
Re: [PATCH] SQL function to report log message Robert Haas 22:27
Re: Parallel Seq Scan Robert Haas 22:46
Re: [PATCH] SQL function to report log message Jim Nasby 23:19
Re: [PATCH] SQL function to report log message Andres Freund 23:32
Do Layered Views/Relations Preserve Sort Order ? Charles Sheridan 23:53

Browse Archives

Prev | Next