pgsql-hackers before 2012-02-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

Feb. 6, 2012

Thread Author Time
Re: Progress on fast path sorting, btree index creation time Bruce Momjian 21:35
Re: Progress on fast path sorting, btree index creation time Jim "Decibel!" Nasby 21:53
Re: Progress on fast path sorting, btree index creation time Peter Geoghegan 22:49
semi-PoC: kNN-gist for cubes Jay Levitt 23:25
Re: Progress on fast path sorting, btree index creation time Bruce Momjian 23:43

Feb. 7, 2012

Thread Author Time
Re: \copy: unexpected response (4) Charlie 00:01
Re: Progress on fast path sorting, btree index creation time Bruce Momjian 00:21
Re: When do we lose column names? Andrew Dunstan 01:33
Re: double writes using "double-write buffer" approach [WIP] Dan Scales 05:09
incorrect handling of the timeout in pg_receivexlog 📎 Fujii Masao 05:58
Can PQstatus() be used by Application to check connection to postgres periodically? sujayr06 06:16
Re: patch for implementing SPI_gettypemod() Chetan Suttraway 07:02
Re: incorrect handling of the timeout in pg_receivexlog Fujii Masao 07:03
Re: Group commit, revised Heikki Linnakangas 08:15
Re: LWLockWaitUntilFree (was: Group commit, revised) Heikki Linnakangas 08:48
Re: double writes using "double-write buffer" approach [WIP] Amit Kapila 09:08
Re: incorrect handling of the timeout in pg_receivexlog Heikki Linnakangas 09:31
Re: incorrect handling of the timeout in pg_receivexlog Magnus Hagander 09:35
Re: incorrect handling of the timeout in pg_receivexlog Heikki Linnakangas 09:55
Re: incorrect handling of the timeout in pg_receivexlog Magnus Hagander 10:06
Re: Speed dblink using alternate libpq tuple storage Shigeru Hanada 10:25
Re: psql NUL record and field separator 📎 Peter Eisentraut 11:20
Re: Assertion failure in AtCleanup_Portals Pavan Deolasee 11:21
pg_basebackup -x stream from the standby gets stuck 📎 Fujii Masao 11:30
Re: controlling the location of server-side SSL files Peter Eisentraut 11:34
Re: patch for implementing SPI_gettypemod() Kevin Grittner 12:10
Re: patch for implementing SPI_gettypemod() Kevin Grittner 12:14
Re: patch for implementing SPI_gettypemod() Chetan Suttraway 12:40
Re: Command Triggers Simon Riggs 12:51
patch for preventing the specification of conflicting transaction read/write options 📎 Chetan Suttraway 13:02
Re: incorrect handling of the timeout in pg_receivexlog 📎 Fujii Masao 13:10
Removing special case OID generation Simon Riggs 13:46
Re: semi-PoC: kNN-gist for cubes David Fetter 13:56
Re: LWLockWaitUntilFree (was: Group commit, revised) Robert Haas 14:07
Re: Removing special case OID generation Alvaro Herrera 14:14
Re: semi-PoC: kNN-gist for cubes 📎 David Fetter 14:18
Re: Speed dblink using alternate libpq tuple storage 📎 Marko Kreen 14:44
Re: incorrect handling of the timeout in pg_receivexlog Tom Lane 14:55
Re: Removing special case OID generation Tom Lane 15:05
Re: patch for preventing the specification of conflicting transaction read/write options Kevin Grittner 15:14
Re: Speed dblink using alternate libpq tuple storage Robert Haas 15:58
Re: patch for parallel pg_dump Robert Haas 15:59
Re: incorrect handling of the timeout in pg_receivexlog Heikki Linnakangas 16:29
Re: Review of: explain / allow collecting row counts without timing info Robert Haas 16:29
Re: incorrect handling of the timeout in pg_receivexlog Magnus Hagander 16:33
Re: patch for parallel pg_dump Tom Lane 16:39
Re: double writes using "double-write buffer" approach [WIP] Greg Smith 17:04
Re: xlog location arithmetic 📎 Euler Taveira de Oliveira 17:29
Re: some longer, larger pgbench tests with various performance-related patches Greg Smith 17:39
Re: Add protransform for numeric, varbit, and temporal types Robert Haas 17:43
Re: When do we lose column names? Tom Lane 17:47
Re: Setting -Werror in CFLAGS Bruce Momjian 17:51
Bugs/slowness inserting and indexing cubes Jay Levitt 19:26
Re: Bugs/slowness inserting and indexing cubes 📎 Jay Levitt 19:28
Re: Progress on fast path sorting, btree index creation time Jay Levitt 19:39
Re: When do we lose column names? Andrew Dunstan 19:45
Re: [GENERAL] pg_dump -s dumps data?! Tom Lane 19:56
Re: When do we lose column names? Tom Lane 20:03
Text-any concatenation volatility acting as optimization barrier Marti Raudsepp 20:18
Re: random_page_cost vs seq_page_cost 📎 Bruce Momjian 20:23
Re: Text-any concatenation volatility acting as optimization barrier Andrew Dunstan 20:31
Re: Text-any concatenation volatility acting as optimization barrier Marti Raudsepp 20:36
Re: 16-bit page checksums for 9.2 Simon Riggs 20:58
Re: Text-any concatenation volatility acting as optimization barrier Andrew Dunstan 21:01
Re: Checkpoint sync pause Greg Smith 21:22
Re: patch for implementing SPI_gettypemod() Peter Eisentraut 21:25
Re: [GENERAL] pg_dump -s dumps data?! 📎 Andrew Dunstan 22:00
Re: random_page_cost vs seq_page_cost Greg Smith 22:06
Re: [HACKERS] pgindent README correction Bruce Momjian 23:40

Feb. 8, 2012

Thread Author Time
Re: random_page_cost vs seq_page_cost Bruce Momjian 00:58
Re: psql case preserving completion Bruce Momjian 01:02
Re: Add protransform for numeric, varbit, and temporal types Noah Misch 01:45
Re: Progress on fast path sorting, btree index creation time Robert Haas 02:38
Re: Add protransform for numeric, varbit, and temporal types Robert Haas 02:42
Re: patch for implementing SPI_gettypemod() Robert Haas 02:45
Re: psql case preserving completion Robert Haas 02:50
Re: Progress on fast path sorting, btree index creation time Bruce Momjian 03:10
Re: patch for parallel pg_dump Joachim Wieland 03:21
Re: 16-bit page checksums for 9.2 Noah Misch 03:24
Re: Vacuum rate limit in KBps Bruce Momjian 03:38
Re: Vacuum rate limit in KBps Bruce Momjian 03:58
Re: pgstat documentation tables Bruce Momjian 04:01
Re: Text-any concatenation volatility acting as optimization barrier Tom Lane 04:21
Re: pgstat documentation tables Tom Lane 04:29
Re: BUG #6425: Bus error in slot_deform_tuple Bridget Frey 05:08
Re: Speed dblink using alternate libpq tuple storage Shigeru Hanada 05:44
Re: pgstat documentation tables Magnus Hagander 06:17
Re: patch for preventing the specification of conflicting transaction read/write options Chetan Suttraway 06:39
Re: patch for implementing SPI_gettypemod() Chetan Suttraway 06:49
Re: Can PQstatus() be used by Application to check connection to postgres periodically? Pavel Golub 06:50
Re: patch for implementing SPI_gettypemod() 📎 Chetan Suttraway 06:58
Re: [HACKERS] pgindent README correction Magnus Hagander 08:13
Re: controlling the location of server-side SSL files Magnus Hagander 08:16
Re: Memory usage during sorting Hitoshi Harada 09:01
Re: Memory usage during sorting Hitoshi Harada 09:08
Re: random_page_cost vs seq_page_cost Benedikt Grundmann 09:28
Re: [HACKERS] pgindent README correction Dave Page 09:35
Re: Text-any concatenation volatility acting as optimization barrier 📎 Marti Raudsepp 09:53
Re: BUG #6425: Bus error in slot_deform_tuple Duncan Rance 10:01
Re: 16-bit page checksums for 9.2 Simon Riggs 11:40
Re: Speed dblink using alternate libpq tuple storage Marko Kreen 11:51
Re: pgsql_fdw, FDW for PostgreSQL server 📎 Shigeru Hanada 11:51
Re: patch : Allow toast tables to be moved to a different tablespace Christian Nicolaisen 12:17
Re: pgsql_fdw, FDW for PostgreSQL server Shigeru Hanada 12:24
Re: xlog location arithmetic Fujii Masao 12:35
Re: ecpglib use PQconnectdbParams 📎 Peter Eisentraut 12:47
Re: Can PQstatus() be used by Application to check connection to postgres periodically? Robert Haas 13:17
Re: Text-any concatenation volatility acting as optimization barrier Robert Haas 13:23
Re: Progress on fast path sorting, btree index creation time Peter Geoghegan 13:33
Re: 16-bit page checksums for 9.2 Noah Misch 14:05
Re: Add protransform for numeric, varbit, and temporal types Robert Haas 14:37
Re: Vacuum rate limit in KBps Alvaro Herrera 14:38
Re: Progress on fast path sorting, btree index creation time Tom Lane 14:51
Re: Vacuum rate limit in KBps Robert Haas 14:56
Re: Progress on fast path sorting, btree index creation time Robert Haas 15:15
Re: Progress on fast path sorting, btree index creation time Robert Haas 15:17
Re: ecpglib use PQconnectdbParams Tom Lane 15:19
Re: Progress on fast path sorting, btree index creation time Bruce Momjian 15:57
Re: Progress on fast path sorting, btree index creation time Bruce Momjian 15:59
Re: pgstat documentation tables Bruce Momjian 16:13
Re: Text-any concatenation volatility acting as optimization barrier Tom Lane 16:20
Re: Vacuum rate limit in KBps Bruce Momjian 16:22
Re: Progress on fast path sorting, btree index creation time Tom Lane 16:35
Re: Progress on fast path sorting, btree index creation time Bruce Momjian 16:37
Re: Text-any concatenation volatility acting as optimization barrier Marti Raudsepp 16:47
Re: Progress on fast path sorting, btree index creation time Peter Geoghegan 16:53
Re: Text-any concatenation volatility acting as optimization barrier Andrew Dunstan 17:23
Re: [PATCH] Enable min/max optimization for bool_and/bool_or/every Tom Lane 17:48
Re: Text-any concatenation volatility acting as optimization barrier Tom Lane 17:53
Re: Progress on fast path sorting, btree index creation time Robert Haas 17:58
Re: Vacuum rate limit in KBps Robert Haas 18:02
Re: Progress on fast path sorting, btree index creation time Tom Lane 18:20
Re: patch for parallel pg_dump Robert Haas 18:21
Re: Scaling XLog insertion (was Re: Moving more work outside WALInsertLock) Jeff Janes 18:32
pg_receivexlog and sync rep Re: Updated version of pg_receivexlog 📎 Fujii Masao 18:39
Re: Progress on fast path sorting, btree index creation time Peter Geoghegan 18:48
Re: Bugs/slowness inserting and indexing cubes Tom Lane 19:15
Re: Bugs/slowness inserting and indexing cubes Robert Haas 19:23
Re: Bugs/slowness inserting and indexing cubes Tom Lane 19:38
Re: Progress on fast path sorting, btree index creation time Peter Geoghegan 19:50
Re: Bugs/slowness inserting and indexing cubes Robert Haas 19:53
Re: Bugs/slowness inserting and indexing cubes Alexander Korotkov 20:10
Re: [GENERAL] pg_dump -s dumps data?! Tom Lane 20:31
Re: Bugs/slowness inserting and indexing cubes Tom Lane 20:36
Re: [PATCH] Enable min/max optimization for bool_and/bool_or/every 📎 Marti Raudsepp 21:13
Re: Core Extensions relocation Josh Berkus 22:14
Re: Bugs/slowness inserting and indexing cubes Tom Lane 22:17
Re: pgstat documentation tables Magnus Hagander 22:21
Re: CLOG contention, part 2 Robert Haas 23:26
Re: Progress on fast path sorting, btree index creation time Robert Haas 23:33

Feb. 9, 2012

Thread Author Time
Re: double writes using "double-write buffer" approach [WIP] Dan Scales 00:00
Re: Progress on fast path sorting, btree index creation time Peter Geoghegan 00:54
Re: patch for parallel pg_dump Joachim Wieland 00:56
Re: double writes using "double-write buffer" approach [WIP] Amit Kapila 03:11
Re: Vacuum rate limit in KBps Greg Smith 03:41
Re: psql NUL record and field separator Abhijit Menon-Sen 05:41
Re: BUG #6425: Bus error in slot_deform_tuple Duncan Rance 09:29
pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram. Heikki Linnakangas 09:42
pl/perl and utf-8 in sql_ascii databases Christoph Berg 10:21
Re: Scaling XLog insertion (was Re: Moving more work outside WALInsertLock) Fujii Masao 10:25
Re: Scaling XLog insertion (was Re: Moving more work outside WALInsertLock) Fujii Masao 11:02
Re: Add protransform for numeric, varbit, and temporal types 📎 Noah Misch 12:18
Re: Progress on fast path sorting, btree index creation time Noah Misch 12:24
Re: pg_receivexlog and sync rep Re: Updated version of pg_receivexlog Magnus Hagander 13:14
Re: [COMMITTERS] pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram. Alvaro Herrera 13:45
Re: Progress on fast path sorting, btree index creation time Robert Haas 13:50
Re: Progress on fast path sorting, btree index creation time Peter Geoghegan 14:37
Re: Vacuum rate limit in KBps Bruce Momjian 14:42
Re: Progress on fast path sorting, btree index creation time Robert Haas 14:51
Re: Progress on fast path sorting, btree index creation time Bruce Momjian 14:52
Re: BUG #6425: Bus error in slot_deform_tuple Tom Lane 15:02
Re: BUG #6425: Bus error in slot_deform_tuple Duncan Rance 15:07
Re: 16-bit page checksums for 9.2 Simon Riggs 15:16
Re: [COMMITTERS] pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram. Tom Lane 15:17
Re: Progress on fast path sorting, btree index creation time Peter Geoghegan 15:36
Notify system doesn't recover from "No space" error Kevin Grittner 16:18
index-only quals vs. security_barrier views Robert Haas 17:02
Re: Progress on fast path sorting, btree index creation time Bruce Momjian 17:16
Re: Add protransform for numeric, varbit, and temporal types Robert Haas 17:25
Re: Progress on fast path sorting, btree index creation time Peter Geoghegan 17:29
Re: Notify system doesn't recover from "No space" error Tom Lane 17:32
Re: Notify system doesn't recover from "No space" error Kevin Grittner 18:13
Re: Notify system doesn't recover from "No space" error Tom Lane 18:22
Re: [COMMITTERS] pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram. 📎 Alvaro Herrera 18:25
Re: [COMMITTERS] pgsql: Add new keywords SNAPSHOT and TYPES to the keyword list in gram. Tom Lane 18:30
Re: index-only quals vs. security_barrier views Jesper Krogh 18:33
Re: Notify system doesn't recover from "No space" error Kevin Grittner 18:37
Re: Notify system doesn't recover from "No space" error Kevin Grittner 18:43
Re: When do we lose column names? Andrew Dunstan 19:38
Re: When do we lose column names? Alvaro Herrera 19:48
Re: When do we lose column names? Tom Lane 19:54
Re: When do we lose column names? Andrew Dunstan 20:06
Re: index-only quals vs. security_barrier views Robert Haas 20:09
Re: Bugs/slowness inserting and indexing cubes Jay Levitt 20:37
psql tab completion for SELECT 📎 Peter Eisentraut 20:49
RFC: Making TRUNCATE more "MVCC-safe" 📎 Marti Raudsepp 21:11
Re: index-only quals vs. security_barrier views Jesper Krogh 21:17
Re: xlog location arithmetic 📎 Euler Taveira de Oliveira 22:00
Re: psql tab completion for SELECT Dimitri Fontaine 22:02
Patch: fix pg_dump for inherited defaults & not-null flags 📎 Tom Lane 23:21

Browse Archives

Prev | Next