pgsql.hackers (date)
August 30, 2008
- Proposal of SE-PostgreSQL patches (for CommitFest:Sep), KaiGai Kohei, 23:41
- Re: Attaching error cursor position to invalid constant values, "Brendan Jurd", 20:50
- TODO item: Implement Boyer-Moore searching (First time hacker), "David Rowley", 20:18
- Re: Attaching error cursor position to invalid constant values, "Stephen R. van den Berg", 19:29
- Attaching error cursor position to invalid constant values, Tom Lane, 16:18
- Re: Is it really such a good thing for newNode() to be a macro?, Tom Lane, 11:51
- Re: Is it really such a good thing for newNode() to be a macro?, "Stephen R. van den Berg", 06:02
August 29, 2008
- Re: Is it really such a good thing for newNode() to be a macro?, Tom Lane, 22:53
- Re: Is it really such a good thing for newNode() to be a macro?, "Alex Hunsaker", 18:46
- Re: Is it really such a good thing for newNode() to be a macro?, Tom Lane, 18:37
- Re: [patch] GUC source file and line number, Alvaro Herrera, 17:09
- Re: [patch] GUC source file and line number, Robert Treat, 17:01
- Re: Is it really such a good thing for newNode() to be a macro?, Tom Lane, 15:16
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 14:32
- Re: [PATCHES] pg_dump lock timeout, Alvaro Herrera, 13:32
- Re: Proposal: new border setting in psql, Gregory Stark, 13:07
- Window functions patch v04 for the September commit fest, "Hitoshi Harada", 13:04
- Re: Re: [COMMITTERS] pgsql: Remove all traces that suggest that a non-Bison yacc might be, Alvaro Herrera, 13:03
- Re: Re: [COMMITTERS] pgsql: Remove all traces that suggest that a non-Bison yacc might be, Alvaro Herrera, 13:00
- Re: Re: [COMMITTERS] pgsql: Remove all traces that suggest that a non-Bison yacc might be, Tom Lane, 12:48
- Re: Re: [COMMITTERS] pgsql: Remove all traces that suggest that a non-Bison yacc might be, Peter Eisentraut, 12:47
- Re: Proposal: new border setting in psql, Alvaro Herrera, 12:44
- Re: Proposal: new border setting in psql, Joshua Drake, 12:36
- Re: Proposal: new border setting in psql, "Jaime Casanova", 12:23
- Re: [COMMITTERS] pgsql: Remove all traces that suggest that a non-Bison yacc might be, Alvaro Herrera, 12:22
- Re: New FSM allocation policy, Tom Lane, 12:09
- Re: New FSM allocation policy, Heikki Linnakangas, 11:55
- Re: User defined I/O conversion casts, Heikki Linnakangas, 11:38
- Re: New FSM allocation policy, Tom Lane, 11:15
- Re: User defined I/O conversion casts, Tom Lane, 11:06
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 09:45
- Re: code coverage patch, Peter Eisentraut, 09:33
- Re: User defined I/O conversion casts, Teodor Sigaev, 07:50
- User defined I/O conversion casts, Heikki Linnakangas, 06:59
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 06:55
- Re: Proposal: new border setting in psql, "Asko Oja", 05:39
- Re: New FSM allocation policy, Gregory Stark, 05:26
- Re: Proposal: new border setting in psql, Cédric Villemain, 04:53
- Re: Proposal: new border setting in psql, Cédric Villemain, 04:00
- New FSM patch, Heikki Linnakangas, 03:47
- New FSM allocation policy, Heikki Linnakangas, 03:40
- Re: Proposal: new border setting in psql, Greg Smith, 03:36
- Re: Proposal: new border setting in psql, Hannu Krosing, 02:33
- Re: Proposal: new border setting in psql, Tom Lane, 01:29
- Re: Proposal: new border setting in psql, Greg Smith, 01:01
- Re: Proposal: new border setting in psql, Tom Lane, 00:20
August 28, 2008
- Re: Proposal: new border setting in psql, Greg Smith, 23:18
- statement_cost_limit for regression testing., "Ryan Bradetich", 22:57
- Re: Auto-explain patch, ITAGAKI Takahiro, 22:49
- Re: [patch] GUC source file and line number, Magnus Hagander, 18:00
- Re: [patch] GUC source file and line number, Greg Smith, 17:20
- Re: Auto-explain patch, Dean Rasheed, 16:03
- Re: A smaller default postgresql.conf, Josh Berkus, 14:23
- Re: A smaller default postgresql.conf, Josh Berkus, 14:21
- WIP patch: add parser location info to most expression node types, Tom Lane, 13:59
- [patch] GUC source file and line number, Alvaro Herrera, 13:08
- Re: TODO <-> Commitfest, "Brendan Jurd", 12:39
- Re: Proposal to sync SET ROLE and pg_stat_activity, Grant Finnemore, 12:07
- Re: Proposal to sync SET ROLE and pg_stat_activity, Alvaro Herrera, 11:53
- Re: September Commit Fest coming soon!, Tom Lane, 11:13
- Re: code coverage patch, Tom Lane, 11:09
- Re: code coverage patch, Peter Eisentraut, 11:03
- Re: September Commit Fest coming soon!, Gregory Stark, 11:02
- Re: September Commit Fest coming soon!, Tom Lane, 10:54
- Re: What happend to equality_oper(), Tom Lane, 10:51
- Re: code coverage patch, Tom Lane, 10:24
- Re: code coverage patch, Peter Eisentraut, 10:00
- Re: code coverage patch, Peter Eisentraut, 09:32
- Re: code coverage patch, Korry Douglas, 09:08
- Re: code coverage patch, Gregory Stark, 07:56
- Re: September Commit Fest coming soon!, Abhijit Menon-Sen, 07:34
- Re: code coverage patch, Peter Eisentraut, 07:23
- Re: September Commit Fest coming soon!, "Hitoshi Harada", 07:09
- Re: code coverage patch, Peter Eisentraut, 06:56
- What happend to equality_oper(), Bernd Helmle, 06:07
- Re: Patch: plan invalidation vs stored procedures, Martin Pihlak, 05:32
- Re: Proposal to sync SET ROLE and pg_stat_activity, Grant Finnemore, 04:36
- Re: Proposal to sync SET ROLE and pg_stat_activity, Bernd Helmle, 04:04
- Re: TODO <-> Commitfest, Tom Lane, 01:01
August 27, 2008
- Re: Auto-explain patch, ITAGAKI Takahiro, 22:54
- code coverage patch, Michelle Caisse, 19:24
- Re: Is it really such a good thing for newNode() to be a macro?, "Greg Stark", 11:45
- Re: Is it really such a good thing for newNode() to be a macro?, Peter Eisentraut, 11:36
- Re: Is it really such a good thing for newNode() to be a macro?, "Heikki Linnakangas", 11:05
- Re: TODO <-> Commitfest, "Brendan Jurd", 10:54
- Re: Is it really such a good thing for newNode() to be a macro?, Tom Lane, 10:41
- Re: Is it really such a good thing for newNode() to be a macro?, "Heikki Linnakangas", 10:32
- Re: pg_dump roles support, Benedek László, 10:17
- Re: Is it really such a good thing for newNode() to be a macro?, Tom Lane, 10:06
- Re: Is it really such a good thing for newNode() to be a macro?, "Heikki Linnakangas", 09:51
- Re: Another refactoring proposal: move stuff into nodes/nodeFuncs.[ch], Tom Lane, 09:40
- Re: TODO <-> Commitfest, Alvaro Herrera, 09:05
- Re: gsoc, oprrest function for text search take 2, "Heikki Linnakangas", 03:46
- Re: Proposal to sync SET ROLE and pg_stat_activity, Grant Finnemore, 03:35
- Re: gsoc, oprrest function for text search take 2, Jan Urbański, 03:14
August 26, 2008
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 22:44
- Re: TODO <-> Commitfest, David Fetter, 21:47
- Re: TODO <-> Commitfest, Alvaro Herrera, 21:40
- Re: Is it really such a good thing for newNode() to be a macro?, Tom Lane, 20:57
- Re: Is it really such a good thing for newNode() to be a macro?, "Stephen R. van den Berg", 19:42
- TODO <-> Commitfest, David Fetter, 19:18
- Re: September Commit Fest coming soon!, "Jaime Casanova", 18:57
- Re: initdb change, Andrew Dunstan, 17:00
- Re: initdb change, Robert Treat, 16:46
- Re: Restartable signals 'n all that, Tom Lane, 16:29
- Re: Restartable signals 'n all that, Alvaro Herrera, 15:54
- Re: Split up the wiki TODO page?, "Brendan Jurd", 15:01
- Is it really such a good thing for newNode() to be a macro?, Tom Lane, 14:57
- September Commit Fest coming soon!, Josh Berkus, 14:28
- Re: Split up the wiki TODO page?, Josh Berkus, 14:23
- Re: Implementing cost limit/delays for insert/delete/update/select, Peter Schuller, 14:08
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 13:56
- Re: can't stop autovacuum by HUP'ing the server, "Dave Cramer", 13:49
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 13:45
- Re: can't stop autovacuum by HUP'ing the server, "Dave Cramer", 13:44
- Re: Split up the wiki TODO page?, "Brendan Jurd", 13:41
- Re: can't stop autovacuum by HUP'ing the server, Tom Lane, 13:33
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 13:31
- Re: Split up the wiki TODO page?, Tom Lane, 13:31
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 13:29
- Re: can't stop autovacuum by HUP'ing the server, Joshua Drake, 13:25
- Re: Split up the wiki TODO page?, "Brendan Jurd", 13:22
- Re: Split up the wiki TODO page?, Alvaro Herrera, 13:06
- Re: can't stop autovacuum by HUP'ing the server, Tom Lane, 13:00
- Re: can't stop autovacuum by HUP'ing the server, "Dave Cramer", 12:58
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 12:50
- Re: Split up the wiki TODO page?, Tom Lane, 12:48
- Re: can't stop autovacuum by HUP'ing the server, Tom Lane, 12:44
- Re: gsoc, oprrest function for text search take 2, Tom Lane, 12:37
- Re: can't stop autovacuum by HUP'ing the server, "Dave Cramer", 12:26
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 12:21
- Re: can't stop autovacuum by HUP'ing the server, "Dave Cramer", 12:18
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 12:10
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 12:05
- Re: can't stop autovacuum by HUP'ing the server, "Dave Cramer", 11:56
- Re: can't stop autovacuum by HUP'ing the server, "Dave Cramer", 11:51
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 11:41
- Re: can't stop autovacuum by HUP'ing the server, "Dave Cramer", 11:28
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 10:56
- Re: can't stop autovacuum by HUP'ing the server, "Dave Cramer", 10:31
- Re: Another refactoring proposal: move stuff into nodes/nodeFuncs.[ch], Simon Riggs, 10:18
- Re: can't stop autovacuum by HUP'ing the server, "Dave Cramer", 09:59
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 09:37
- Re: pg_dump roles support, Benedek László, 08:47
- Re: gsoc, oprrest function for text search take 2, Simon Riggs, 08:03
- Re: Implementing cost limit/delays for insert/delete/update/select, Simon Riggs, 07:03
- Re: can't stop autovacuum by HUP'ing the server, "Dave Cramer", 06:59
- Re: Auto-explain patch, Simon Riggs, 06:47
- Re: gsoc, oprrest function for text search take 2, Simon Riggs, 06:45
- Re: gsoc, oprrest function for text search take 2, Jan Urbański, 06:45
- Re: Auto-explain patch, ITAGAKI Takahiro, 06:24
- Re: Split up the wiki TODO page?, Greg Smith, 03:15
- Re: Split up the wiki TODO page?, Zdenek Kotala, 02:36
- Re: Split up the wiki TODO page?, Zdenek Kotala, 02:18
- Re: Split up the wiki TODO page?, "Joshua D. Drake", 01:44
- Split up the wiki TODO page?, Tom Lane, 00:49
August 25, 2008
- Re: Proposal to sync SET ROLE and pg_stat_activity, Euler Taveira de Oliveira, 23:43
- Re: Proposal: new border setting in psql, Tom Lane, 21:05
- Re: Implementing cost limit/delays for insert/delete/update/select, Gregory Stark, 20:54
- Re: WIP patch: reducing overhead for repeat de-TOASTing, Tom Lane, 20:54
- Re: Implementing cost limit/delays for insert/delete/update/select, Tom Lane, 19:02
- Re: Implementing cost limit/delays for insert/delete/update/select, Peter Schuller, 17:59
- Re: Implementing cost limit/delays for insert/delete/update/select, Joshua Drake, 17:44
- Re: Implementing cost limit/delays for insert/delete/update/select, Gregory Stark, 17:39
- Re: Should enum GUCs be listed as such in config.sgml?, Magnus Hagander, 17:23
- Proposal to sync SET ROLE and pg_stat_activity, Grant Finnemore, 16:57
- Implementing cost limit/delays for insert/delete/update/select, Peter Schuller, 16:39
- Re: IN, BETWEEN, spec compliance, and odd operator names, Tom Lane, 16:01
- Re: IN, BETWEEN, spec compliance, and odd operator names, Martijn van Oosterhout, 15:54
- Re: IN, BETWEEN, spec compliance, and odd operator names, "Nathan Boley", 15:44
- Re: IN, BETWEEN, spec compliance, and odd operator names, Tom Lane, 15:43
- Re: IN, BETWEEN, spec compliance, and odd operator names, Dimitri Fontaine, 15:19
- Re: Proposal: new border setting in psql, Steve Atkins, 14:43
- Re: initdb change, Joshua Drake, 14:05
- Re: initdb change, Andrew Dunstan, 13:56
- Re: WIP patch: reducing overhead for repeat de-TOASTing, Jeff Davis, 13:42
- Re: initdb change, Joshua Drake, 13:26
- Re: initdb change, David Fetter, 13:12
- Re: initdb change, Andrew Dunstan, 13:09
- Re: can't stop autovacuum by HUP'ing the server, Dave Cramer, 13:07
- Re: initdb change, Joshua Drake, 12:54
- Re: initdb change, "Heikki Linnakangas", 12:54
- Re: initdb change, David Fetter, 12:42
- Re: initdb change, Joshua Drake, 12:29
- Re: initdb change, David Fetter, 12:04
- Re: initdb change, Joshua Drake, 11:51
- Re: initdb change, Tom Lane, 11:48
- initdb change, David Fetter, 11:40
- Re: temporary statistics option at initdb time, Tom Lane, 11:33
- Re: temporary statistics option at initdb time, Magnus Hagander, 11:33
- Re: temporary statistics option at initdb time, Tom Lane, 11:29
- Another refactoring proposal: move stuff into nodes/nodeFuncs.[ch], Tom Lane, 11:24
- Re: temporary statistics option at initdb time, Magnus Hagander, 11:10
- Re: IN, BETWEEN, spec compliance, and odd operator names, Tom Lane, 10:48
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 10:43
- Re: IN, BETWEEN, spec compliance, and odd operator names, Tom Lane, 10:43
- Re: IN, BETWEEN, spec compliance, and odd operator names, Peter Eisentraut, 10:17
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 09:48
- Re: can't stop autovacuum by HUP'ing the server, Dave Cramer, 07:15
- Re: can't stop autovacuum by HUP'ing the server, Dave Cramer, 07:14
- Re: IN, BETWEEN, spec compliance, and odd operator names, Dimitri Fontaine, 06:14
- Re: IN, BETWEEN, spec compliance, and odd operator names, Gregory Stark, 05:23
- Re: IN, BETWEEN, spec compliance, and odd operator names, Dimitri Fontaine, 04:40
- Re: [PATCHES] VACUUM Improvements - WIP Patch, "Heikki Linnakangas", 03:24
- Re: proposal sql: labeled function params, "Pavel Stehule", 03:06
- Re: Extending grant insert on tables to sequences, "Jaime Casanova", 02:44
- Re: IN, BETWEEN, spec compliance, and odd operator names, Martijn van Oosterhout, 02:26
August 24, 2008
- Re: [PATCHES] VACUUM Improvements - WIP Patch, "Matthew T. O'Connor", 22:31
- Re: can't stop autovacuum by HUP'ing the server, Alvaro Herrera, 22:17
- Re: can't stop autovacuum by HUP'ing the server, Tom Lane, 22:12
- can't stop autovacuum by HUP'ing the server, Dave Cramer, 21:54
- IN, BETWEEN, spec compliance, and odd operator names, Tom Lane, 21:24
- Re: xml plans for postgres?, Peter Eisentraut, 16:00
- Re: What in the world is happening on spoonbill?, Stefan Kaltenbrunner, 15:39
- Re: Extending error-location reports deeper into the system, Tom Lane, 15:20
- Re: [PATCHES] VACUUM Improvements - WIP Patch, Tom Lane, 15:16
- Re: Extending error-location reports deeper into the system, Gregory Stark, 14:51
- Re: [PATCHES] VACUUM Improvements - WIP Patch, "Matthew T. O'Connor", 14:40
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 14:33
- Re: proposal sql: labeled function params, Martijn van Oosterhout, 14:32
- Re: proposal sql: labeled function params, "Pavel Stehule", 13:43
- Re: Proposal: new border setting in psql, Tom Lane, 13:22
- Extending error-location reports deeper into the system, Tom Lane, 13:17
- xml plans for postgres?, "Greg Fausak", 12:19
- Re: What in the world is happening on spoonbill?, Tom Lane, 12:14
- Re: proposal sql: labeled function params, Tom Lane, 12:00
- Re: [PATCHES] VACUUM Improvements - WIP Patch, "Joshua D. Drake", 11:49
- Re: What in the world is happening on spoonbill?, "Joshua D. Drake", 11:45
- Re: What in the world is happening on spoonbill?, Steven Lembark, 10:45
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 09:48
- Re: [PATCHES] VACUUM Improvements - WIP Patch, "Merlin Moncure", 09:30
- Re: Proposal: new border setting in psql, "Merlin Moncure", 09:16
- Re: What in the world is happening on spoonbill?, Martijn van Oosterhout, 05:56
- Re: proposal sql: labeled function params, "Pavel Stehule", 04:13
- Re: Proposal: new border setting in psql, Hannu Krosing, 03:57
- Re: proposal sql: labeled function params, Hannu Krosing, 03:52
- Re: proposal sql: labeled function params, "Pavel Stehule", 02:05
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 02:00
- Re: proposal sql: labeled function params, "Pavel Stehule", 01:59
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 01:42
- Re: proposal sql: labeled function params, "Pavel Stehule", 01:38
August 23, 2008
- Re: What in the world is happening on spoonbill?, Tom Lane, 23:44
- Re: proposal sql: labeled function params, daveg, 18:48
- Re: What in the world is happening on spoonbill?, "Joshua D. Drake", 18:18
- Re: proposal sql: labeled function params, Tom Lane, 17:43
- Re: What in the world is happening on spoonbill?, Tom Lane, 17:23
- Re: What in the world is happening on spoonbill?, Andrew Dunstan, 16:52
- Re: [GENERAL] Surprising syntax error, Bruce Momjian, 16:23
- Re: [GENERAL] Surprising syntax error, Tom Lane, 16:00
- Re: proposal sql: labeled function params, Hannu Krosing, 15:50
- Re: What in the world is happening on spoonbill?, Alvaro Herrera, 15:49
- Re: [GENERAL] Surprising syntax error, Bruce Momjian, 15:49
- Re: proposal sql: labeled function params, "Greg Stark", 15:33
- Re: proposal sql: labeled function params, "Pavel Stehule", 15:19
- Re: [GENERAL] Surprising syntax error, "Robert Haas", 15:14
- Re: proposal sql: labeled function params, "Pavel Stehule", 15:13
- Re: Proposal: new border setting in psql, Tom Lane, 14:57
- Re: [GENERAL] Surprising syntax error, Bruce Momjian, 14:52
- Re: Proposal: new border setting in psql, Andrew Dunstan, 14:42
- Re: Should enum GUCs be listed as such in config.sgml?, Tom Lane, 12:39
- Re: proposal sql: labeled function params, Tom Lane, 12:15
- Re: [GENERAL] Surprising syntax error, Tom Lane, 12:12
- Re: proposal sql: labeled function params, Gregory Stark, 12:08
- Re: WITH RECURSIVE patches 0818, David Fetter, 12:04
- Re: proposal sql: labeled function params, "Pavel Stehule", 11:50
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 10:12
- Re: [GENERAL] Surprising syntax error, Bruce Momjian, 09:52
- Re: Feeding results back into select, "D'Arcy J.M. Cain", 08:40
- Re: [GENERAL] Surprising syntax error, Peter Eisentraut, 08:38
- Re: CREATE CAST too strict?, Peter Eisentraut, 08:37
- Re: proposal sql: labeled function params, Peter Eisentraut, 08:35
- Re: Feeding results back into select, Teodor Sigaev, 06:04
- Re: WITH RECURSIVE patches 0818, Tatsuo Ishii, 02:35
- Re: WITH RECURSIVE patches 0818, David Fetter, 02:22
- Re: proposal sql: labeled function params, "Pavel Stehule", 02:21
- Re: proposal sql: labeled function params, "Pavel Stehule", 02:20
August 22, 2008
- Re: [PATCHES] VACUUM Improvements - WIP Patch, Bruce Momjian, 23:36
- Re: Extending grant insert on tables to sequences, Bruce Momjian, 23:19
- Re: Feeding results back into select (was: proposal sql: labeled function params), "D'Arcy J.M. Cain", 16:46
- Re: proposal sql: labeled function params, Teodor Sigaev, 16:03
- Re: proposal sql: labeled function params, Hannu Krosing, 15:31
- Re: [GENERAL] Surprising syntax error, Hannu Krosing, 15:28
- Re: CREATE CAST too strict?, Bruce Momjian, 15:25
- Re: convertion from mySQL (mysql_fetch_row), "Merlin Moncure", 15:23
- convertion from mySQL (mysql_fetch_row), "Masis, Alexander \(US SSA\)", 14:20
- Re: [FINALLY] the TODO list has migrated to Wiki, Bruce Momjian, 13:38
- Re: [FINALLY] the TODO list has migrated to Wiki, Joshua Drake, 13:36
- Re: [FINALLY] the TODO list has migrated to Wiki, Euler Taveira de Oliveira, 13:28
- Re: [GENERAL] Surprising syntax error, Andrew Dunstan, 12:42
- Re: [GENERAL] Surprising syntax error, Bruce Momjian, 12:42
- Re: [FINALLY] the TODO list has migrated to Wiki, "Brendan Jurd", 12:26
- Re: Difference when using ZIC vs. Timezone Abbr - Bug? - SOLVED, Dave Witt, 11:30
- Re: Does anything dump per-database config settings? (was Re: ALTER DATABASE vs pg_dump), Bruce Momjian, 10:31
- Re: [FINALLY] the TODO list has migrated to Wiki, Albert Cervera i Areny, 08:34
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 06:37
- Re: Proposal: new border setting in psql, Martijn van Oosterhout, 02:23
- Re: About a message when "pg_ctl -w start" failed, Tatsuhito Kasahara, 01:27
- Re: proposal sql: labeled function params, "Pavel Stehule", 01:22
- Re: [GENERAL] Surprising syntax error, Decibel!, 00:47
- Re: proposal sql: labeled function params, Decibel!, 00:41
- Re: Improving non-joinable EXISTS subqueries, Decibel!, 00:28
- Re: Patch: plan invalidation vs stored procedures, Decibel!, 00:14
August 21, 2008
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 23:18
- Re: Does anything dump per-database config settings? (was Re: ALTER DATABASE vs pg_dump), Tom Lane, 23:05
- Re: Does anything dump per-database config settings? (was Re: ALTER DATABASE vs pg_dump), Bruce Momjian, 22:28
- Re: Should enum GUCs be listed as such in config.sgml?, Bruce Momjian, 22:22
- Re: Does anything dump per-database config settings? (was Re: ALTER DATABASE vs pg_dump), Robert Treat, 21:55
- Re: Should enum GUCs be listed as such in config.sgml?, Bruce Momjian, 21:45
- Re: Proposal: new border setting in psql, Alvaro Herrera, 21:19
- Re: Difference when using ZIC vs. Timezone Abbr - Bug?, Alvaro Herrera, 21:17
- Re: [FINALLY] the TODO list has migrated to Wiki, Bruce Momjian, 21:13
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 21:04
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Tom Lane, 20:51
- Re: Difference when using ZIC vs. Timezone Abbr - Bug?, Tom Lane, 20:46
- Re: WIP patch: reducing overhead for repeat de-TOASTing, Tom Lane, 20:42
- Re: Proposal: new border setting in psql, Tom Lane, 20:36
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Tom Lane, 20:34
- Re: WIP: patch to create explicit support for semi and anti joins, Tom Lane, 20:27
- Re: [FINALLY] the TODO list has migrated to Wiki, Alvaro Herrera, 20:10
- Re: Confusing message in log file, Bruce Momjian, 20:04
- Re: [FINALLY] the TODO list has migrated to Wiki, Alvaro Herrera, 20:03
- Re: [FINALLY] the TODO list has migrated to Wiki, Bruce Momjian, 19:49
- Re: [FINALLY] the TODO list has migrated to Wiki, Albert Cervera i Areny, 18:53
- Re: [FINALLY] the TODO list has migrated to Wiki, Bruce Momjian, 18:40
- Re: [GENERAL] Surprising syntax error, Bruce Momjian, 18:38
- Re: Does anything dump per-database config settings? (was Re: ALTER DATABASE vs pg_dump), Bruce Momjian, 18:28
- Re: [FINALLY] the TODO list has migrated to Wiki, Albert Cervera i Areny, 18:18
- Difference when using ZIC vs. Timezone Abbr - Bug?, Dave Witt, 17:38
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Alvaro Herrera, 17:19
- Re: WIP patch: reducing overhead for repeat de-TOASTing, Bruce Momjian, 16:39
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 16:35
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Bruce Momjian, 16:26
- Re: Proposal: new border setting in psql, "Asko Oja", 16:22
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Alvaro Herrera, 16:15
- Re: proposal sql: labeled function params, "Asko Oja", 16:00
- Re: Proposal: new border setting in psql, "D'Arcy J.M. Cain", 15:54
- Re: WIP: patch to create explicit support for semi and anti joins, "Kevin Grittner", 15:32
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Tom Lane, 15:04
- Re: Proposal: new border setting in psql, Tom Lane, 15:03
- Re: postgres-R, Markus Wanner, 14:56
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Alvaro Herrera, 14:51
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Alvaro Herrera, 14:45
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Peter Eisentraut, 12:17
- Re: A smaller default postgresql.conf, Peter Eisentraut, 12:10
- Proposal: new border setting in psql, "D'Arcy J.M. Cain", 11:57
- Re: Questions about HeapTupleHeaderData, Tom Lane, 10:15
- Re: About a message when "pg_ctl -w start" failed, Tom Lane, 10:08
- Re: A smaller default postgresql.conf, Alvaro Herrera, 09:02
- About a message when "pg_ctl -w start" failed, Tatsuhito Kasahara, 08:44
- Re: migrate data 6.5.3 -> 8.3.1, alexander lunyov, 08:32
- Re: A smaller default postgresql.conf, Peter Eisentraut, 08:21
- Re: Questions about HeapTupleHeaderData, Zdenek Kotala, 07:39
- Re: Bogus TODO item, "Asko Oja", 04:52
- Re: postgres-R, "Joshua D. Drake", 01:35
August 20, 2008
- postgres-R, Marcelo Martins, 23:58
- Re: Improving non-joinable EXISTS subqueries, "Robert Haas", 21:13
- Re: Improving non-joinable EXISTS subqueries, "Kevin Grittner", 18:47
- Re: make dist does not work in VPATH, Alvaro Herrera, 17:08
- Re: TODO item: Allow data to be pulled directly from indexes, Bruce Momjian, 16:20
- Re: SHOW ALL doesn't actually SHOW ALL, David Fetter, 14:34
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Bruce Momjian, 14:22
- Re: Bogus TODO item, Bruce Momjian, 14:15
- Bogus TODO item, Tom Lane, 14:06
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Magnus Hagander, 14:05
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Tom Lane, 14:01
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Joshua Drake, 13:59
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Tom Lane, 13:59
- Re: SHOW ALL doesn't actually SHOW ALL, Tom Lane, 13:56
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, David Fetter, 13:53
- SHOW ALL doesn't actually SHOW ALL, David Fetter, 13:45
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Magnus Hagander, 13:43
- Re: Improving non-joinable EXISTS subqueries, Tom Lane, 13:43
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Bruce Momjian, 13:41
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Bruce Momjian, 13:37
- Re: [pgsql-www] [FINALLY] the TODO list has migrated to Wiki, Joshua Drake, 13:26
- [FINALLY] the TODO list has migrated to Wiki, Alvaro Herrera, 13:12
- Re: A smaller default postgresql.conf, David Fetter, 12:56
- Re: A smaller default postgresql.conf, Tom Lane, 12:16
- Re: A smaller default postgresql.conf, Joshua Drake, 12:08
- Re: make dist does not work in VPATH, Peter Eisentraut, 11:55
- Re: A smaller default postgresql.conf, "Greg Sabino Mullane", 11:53
- Re: A smaller default postgresql.conf, "Greg Sabino Mullane", 11:49
- Re: SeqScan costs, Decibel!, 11:14
- Re: Patch: plan invalidation vs stored procedures, Andrew Sullivan, 11:03
- Re: Questions about HeapTupleHeaderData, Tom Lane, 10:57
- Questions about HeapTupleHeaderData, Zdenek Kotala, 10:48
- Re: window function v03 against HEAD, "Hitoshi Harada", 10:43
- Re: make dist does not work in VPATH, Alvaro Herrera, 10:34
- Re: A smaller default postgresql.conf, Tom Lane, 10:33
- Re: A smaller default postgresql.conf, Robert Treat, 10:31
- Re: Patch: plan invalidation vs stored procedures, Zdenek Kotala, 10:31
- Re: make dist does not work in VPATH, Tom Lane, 10:25
- Re: Volatile functions in subqueries don't prevent subqueries from being evaluated in initplans?, Tom Lane, 10:23
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 10:18
- make dist does not work in VPATH, Alvaro Herrera, 10:15
- Volatile functions in subqueries don't prevent subqueries from being evaluated in initplans?, Gregory Stark, 10:04
- Re: Patch: plan invalidation vs stored procedures, "Asko Oja", 10:03
- Re: Patch: plan invalidation vs stored procedures, Alvaro Herrera, 09:54
- Re: A smaller default postgresql.conf, "Greg Sabino Mullane", 09:39
- Re: Patch: plan invalidation vs stored procedures, Hannu Krosing, 09:31
- Re: proposal sql: labeled function params, "Pavel Stehule", 09:26
- Re: Patch: plan invalidation vs stored procedures, Kenneth Marshall, 09:25
- Re: Patch: plan invalidation vs stored procedures, Andrew Sullivan, 09:16
- Re: A smaller default postgresql.conf, Magnus Hagander, 09:02
- Re: Extending varlena, Tom Lane, 09:01
- Re: A smaller default postgresql.conf, Alvaro Herrera, 08:51
- Re: Patch: plan invalidation vs stored procedures, Andrew Dunstan, 08:50
- Re: proposal sql: labeled function params, Tom Lane, 08:46
- Re: Is mdextend really safe?, Tom Lane, 08:43
- Re: Patch: plan invalidation vs stored procedures, "Asko Oja", 08:12
- Re: Is mdextend really safe?, "Heikki Linnakangas", 07:24
- Re: Is mdextend really safe?, Zdenek Kotala, 07:20
- Re: Is mdextend really safe?, Florian Weimer, 06:49
- Re: proposal sql: labeled function params, "Pavel Stehule", 06:38
- Is mdextend really safe?, Gregory Stark, 05:51
- Re: Proposed Resource Manager Changes, Simon Riggs, 05:31
- Re: Patch: plan invalidation vs stored procedures, Hannu Krosing, 05:28
- Re: Patch: plan invalidation vs stored procedures, Dimitri Fontaine, 04:27
- Re: Patch: plan invalidation vs stored procedures, Michael Paesold, 04:24
- Re: A smaller default postgresql.conf, Michael Paesold, 04:18
- Re: A smaller default postgresql.conf, "Dave Page", 04:05
- Re: A smaller default postgresql.conf, Magnus Hagander, 03:37
- Re: Extending varlena, "Stephen R. van den Berg", 03:36
- Re: A smaller default postgresql.conf, "Jaime Casanova", 02:22
- Re: Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF, "Jaime Casanova", 01:18
- Re: A smaller default postgresql.conf, Joshua Drake, 00:27
- Re: A smaller default postgresql.conf, Bruce Momjian, 00:10
- Re: age(xid) function bug, Bruce Momjian, 00:06
August 19, 2008
- Re: age(xid) function bug, Tom Lane, 23:58
- Re: Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF, David Fetter, 23:56
- Re: A smaller default postgresql.conf, Joshua Drake, 23:40
- Re: A smaller default postgresql.conf, Tom Lane, 23:32
- Re: A smaller default postgresql.conf, Bruce Momjian, 23:19
- age(xid) function bug, Bruce Momjian, 23:14
- Re: Proposed Resource Manager Changes, Tom Lane, 22:51
- Re: A smaller default postgresql.conf, Tom Lane, 22:40
- Re: A smaller default postgresql.conf, Robert Treat, 22:33
- Re: Patch: plan invalidation vs stored procedures, David Fetter, 22:28
- Re: Adjusting debug_print_plan to be more useful by default, Tom Lane, 22:28
- Re: Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF, Tom Lane, 22:24
- Re: Adjusting debug_print_plan to be more useful by default, Tom Lane, 22:21
- Re: Adjusting debug_print_plan to be more useful by default, David Fetter, 22:19
- Re: Adjusting debug_print_plan to be more useful by default, Robert Treat, 22:06
- Re: Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF, Robert Treat, 22:03
- Re: Patch: plan invalidation vs stored procedures, "Asko Oja", 21:56
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 21:50
- Re: Proposed Resource Manager Changes, ITAGAKI Takahiro, 21:46
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 21:39
- Re: Patch: plan invalidation vs stored procedures, David Fetter, 20:35
- Re: Patch: plan invalidation vs stored procedures, Andrew Dunstan, 19:53
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 19:45
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 19:32
- Re: A smaller default postgresql.conf, daveg, 18:59
- Re: Patch: plan invalidation vs stored procedures, Simon Riggs, 18:53
- Re: compilig libpq with borland 5.5, "Hiroshi Saito", 18:37
- Re: A smaller default postgresql.conf, David Fetter, 17:50
- Re: Patch: plan invalidation vs stored procedures, "Robert Haas", 17:47
- Re: A smaller default postgresql.conf, Alvaro Herrera, 17:29
- Re: A smaller default postgresql.conf, Greg Smith, 17:28
- Re: A smaller default postgresql.conf, "Dave Page", 17:26
- Re: Patch: plan invalidation vs stored procedures, Hannu Krosing, 17:17
- Re: Patch: plan invalidation vs stored procedures, Hannu Krosing, 17:11
- Re: A smaller default postgresql.conf, Joshua Drake, 17:07
- Re: Patch: plan invalidation vs stored procedures, Hannu Krosing, 17:03
- Re: A smaller default postgresql.conf, Tom Lane, 17:03
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 16:56
- Re: Patch: plan invalidation vs stored procedures, Alvaro Herrera, 16:38
- Re: Patch: plan invalidation vs stored procedures, Joshua Drake, 16:37
- Re: Patch: plan invalidation vs stored procedures, Hannu Krosing, 16:25
- Re: Patch: plan invalidation vs stored procedures, Andrew Sullivan, 16:22
- Re: Patch: plan invalidation vs stored procedures, Dimitri Fontaine, 16:22
- Re: A smaller default postgresql.conf, Ron Mayer, 16:08
- Re: Patch: plan invalidation vs stored procedures, "Robert Haas", 16:03
- Re: A smaller default postgresql.conf, Joshua Drake, 15:48
- Re: Patch: plan invalidation vs stored procedures, Andrew Sullivan, 15:47
- Re: A smaller default postgresql.conf, Alvaro Herrera, 15:43
- Re: Patch: plan invalidation vs stored procedures, Joshua Drake, 15:42
- Re: A smaller default postgresql.conf, "Robert Haas", 15:39
- Re: A smaller default postgresql.conf, Peter Eisentraut, 15:38
- Re: Patch: plan invalidation vs stored procedures, Dimitri Fontaine, 15:32
- Re: Patch: plan invalidation vs stored procedures, Dimitri Fontaine, 15:26
- Re: A smaller default postgresql.conf, Joshua Drake, 15:21
- Re: A smaller default postgresql.conf, Tom Lane, 15:21
- Re: A smaller default postgresql.conf, "Greg Sabino Mullane", 15:12
- Re: Patch: plan invalidation vs stored procedures, Alvaro Herrera, 15:01
- Re: Patch: plan invalidation vs stored procedures, Bruce Momjian, 14:58
- Re: compilig libpq with borland 5.5, "claudio lezcano", 14:53
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 14:47
- Re: Patch: plan invalidation vs stored procedures, "Kevin Grittner", 14:46
- Re: Adjusting debug_print_plan to be more useful by default, Tom Lane, 14:40
- Re: A smaller default postgresql.conf, Peter Eisentraut, 14:39
- Re: Adjusting debug_print_plan to be more useful by default, Hannu Krosing, 14:35
- Re: temporary statistics option at initdb time, Tom Lane, 14:34
- Re: Patch: plan invalidation vs stored procedures, Bruce Momjian, 14:34
- Re: Patch: plan invalidation vs stored procedures, Joshua Drake, 14:32
- Re: Patch: plan invalidation vs stored procedures, Bruce Momjian, 14:29
- Re: Adjusting debug_print_plan to be more useful by default, daveg, 14:28
- Re: temporary statistics option at initdb time, Magnus Hagander, 13:58
- Re: Patch: plan invalidation vs stored procedures, "Asko Oja", 13:57
- Re: Patch: plan invalidation vs stored procedures, "Pavel Stehule", 13:48
- Re: Patch: plan invalidation vs stored procedures, "Asko Oja", 13:42
- Re: Adjusting debug_print_plan to be more useful by default, Simon Riggs, 13:33
- Re: A smaller default postgresql.conf, Joshua Drake, 13:30
- Re: A smaller default postgresql.conf, Joshua Drake, 13:30
- Re: A smaller default postgresql.conf, "Jonah H. Harris", 13:24
- Re: A smaller default postgresql.conf, Tom Lane, 13:22
- Re: A smaller default postgresql.conf, "Kevin Grittner", 13:17
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 13:06
- Re: A smaller default postgresql.conf, Joshua Drake, 13:04
- Re: A smaller default postgresql.conf, Tom Lane, 12:48
- Re: A smaller default postgresql.conf, Josh Berkus, 12:45
- Adjusting debug_print_plan to be more useful by default, Tom Lane, 12:40
- Re: Patch: plan invalidation vs stored procedures, Dimitri Fontaine, 12:34
- Time to get rid of -Winline ?, Tom Lane, 12:25
- Re: A smaller default postgresql.conf, Joshua Drake, 12:22
- Re: A smaller default postgresql.conf, Tom Lane, 12:12
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 12:05
- Re: Patch: plan invalidation vs stored procedures, Joshua Drake, 12:01
- Re: Patch: plan invalidation vs stored procedures, Dimitri Fontaine, 11:57
- Re: A smaller default postgresql.conf, Joshua Drake, 11:51
- Re: Extending varlena, "Kevin Grittner", 11:31
- Re: A smaller default postgresql.conf, Magnus Hagander, 11:11
- Re: A smaller default postgresql.conf, Alvaro Herrera, 11:03
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 10:46
- Re: Improving non-joinable EXISTS subqueries, "Kevin Grittner", 10:43
- Re: Compatibility types, type aliases, and distinct types, Tom Lane, 10:40
- Re: possible minor EXPLAIN bug?, Tom Lane, 10:25
- Re: Postgres-R, Markus Wanner, 08:04
- Re: Postgres-R, Markus Wanner, 07:59
- Re: about postgres-r setup., Markus Wanner, 07:52
- Re: Patch: plan invalidation vs stored procedures, Gregory Stark, 07:48
- Re: Patch: plan invalidation vs stored procedures, Hannu Krosing, 06:46
- Re: Patch: plan invalidation vs stored procedures, "Pavel Stehule", 06:46
- Re: Patch: plan invalidation vs stored procedures, "Pavel Stehule", 06:42
- Re: Patch: plan invalidation vs stored procedures, Hannu Krosing, 06:38
- Re: Patch: plan invalidation vs stored procedures, Hannu Krosing, 06:22
- Re: A smaller default postgresql.conf, Hans-Juergen Schoenig, 06:07
- A smaller default postgresql.conf, Peter Eisentraut, 05:58
- Re: Overhauling GUCS, Peter Eisentraut, 05:25
- Re: possible minor EXPLAIN bug?, "Pavel Stehule", 05:24
- Auto-tuning GUCS, "Michael Nacos", 05:16
- Re: Overhauling GUCS, Peter Eisentraut, 05:14
- Re: Extending varlena, Peter Eisentraut, 05:11
- Re: possible minor EXPLAIN bug?, Simon Riggs, 05:11
- Re: Compatibility types, type aliases, and distinct types, Peter Eisentraut, 04:59
- Re: Extending varlena, Magnus Hagander, 04:12
- Re: Extending varlena, Magnus Hagander, 04:11
- Re: Overhauling GUCS, Magnus Hagander, 04:09
- possible minor EXPLAIN bug?, "Pavel Stehule", 03:45
- Re: Extending varlena, Jeremy Drake, 03:33
- Re: Postgres-R, "K, Niranjan (NSN - IN/Bangalore)", 03:03
- Publish GUC flags to custom variables, ITAGAKI Takahiro, 01:06
- Proposed Resource Manager Changes, Simon Riggs, 00:18
- Re: Extending varlena, Simon Riggs, 00:16
August 18, 2008
- Re: Extending varlena, Tom Lane, 23:43
- Re: Improving non-joinable EXISTS subqueries, Stephen Frost, 23:40
- Re: Extending varlena, Simon Riggs, 23:20
- Design for Synchronous Replication/ WAL Streaming, Simon Riggs, 23:13
- Re: Improving non-joinable EXISTS subqueries, Alvaro Herrera, 22:57
- Re: pgbench duration option, Alvaro Herrera, 22:39
- Re: pgbench duration option, ITAGAKI Takahiro, 22:24
- Improving non-joinable EXISTS subqueries, Tom Lane, 22:15
- Re: Postgres-R, leiyonghua, 21:11
- Re: Extending varlena, "Gregory Williamson", 21:04
- Re: Extending varlena, David Fetter, 20:46
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 20:29
- Re: pgbench duration option, Tom Lane, 20:18
- Re: Extending varlena, Tom Lane, 19:40
- Re: Extending varlena, Tom Lane, 19:31
- Re: Extending varlena, Andrew Chernow, 19:28
- Re: Extending varlena, Andrew Chernow, 19:24
- Re: Extending varlena, Tom Lane, 19:19
- Re: Extending varlena, Jeff Davis, 19:11
- Re: Extending varlena, Josh Berkus, 18:50
- Re: Extending varlena, Andrew Chernow, 18:35
- Re: Extending varlena, David Fetter, 18:21
- Re: pgbench duration option, Alvaro Herrera, 18:11
- Re: Extending varlena, Andrew Chernow, 18:09
- PostgreSQL Conference: West - Call for Papers, Joshua Drake, 18:07
- Re: Overhauling GUCS, Alvaro Herrera, 17:50
- Re: Overhauling GUCS, dpage, 17:34
- Re: Extending varlena, David Fetter, 17:32
- Re: Patch: plan invalidation vs stored procedures, "Asko Oja", 16:49
- Re: Patch: plan invalidation vs stored procedures, "Pavel Stehule", 16:41
- Re: Overhauling GUCS, Magnus Hagander, 16:38
- Re: Patch: plan invalidation vs stored procedures, Hannu Krosing, 16:36
- Re: pgbench duration option, Greg Smith, 16:25
- Re: Extending varlena, Tom Lane, 16:22
- Re: Overhauling GUCS, Greg Smith, 16:21
- Extending varlena, David Fetter, 16:08
- Re: Overhauling GUCS, Josh Berkus, 15:59
- Re: Overhauling GUCS, "Dave Page", 15:55
- Re: Overhauling GUCS, Gregory Stark, 15:51
- Re: IN vs EXISTS equivalence, "Kevin Grittner", 15:47
- Re: Text Selectivity Operators in String Types, "David E. Wheeler", 15:47
- Re: Overhauling GUCS, Tom Lane, 15:40
- Re: Overhauling GUCS, Josh Berkus, 15:35
- Re: Text Selectivity Operators in String Types, Tom Lane, 15:18
- Re: Overhauling GUCS, Gregory Stark, 14:57
- Re: Compatibility types, type aliases, and distinct types, Tom Lane, 14:29
- Text Selectivity Operators in String Types, "David E. Wheeler", 14:26
- Re: pgbench duration option, Tom Lane, 14:25
- Re: Compatibility types, type aliases, and distinct types, Peter Eisentraut, 14:17
- Re: Overhauling GUCS, Greg Smith, 13:39
- Re: any psql static binary for iphone ?, Robert Treat, 12:52
- Re: SeqScan costs, Tom Lane, 12:49
- Re: migrate data 6.5.3 -> 8.3.1, Tom Lane, 12:17
- Re: SeqScan costs, Simon Riggs, 12:08
- Re: SeqScan costs, Gregory Stark, 11:44
- Re: proposal sql: labeled function params, "Robert Haas", 11:25
- Re: proposal sql: labeled function params, Hannu Krosing, 11:25
- Re: proposal sql: labeled function params, Bruce Momjian, 11:19
- Re: Overhauling GUCS, Magnus Hagander, 11:17
- Re: Overhauling GUCS, Steve Atkins, 11:12
- Re: [COMMITTERS] pgsql: Make the pg_stat_activity view call a SRF, Bruce Momjian, 10:53
- Re: Compatibility types, type aliases, and distinct types, Tom Lane, 10:26
- Re: Postgres-R, "K, Niranjan (NSN - IN/Bangalore)", 10:12
- Re: any psql static binary for iphone ?, "Merlin Moncure", 09:25
- Re: any psql static binary for iphone ?, Hans-Juergen Schoenig, 09:16
- Re: any psql static binary for iphone ?, "Merlin Moncure", 09:07
- Re: Compatibility types, type aliases, and distinct types, "Asko Oja", 08:50
- Re: Compatibility types, type aliases, and distinct types, Stephen Frost, 08:33
- Re: any psql static binary for iphone ?, Oleg Bartunov, 08:22
- Re: So what about XSLT?, Peter Eisentraut, 08:18
- Compatibility types, type aliases, and distinct types, Peter Eisentraut, 08:11
- Re: migrate data 6.5.3 -> 8.3.1, alexander lunyov, 08:06
- Re: Overhauling GUCS, "Michael Nacos", 07:26
- Re: proposal sql: labeled function params, Hannu Krosing, 06:59
- Re: [SPAM?]: Re: proposal sql: labeled function params, Hannu Krosing, 06:59
- Re: any psql static binary for iphone ?, Gregory Stark, 05:36
- Re: Postgres-R, leiyonghua, 05:28
- Re: Patch: plan invalidation vs stored procedures, "Pavel Stehule", 05:05
- Re: IN vs EXISTS equivalence, "Pavel Stehule", 05:02
- Re: Patch: plan invalidation vs stored procedures, Dimitri Fontaine, 05:00
- Re: Automatic Client Failover, Simon Riggs, 04:57
- Re: Overhauling GUCS, Magnus Hagander, 04:05
- Re: any psql static binary for iphone ?, Hans-Juergen Schoenig, 04:02
- Re: proposal sql: labeled function params, Peter Eisentraut, 03:51
- Re: any psql static binary for iphone ?, Peter Eisentraut, 03:47
- WITH RECURSIVE patches 0818, Tatsuo Ishii, 03:38
- Re: proposal sql: labeled function params, "Pavel Stehule", 02:53
- Re: migrate data 6.5.3 -> 8.3.1, alexander lunyov, 01:57
- Re: migrate data 6.5.3 -> 8.3.1, alexander lunyov, 01:52
- Re: about postgres-r setup., leiyonghua, 00:22
August 17, 2008
- Re: Patch: plan invalidation vs stored procedures, Andrew Dunstan, 23:44
- Re: Overhauling GUCS, Josh Berkus, 23:23
- Re: proposal sql: labeled function params, "Robert Haas", 20:07
- Re: Patch: plan invalidation vs stored procedures, David Fetter, 19:34
- Re: proposal sql: labeled function params, Hannu Krosing, 19:17
- Re: Overhauling GUCS, Steve Atkins, 18:49
- Re: proposal sql: labeled function params, "Robert Haas", 18:24
- Re: Overhauling GUCS, Greg Smith, 18:12
- Re: proposal sql: labeled function params, Hannu Krosing, 17:48
- Re: IN vs EXISTS equivalence, Tom Lane, 17:29
- Re: Overhauling GUCS, Tom Lane, 17:18
- Re: API for Managing pg_hba and postgresql.conf, Greg Smith, 17:14
- Re: Overhauling GUCS, Greg Smith, 16:48
- Re: pgbench duration option, Greg Smith, 16:07
- Re: proposal sql: labeled function params, "Pavel Stehule", 14:50
- any psql static binary for iphone ?, Oleg Bartunov, 14:34
- Re: [PgFoundry] Unsigned Data Types, "Asko Oja", 14:07
- Re: proposal sql: labeled function params, Gregory Stark, 14:06
- Re: proposal sql: labeled function params, "Asko Oja", 14:05
- Re: [PgFoundry] Unsigned Data Types, "Ryan Bradetich", 14:03
- Re: proposal sql: labeled function params, "Pavel Stehule", 11:59
- Re: proposal sql: labeled function params, Hannu Krosing, 11:55
- Re: proposal sql: labeled function params, "Pavel Stehule", 11:55
- Re: Mini improvement: statement_cost_limit, "Hans-Jürgen Schönig", 11:15
- Re: proposal sql: labeled function params, Tom Lane, 11:08
- Re: proposal sql: labeled function params, Hannu Krosing, 07:51
- Re: Replay attack of query cancel, Magnus Hagander, 04:36
- Re: proposal sql: labeled function params, "Pavel Stehule", 02:06
August 16, 2008
- Re: Replay attack of query cancel, Andrew Gierth, 22:24
- Re: Replay attack of query cancel, Tom Lane, 21:46
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 21:40
- Re: Limitations on trigger functions, Tom Lane, 21:35
- Limitations on trigger functions, "Dan Eloff", 19:35
- Re: Plugin system like Firefox, Dimitri Fontaine, 17:19
- Re: Replay attack of query cancel, Alvaro Herrera, 16:03
- Re: Patch: plan invalidation vs stored procedures, "Asko Oja", 16:02
- Re: Replay attack of query cancel, Andrew Gierth, 14:18
- Re: proposal sql: labeled function params, Decibel!, 14:09
- Re: [PgFoundry] Unsigned Data Types, Decibel!, 13:53
- Re: proposal sql: labeled function params, Hannu Krosing, 13:52
- Re: proposal sql: labeled function params, Peter Eisentraut, 13:44
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 12:22
- Re: proposal sql: labeled function params, Tom Lane, 11:59
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Tom Lane, 11:57
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 11:47
- [Fwd: [COMMITTERS] pgsql: probes.h is generated from probes.d, not pg_trace.d.], Magnus Hagander, 08:45
- Re: proposal sql: labeled function params, "Pavel Stehule", 02:44
- Re: proposal sql: labeled function params, "Pavel Stehule", 02:38
- Re: Explain XML patch submitted, Tom Raney, 00:15
August 15, 2008
- Re: Explain XML patch submitted, Bruce Momjian, 23:43
- Re: stat() vs cygwin, Bruce Momjian, 23:43
- Re: Replay attack of query cancel, Bruce Momjian, 22:15
- Re: compilig libpq with borland 5.5, Bruce Momjian, 21:57
- Re: Join Removal/ Vertical Partitioning, Bruce Momjian, 20:40
- Re: psql bug -- using old variables and database connection, Bruce Momjian, 20:17
- Re: Mini improvement: statement_cost_limit, Josh Berkus, 19:05
- Re: Misusing functions taking "internal" via coincidental signature match, "David E. Wheeler", 18:44
- Misusing functions taking "internal" via coincidental signature match, Tom Lane, 18:12
- Re: Mini improvement: statement_cost_limit, "Robert Haas", 18:03
- Re: Mini improvement: statement_cost_limit, Tom Lane, 17:54
- Re: proposal sql: labeled function params, Hannu Krosing, 15:24
- Re: Automatic Client Failover, Bruce Momjian, 14:25
- Re: proposal sql: labeled function params, Hannu Krosing, 14:20
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Bruce Momjian, 14:02
- Re: Automatic Client Failover, Simon Riggs, 13:44
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 13:27
- Re: modifying views, Andrew Dunstan, 12:34
- Re: Automatic Client Failover, Bruce Momjian, 12:24
- Re: modifying views, Martijn van Oosterhout, 12:20
- Re: Mini improvement: statement_cost_limit, Bruce Momjian, 12:12
- Re: Mini improvement: statement_cost_limit, Ron Mayer, 11:47
- Re: Mini improvement: statement_cost_limit, Bruce Momjian, 11:16
- Re: So what about XSLT?, Tom Lane, 11:14
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Bruce Momjian, 10:32
- Re: migrate data 6.5.3 -> 8.3.1, Tom Lane, 10:25
- Re: Reporting the bind-parameter on an error, Tom Lane, 10:23
- Re: So what about XSLT?, Andrew Dunstan, 10:22
- Re: migrate data 6.5.3 -> 8.3.1, Tom Lane, 10:14
- Re: So what about XSLT?, Tom Lane, 10:05
- Re: proposal sql: labeled function params, Tom Lane, 10:01
- Re: varchar/name casts, Tom Lane, 09:59
- Re: proposal sql: labeled function params, "Pavel Stehule", 09:31
- Re: So what about XSLT?, David Fetter, 09:24
- So what about XSLT?, Peter Eisentraut, 09:11
- Re: proposal sql: labeled function params, Peter Eisentraut, 09:03
- varchar/name casts, Peter Eisentraut, 09:00
- Re: XML / XSL rendering in PostgreSQL server?, Peter Eisentraut, 08:54
- Re: proposal sql: labeled function params, "Pavel Stehule", 08:54
- Re: proposal sql: labeled function params, Peter Eisentraut, 08:52
- Re: XML / XSL rendering in PostgreSQL server?, "Peter Sampson", 08:09
- Re: XML / XSL rendering in PostgreSQL server?, Tino Wildenhain, 07:46
- Re: migrate data 6.5.3 -> 8.3.1, alexander lunyov, 07:26
- Re: Patch: plan invalidation vs stored procedures, Martin Pihlak, 07:13
- Re: migrate data 6.5.3 -> 8.3.1, Andreas Pflug, 06:56
- Reporting the bind-parameter on an error, "Fujii Masao", 06:53
- Re: migrate data 6.5.3 -> 8.3.1, "Guillaume Smet", 06:27
- Re: migrate data 6.5.3 -> 8.3.1, alexander lunyov, 06:17
- Re: migrate data 6.5.3 -> 8.3.1, Andreas Pflug, 05:54
- Re: migrate data 6.5.3 -> 8.3.1, alexander lunyov, 05:42
- Re: migrate data 6.5.3 -> 8.3.1, "Guillaume Smet", 04:58
- XML / XSL rendering in PostgreSQL server?, "Peter Sampson", 04:55
- Re: migrate data 6.5.3 -> 8.3.1, Zdenek Kotala, 04:34
- Re: migrate data 6.5.3 -> 8.3.1, alexander lunyov, 03:54
- Re: proposal sql: labeled function params, "Pavel Stehule", 02:32
- Re: proposal sql: labeled function params, "Pavel Stehule", 02:22
- [PgFoundry] Unsigned Data Types, "Ryan Bradetich", 02:00
- Re: proposal sql: labeled function params, Tom Lane, 00:27
August 14, 2008
- Re: Parsing of pg_hba.conf and authentication inconsistencies, "Andreas 'ads' Scherbaum", 19:03
- Re: modifying views, Decibel!, 18:57
- Re: Plugin system like Firefox, Decibel!, 18:48
- Re: SeqScan costs, Decibel!, 18:37
- Re: gsoc, oprrest function for text search take 2, Alvaro Herrera, 18:05
- Re: gsoc, oprrest function for text search take 2, Jan Urbański, 17:42
- Re: gsoc, oprrest function for text search take 2, Alvaro Herrera, 17:33
- Re: proposal sql: labeled function params, Hannu Krosing, 17:05
- API for Managing pg_hba and postgresql.conf, Andrew Satori, 16:33
- Re: gsoc, oprrest function for text search take 2, Jan Urbański, 16:27
- Re: gsoc, oprrest function for text search take 2, Jan Urbański, 15:45
- Re: WIP: patch to create explicit support for semi and anti joins, Tom Lane, 15:04
- Re: autovacuum and TOAST tables, Tom Lane, 14:15
- Re: autovacuum and TOAST tables, Alvaro Herrera, 14:07
- Re: IN vs EXISTS equivalence, Simon Riggs, 13:50
- Re: WIP: patch to create explicit support for semi and anti joins, "Kevin Grittner", 13:45
- Re: WIP: patch to create explicit support for semi and anti joins, Tom Lane, 13:08
- Re: WIP: patch to create explicit support for semi and anti joins, Simon Riggs, 11:48
- Re: Patch: propose to include 3 new functions into intarray and intagg, Zdenek Kotala, 11:29
- Re: migrate data 6.5.3 -> 8.3.1, Kenneth Marshall, 10:51
- Re: migrate data 6.5.3 -> 8.3.1, "David Blewett", 10:34
- Re: Join Removal/ Vertical Partitioning, Simon Riggs, 10:12
- Re: WIP: patch to create explicit support for semi and anti joins, Tom Lane, 10:04
- migrate data 6.5.3 -> 8.3.1, alexander lunyov, 09:58
- Re: Join Removal/ Vertical Partitioning, "Robert Haas", 09:27
- Re: compilig libpq with borland 5.5, "Merlin Moncure", 09:09
- Re: compilig libpq with borland 5.5, "claudio lezcano", 09:02
- Re: benchmark farm, Andrew Dunstan, 07:35
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 07:17
- Re: gsoc, oprrest function for text search take 2, Jan Urbański, 07:02
- Re: Join Removal/ Vertical Partitioning, Gregory Stark, 06:22
- Re: gsoc, oprrest function for text search take 2, Gregory Stark, 06:21
- Re: WIP: patch to create explicit support for semi and anti joins, Simon Riggs, 06:20
- Re: Join Removal/ Vertical Partitioning, Simon Riggs, 06:10
- Re: gsoc, oprrest function for text search take 2, "Heikki Linnakangas", 06:03
- proposal sql: labeled function params, "Pavel Stehule", 05:56
- Re: gsoc, oprrest function for text search take 2, Jan Urbański, 05:53
- Re: gsoc, oprrest function for text search take 2, "Heikki Linnakangas", 05:42
- Re: gsoc, oprrest function for text search take 2, Jan Urbański, 02:46
- Re: benchmark farm, "Michael Holzman", 00:46
- Re: compilig libpq with borland 5.5, "Merlin Moncure", 00:22
August 13, 2008
- Re: SeqScan costs, Andrew Gierth, 23:45
- Re: WIP: patch to create explicit support for semi and anti joins, "David E. Wheeler", 23:15
- Re: WIP: patch to create explicit support for semi and anti joins, Tom Lane, 23:12
- Re: WIP: patch to create explicit support for semi and anti joins, "David E. Wheeler", 22:52
- Re: compilig libpq with borland 5.5, Bruce Momjian, 22:46
- Re: SeqScan costs, Tom Lane, 21:39
- Re: SeqScan costs, Decibel!, 21:31
- Re: [PERFORM] autovacuum: use case for indenpedent TOAST table autovac settings, Tom Lane, 20:53
- Re: SeqScan costs, Tom Lane, 20:44
- Re: SeqScan costs, Gregory Stark, 20:01
- Re: gsoc, oprrest function for text search take 2, Heikki Linnakangas, 17:58
- Re: SeqScan costs, Decibel!, 16:52
- Re: gsoc, oprrest function for text search take 2, Jan Urbański, 16:43
- Re: benchmark farm, Andy Colson, 16:12
- Re: Replay attack of query cancel, Heikki Linnakangas, 15:47
- Re: Transaction-controlled robustness for replication, Simon Riggs, 15:40
- Re: SeqScan costs, Andrew Gierth, 14:33
- Re: Replay attack of query cancel, "Marko Kreen", 14:07
- Re: Transaction-controlled robustness for replication, Bruce Momjian, 12:59
- Re: temporary statistics option at initdb time, Magnus Hagander, 12:57
- Re: Transaction-controlled robustness for replication, Bruce Momjian, 12:55
- Re: SeqScan costs, Decibel!, 12:49
- Re: Transaction-controlled robustness for replication, Simon Riggs, 12:46
- Re: C Extension woes, Tim Hawes, 12:35
- Re: Transaction-controlled robustness for replication, Simon Riggs, 12:21
- Re: C Extension woes, Jan Urbański, 12:18
- Re: benchmark farm, "Jaime Casanova", 12:09
- Re: temporary statistics option at initdb time, Decibel!, 11:30
- Re: Transaction-controlled robustness for replication, Bruce Momjian, 11:27
- Re: Transaction-controlled robustness for replication, Bruce Momjian, 11:17
- Re: Replay attack of query cancel, "Kevin Grittner", 11:11
- Re: Uncopied parameters on CREATE TABLE LIKE, Bruce Momjian, 11:03
- Re: C Extension woes, Tim Hawes, 10:39
- Re: Overhauling GUCS, "Michael Nacos", 10:38
- Re: C Extension woes, Tom Lane, 10:34
- Re: Replay attack of query cancel, Magnus Hagander, 10:26
- Re: Replay attack of query cancel, Tom Lane, 10:18
- Re: Replay attack of query cancel, Magnus Hagander, 10:09
- Re: Replay attack of query cancel, Tom Lane, 10:00
- Re: Transaction-controlled robustness for replication, Simon Riggs, 10:00
- Re: Replay attack of query cancel, Magnus Hagander, 09:59
- Re: Replay attack of query cancel, "Stephen R. van den Berg", 09:46
- Re: Transaction-controlled robustness for replication, Markus Wanner, 09:38
- Re: temporary statistics option at initdb time, Magnus Hagander, 09:34
- Re: Transaction-controlled robustness for replication, Simon Riggs, 09:11
- Patch: propose to include 3 new functions into intarray and intagg, "Dmitry Koterov", 07:29
- Re: Replay attack of query cancel, Magnus Hagander, 07:19
- Re: C Extension woes, Andrew Chernow, 07:19
- Re: C Extension woes, Jan Urbański, 07:18
- C Extension woes, Tim Hawes, 06:52
- Re: Replay attack of query cancel, Gregory Stark, 06:43
- Re: Replay attack of query cancel, "Stephen R. van den Berg", 06:14
- Re: SeqScan costs, Simon Riggs, 06:06
- Re: Transaction-controlled robustness for replication, Markus Wanner, 05:27
- Re: Replay attack of query cancel, Magnus Hagander, 05:19
- Re: Transaction-controlled robustness for replication, Simon Riggs, 05:14
- Re: temporary statistics option at initdb time, Magnus Hagander, 05:12
- Re: Transaction-controlled robustness for replication, Markus Wanner, 05:06
- Re: Transaction-controlled robustness for replication, Markus Wanner, 03:35
- Re: Plugin system like Firefox, "Dann Corbit", 01:29
- Re: Transaction-controlled robustness for replication, Alvaro Herrera, 01:22
- Re: Transaction-controlled robustness for replication, Tom Lane, 00:48
- Re: Transaction-controlled robustness for replication, Alvaro Herrera, 00:38
- Re: SeqScan costs, Simon Riggs, 00:30
- Re: Replay attack of query cancel, Tom Lane, 00:20
- Re: temporary statistics option at initdb time, Tom Lane, 00:14
- Re: Plugin system like Firefox, Bruce Momjian, 00:04
August 12, 2008
- Re: Transaction-controlled robustness for replication, Tom Lane, 23:51
- Re: pgbench duration option, ITAGAKI Takahiro, 23:23
- Re: SeqScan costs, Tom Lane, 23:22
- Re: Planner question, Tom Lane, 23:07
- Re: pgbench duration option, Tom Lane, 23:00
- pgbench duration option, ITAGAKI Takahiro, 21:55
- Re: Plugin system like Firefox, "David E. Wheeler", 21:54
- Re: SeqScan costs, Jeff Davis, 21:14
- Re: Plugin system like Firefox, "Robert Haas", 21:12
- Re: Uncopied parameters on CREATE TABLE LIKE, ITAGAKI Takahiro, 20:38
- Planner question, Tom Raney, 19:53
- Re: temporary statistics option at initdb time, Decibel!, 19:23
- Re: Plugin system like Firefox, "Webb Sprague", 19:21
- Re: IN vs EXISTS equivalence, Decibel!, 19:01
- Re: SeqScan costs, Gregory Stark, 18:58
- Re: SeqScan costs, Andrew Gierth, 17:52
- Re: Transaction-controlled robustness for replication, Markus Wanner, 17:28
- Re: SeqScan costs, Simon Riggs, 16:54
- Re: Plugin system like Firefox, Steve Atkins, 16:25
- Re: Plugin system like Firefox, "David E. Wheeler", 16:25
- Re: Plugin system like Firefox, Bruce Momjian, 16:16
- Re: Plugin system like Firefox, Markus Wanner, 16:08
- Re: Transaction-controlled robustness for replication, Simon Riggs, 16:04
- Re: SeqScan costs, Tom Lane, 15:46
- Re: Plugin system like Firefox, Bruce Momjian, 15:42
- Re: Transaction-controlled robustness for replication, Tom Lane, 15:40
- Re: temporary statistics option at initdb time, Euler Taveira de Oliveira, 15:25
- SeqScan costs, Simon Riggs, 14:31
- Re: Plugin system like Firefox, Markus Wanner, 14:24
- Re: Uncopied parameters on CREATE TABLE LIKE, Simon Riggs, 14:10
- Re: Plugin system like Firefox, "Robert Haas", 14:04
- Re: Replay attack of query cancel, Magnus Hagander, 13:41
- Re: Uncopied parameters on CREATE TABLE LIKE, Bruce Momjian, 13:34
- Re: Transaction-controlled robustness for replication, Bruce Momjian, 13:33
- Re: Transaction-controlled robustness for replication, Simon Riggs, 13:32
- Re: temporary statistics option at initdb time, Magnus Hagander, 13:27
- Re: Transaction-controlled robustness for replication, Bruce Momjian, 12:54
- Re: Transaction-controlled robustness for replication, Simon Riggs, 12:54
- Re: Transaction-controlled robustness for replication, Bruce Momjian, 12:48
- Re: Plugin system like Firefox, Bruce Momjian, 12:41
- Re: Transaction-controlled robustness for replication, Simon Riggs, 12:39
- Re: Transaction-controlled robustness for replication, Bruce Momjian, 11:52
- Re: Transaction-controlled robustness for replication, Bruce Momjian, 11:51
- Re: Plugin system like Firefox, Markus Wanner, 11:14
- Re: temporary statistics option at initdb time, Robert Treat, 11:09
- Re: Plugin system like Firefox, Bruce Momjian, 11:07
- Re: Plugin system like Firefox, Bruce Momjian, 11:05
- Re: Replay attack of query cancel, Magnus Hagander, 08:18
- Re: Proposal of SE-PostgreSQL patches [try#2], KaiGai Kohei, 06:32
- Re: Plugin system like Firefox, Peter Eisentraut, 06:06
- Re: WIP: New Page API, Markus Wanner, 05:43
- Re: WIP: New Page API, Zdenek Kotala, 05:38
- psql bug -- using old variables and database connection, Gregory Stark, 05:10
- Copy column storage parameters on CREATE TABLE LIKE/INHERITS, ITAGAKI Takahiro, 04:46
- Re: WIP: New Page API, Markus Wanner, 04:14
- Re: Plugin system like Firefox, Markus Wanner, 04:13
- Re: Plugin system like Firefox, "Dave Page", 03:26
- Re: proposal: UTF8 to_ascii function, Jan Urbański, 02:58
- Re: proposal: UTF8 to_ascii function, "Pavel Stehule", 01:17
August 11, 2008
- Re: Plans for 8.4, Bruce Momjian, 23:48
- Re: pltcl_*mod commands are broken on Solaris 10, Bruce Momjian, 23:35
- Plugin system like Firefox, Bruce Momjian, 23:13
- Re: IN vs EXISTS equivalence, Tom Lane, 21:45
- Re: autovacuum and TOAST tables, Alvaro Herrera, 21:06
- Re: Mini improvement: statement_cost_limit, Casey Duncan, 20:43
- Re: autovacuum and TOAST tables, Tom Lane, 19:06
- Re: autovacuum and TOAST tables, Tom Lane, 18:58
- Re: autovacuum and TOAST tables, Alvaro Herrera, 18:42
- Re: IN vs EXISTS equivalence, Gregory Stark, 16:40
- Re: Column level privileges was:(Re: Extending grant insert on tables to sequences), "Jaime Casanova", 15:54
- Re: IN vs EXISTS equivalence, "Kevin Grittner", 15:15
- Re: proposal: UTF8 to_ascii function, Peter Eisentraut, 14:40
- Re: Type Categories for User-Defined Types, "David E. Wheeler", 13:43
- Re: IN vs EXISTS equivalence, Tom Lane, 12:59
- Re: Mini improvement: statement_cost_limit, Decibel!, 12:47
- Re: Mini improvement: statement_cost_limit, Decibel!, 12:37
- WIP: New Page API, Zdenek Kotala, 12:09
- Re: proposal: UTF8 to_ascii function, "Pavel Stehule", 11:56
- Re: Visibility Groups, Decibel!, 11:36
- Re: Question regarding the database page layout., "Ryan Bradetich", 11:22
- Re: IN vs EXISTS equivalence, Decibel!, 11:19
- Re: proposal: UTF8 to_ascii function, Andrew Dunstan, 11:19
- Re: proposal: UTF8 to_ascii function, "Pavel Stehule", 11:04
- Re: proposal: UTF8 to_ascii function, Andrew Dunstan, 10:56
- Re: proposal: UTF8 to_ascii function, "Pavel Stehule", 10:49
- Re: proposal: UTF8 to_ascii function, "Pavel Stehule", 10:48
- Re: Proposal: PageLayout footprint, Zdenek Kotala, 10:44
- Re: proposal: UTF8 to_ascii function, Jan Urbański, 10:13
- Re: Proposal: PageLayout footprint, "Heikki Linnakangas", 10:07
- Re: Proposal: PageLayout footprint, Zdenek Kotala, 09:48
- Re: proposal: UTF8 to_ascii function, Andrew Dunstan, 09:42
- Re: proposal: UTF8 to_ascii function, Jan Urbański, 09:23
- Re: proposal: UTF8 to_ascii function, Andrew Dunstan, 09:17
- Re: proposal: UTF8 to_ascii function, "Pavel Stehule", 09:00
- Re: Proposal: PageLayout footprint, "Heikki Linnakangas", 08:50
- Re: Skimming icc warnings on mongoose, Tom Lane, 08:49
- Re: proposal: UTF8 to_ascii function, "Pavel Stehule", 08:48
- Skimming icc warnings on mongoose, Gregory Stark, 08:43
- Re: Proposal: PageLayout footprint, Zdenek Kotala, 08:41
- Re: proposal: UTF8 to_ascii function, Andrew Dunstan, 08:27
- Re: Proposal: PageLayout footprint, "Heikki Linnakangas", 08:16
- Re: Proposal: PageLayout footprint, Gregory Stark, 07:50
- Re: Proposal: PageLayout footprint, "Heikki Linnakangas", 07:39
- Re: Multiple anyelement types, "Pavel Stehule", 07:12
- Re: Proposal: PageLayout footprint, Zdenek Kotala, 06:58
- Multiple anyelement types, ITAGAKI Takahiro, 05:31
- Re: Question regarding the database page layout., Gregory Stark, 05:24
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 05:08
- Re: gsoc, oprrest function for text search take 2, "Heikki Linnakangas", 04:40
- Question regarding the database page layout., "Ryan Bradetich", 04:07
- Re: Proposal: PageLayout footprint, "Heikki Linnakangas", 03:46
- proposal: UTF8 to_ascii function, "Pavel Stehule", 03:39
- Proposal: PageLayout footprint, Zdenek Kotala, 01:06
August 09, 2008
- Re: which statements need bind/describe messages?, Abhijit Menon-Sen, 23:16
- temporary statistics option at initdb time, Euler Taveira de Oliveira, 21:31
- which statements need bind/describe messages?, Abhijit Menon-Sen, 06:27
- Re: Verbosity of Function Return Type Checks, Volkan YAZICI, 06:13
- Re: Verbosity of Function Return Type Checks, Volkan YAZICI, 05:54
- Re: Visibility Groups, daveg, 00:28
August 08, 2008
- Re: autovacuum and TOAST tables, Tom Lane, 19:47
- Re: autovacuum and TOAST tables, Alvaro Herrera, 18:26
- Re: IN vs EXISTS equivalence, "Kevin Grittner", 18:25
- Re: Replay attack of query cancel, Tom Lane, 17:09
- Re: Replay attack of query cancel, Magnus Hagander, 16:54
- Re: Replay attack of query cancel, Tom Lane, 16:45
- Re: IN vs EXISTS equivalence, Tom Lane, 16:23
- Re: Replay attack of query cancel, Alvaro Herrera, 15:15
- Replay attack of query cancel, "Heikki Linnakangas", 14:55
- Re: autovacuum and TOAST tables, Tom Lane, 13:16
- Re: Proposal of SE-PostgreSQL patches [try#2], Josh Berkus, 13:01
- autovacuum and TOAST tables, Alvaro Herrera, 12:58
- Re: CommitFest July Over, Josh Berkus, 12:52
- Re: Avoiding Application Re-test, chris, 12:43
- Re: Verbosity of Function Return Type Checks, Alvaro Herrera, 11:33
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Stephen Frost, 11:12
- Re: Oprofile with postgresql, Tom Lane, 10:11
- Re: For what should pg_stop_backup wait?, Simon Riggs, 10:02
- Re: patch: Add columns via CREATE OR REPLACE VIEW, Tom Lane, 09:42
- Verbosity of Function Return Type Checks, Volkan YAZICI, 08:00
- Re: For what should pg_stop_backup wait?, Simon Riggs, 07:57
- Oprofile with postgresql, "崔岩ccuiyyan@sina.com", 07:16
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 05:04
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "Asko Oja", 02:50
August 07, 2008
- Re: For what should pg_stop_backup wait?, "Fujii Masao", 22:47
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "Robert Haas", 21:41
- Re: bug in prepared statements, alter table <8.3, Tom Lane, 20:32
- Re: patch: Add columns via CREATE OR REPLACE VIEW, Tom Lane, 19:56
- Re: bug in prepared statements, alter table <8.3, Andrew Gierth, 18:49
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "Robert Haas", 18:38
- bug in prepared statements, alter table <8.3, "Merlin Moncure", 18:30
- Re: patch: Add columns via CREATE OR REPLACE VIEW, Tom Lane, 17:26
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "Robert Haas", 17:15
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "Robert Haas", 16:46
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "David E. Wheeler", 16:24
- Re: patch: Add columns via CREATE OR REPLACE VIEW, Tom Lane, 16:01
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "Pavel Stehule", 15:18
- Re: patch: Add columns via CREATE OR REPLACE VIEW, Gregory Stark, 15:03
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "Robert Haas", 14:34
- Re: patch: Add columns via CREATE OR REPLACE VIEW, Tom Lane, 14:13
- Re: patch: Add columns via CREATE OR REPLACE VIEW, Alvaro Herrera, 14:01
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "Robert Haas", 13:07
- Re: patch: Add columns via CREATE OR REPLACE VIEW, Andrew Dunstan, 13:00
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "Robert Haas", 12:56
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "David E. Wheeler", 12:52
- Re: Avoiding Application Re-test, "Asko Oja", 12:47
- Re: Visibility Groups, Gregory Stark, 12:44
- Re: Visibility Groups, Simon Riggs, 12:26
- Re: Infrastructure changes for recovery, Simon Riggs, 12:05
- Re: Infrastructure changes for recovery, Simon Riggs, 11:55
- Re: patch: Add columns via CREATE OR REPLACE VIEW, Alvaro Herrera, 11:49
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Stephen Frost, 11:44
- Re: patch: Add columns via CREATE OR REPLACE VIEW, Tom Lane, 11:43
- Re: patch: Add columns via CREATE OR REPLACE VIEW, "Robert Haas", 11:42
- Re: Avoiding Application Re-test, Richard Huxton, 11:42
- Re: Infrastructure changes for recovery, Simon Riggs, 11:28
- Re: Avoiding Application Re-test, Tom Lane, 11:21
- Re: patch: Add columns via CREATE OR REPLACE VIEW, Alvaro Herrera, 11:17
- Re: Visibility Groups, Alvaro Herrera, 11:09
- Re: Visibility Groups, Gregory Stark, 11:03
- Re: Infrastructure changes for recovery, Alvaro Herrera, 10:56
- Re: Visibility Groups, Gregory Stark, 10:50
- Re: Visibility Groups, "Robert Haas", 10:49
- Re: Infrastructure changes for recovery, Tom Lane, 10:48
- Re: Visibility Groups, Simon Riggs, 10:35
- Re: For what should pg_stop_backup wait?, Simon Riggs, 10:34
- Re: Visibility Groups, Tom Lane, 10:28
- Re: Avoiding Application Re-test, Alvaro Herrera, 10:25
- Re: Visibility Groups, Alvaro Herrera, 10:20
- Re: Visibility Groups, Richard Huxton, 10:18
- Avoiding Application Re-test, Simon Riggs, 10:17
- Re: Avoiding Application Re-test, Magnus Hagander, 10:15
- Re: Visibility Groups, "Kevin Grittner", 10:14
- Re: For what should pg_stop_backup wait?, Simon Riggs, 09:59
- [patch] fix dblink security hole, "Marko Kreen", 09:53
- Re: Visibility Groups, Simon Riggs, 09:42
- Re: Visibility Groups, Simon Riggs, 09:25
- Re: Visibility Groups, Richard Huxton, 09:18
- Re: Visibility Groups, Gregory Stark, 08:30
- For what should pg_stop_backup wait?, "Fujii Masao", 08:11
- patch: Add columns via CREATE OR REPLACE VIEW, "Robert Haas", 08:03
- Re: Visibility Groups, Simon Riggs, 08:02
- Infrastructure changes for recovery, Simon Riggs, 07:44
- Re: Visibility Groups, "Jochem van Dieten", 06:55
- Visibility Groups, Simon Riggs, 06:38
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 05:20
- [PATCH] allow has_table_privilege(..., 'usage') on sequences, Abhijit Menon-Sen, 04:08
- Re: Patch: plan invalidation vs stored procedures, Tom Lane, 00:04
August 06, 2008
- Re: plan invalidation vs stored procedures, "Merlin Moncure", 22:11
- Re: Proposal of SE-PostgreSQL patches [try#2], KaiGai Kohei, 21:34
- Re: plan invalidation vs stored procedures, Dimitri Fontaine, 15:52
- Re: plan invalidation vs stored procedures, "Marko Kreen", 15:36
- Re: plan invalidation vs stored procedures, Florian Pflug, 15:29
- Re: Status of DISTINCT-by-hashing work, Tom Lane, 15:16
- ambulkinsert, "Steve Mitchell", 15:13
- Re: plan invalidation vs stored procedures, "Marko Kreen", 14:42
- Re: plan invalidation vs stored procedures, "Asko Oja", 14:35
- Re: plan invalidation vs stored procedures, "Merlin Moncure", 14:33
- Re: plan invalidation vs stored procedures, "Marko Kreen", 14:28
- Patch: plan invalidation vs stored procedures, Martin Pihlak, 14:28
- Re: plan invalidation vs stored procedures, "Merlin Moncure", 14:13
- Re: Parsing of pg_hba.conf and authenticationinconsistencies, Tom Lane, 12:59
- Re: unable to build libpq on Win 2003 (32 bit), "Hiroshi Saito", 12:45
- Re: Automatic Client Failover, Markus Wanner, 12:04
- Re: Parsing of pg_hba.conf and authenticationinconsistencies, Peter Eisentraut, 11:56
- Re: unable to build libpq on Win 2003 (32 bit), "Nikolae Shevchenco (md)", 11:50
- Re: unable to build libpq on Win 2003 (32 bit), "Hiroshi Saito", 11:30
- Re: 8.3 planner ignore index with text_pattern_ops for eq, Tom Lane, 11:03
- 8.3 planner ignore index with text_pattern_ops for eq, "Pavel Stehule", 10:55
- Re: Status of DISTINCT-by-hashing work, Tom Lane, 10:42
- Re: Status of DISTINCT-by-hashing work, "Hitoshi Harada", 10:40
- Re: Automatic Client Failover, Dimitri Fontaine, 10:35
- Re: plan invalidation vs stored procedures, Hannu Krosing, 10:29
- Re: Status of DISTINCT-by-hashing work, Tom Lane, 10:27
- Re: plan invalidation vs stored procedures, "Pavel Stehule", 09:41
- Re: Status of DISTINCT-by-hashing work, Hans-Juergen Schoenig, 09:11
- Re: plan invalidation vs stored procedures, Hannu Krosing, 08:20
- Re: unable to build libpq on Win 2003 (32 bit), "Nikolae Shevchenco (md)", 06:49
- Re: Status of DISTINCT-by-hashing work, "Hitoshi Harada", 06:20
- Re: plan invalidation vs stored procedures, "Pavel Stehule", 06:13
- Re: plan invalidation vs stored procedures, Hannu Krosing, 05:15
- Re: plan invalidation vs stored procedures, Hannu Krosing, 05:10
- Re: plan invalidation vs stored procedures, "Marko Kreen", 02:20
August 05, 2008
- Re: [patch] gsoc, improving hash index v2, Jens-Wolfhard Schicke, 21:40
- Re: [patch] gsoc, improving hash index v2, "Xiao Meng", 21:39
- Re: [patch] gsoc, improving hash index v2, "Xiao Meng", 21:33
- Re: unable to build libpq on Win 2003 (32 bit), "Hiroshi Saito", 20:06
- Re: Parsing of pg_hba.conf and authenticationinconsistencies, Magnus Hagander, 16:56
- Re: Parsing of pg_hba.conf and authenticationinconsistencies, "korry", 16:41
- Re: plan invalidation vs stored procedures, "Merlin Moncure", 16:09
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Simon Riggs, 16:07
- Re: DROP DATABASE always seeing database in use, Gregory Stark, 14:38
- Re: Why we don't panic in PageGetExactFreeSpace, Zdenek Kotala, 14:29
- Re: Why we don't panic in PageGetExactFreeSpace, Tom Lane, 14:20
- Re: DROP DATABASE always seeing database in use, "Robert Haas", 14:17
- Why we don't panic in PageGetExactFreeSpace, Zdenek Kotala, 13:42
- unable to build libpq on Win 2003 (32 bit), "Nikolae Shevchenco (md)", 13:33
- Re: Automatic Client Failover, Markus Wanner, 13:09
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Stephen Frost, 12:39
- Re: IN vs EXISTS equivalence, "Kevin Grittner", 12:33
- Re: Status of DISTINCT-by-hashing work, Tom Lane, 12:29
- Re: Automatic Client Failover, Markus Wanner, 12:13
- Re: unnecessary code in_bt_split, Zdenek Kotala, 12:03
- Re: Status of DISTINCT-by-hashing work, Gregory Stark, 11:50
- Re: Status of DISTINCT-by-hashing work, "Asko Oja", 11:35
- Re: small improvement in buffread common, Tom Lane, 11:09
- Re: plan invalidation vs stored procedures, "Marko Kreen", 11:05
- Status of DISTINCT-by-hashing work, Tom Lane, 10:51
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 10:44
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Tom Lane, 10:35
- Re: CommitFest July Over, Robert Treat, 10:33
- Re: Automatic Client Failover, Dimitri Fontaine, 10:28
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 10:20
- Re: searching bison guru - grouping sets implementation, Gregory Stark, 10:20
- Re: searching bison guru - grouping sets implementation, Gregory Stark, 10:18
- Re: plan invalidation vs stored procedures, "Pavel Stehule", 10:17
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Tom Lane, 10:17
- Re: plan invalidation vs stored procedures, "Pavel Stehule", 10:16
- Re: plan invalidation vs stored procedures, Martin Pihlak, 10:12
- Re: plan invalidation vs stored procedures, "Asko Oja", 10:08
- Re: plan invalidation vs stored procedures, "Asko Oja", 10:04
- Re: Automatic Client Failover, Markus Wanner, 09:57
- Re: plan invalidation vs stored procedures, Tom Lane, 09:51
- Re: IN vs EXISTS equivalence, "Kevin Grittner", 09:44
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 09:29
- Re: plan invalidation vs stored procedures, "Asko Oja", 09:17
- Re: plan invalidation vs stored procedures, "Pavel Stehule", 09:00
- Re: plan invalidation vs stored procedures, "Asko Oja", 08:59
- Re: plan invalidation vs stored procedures, Martin Pihlak, 08:55
- Re: Automatic Client Failover, Dimitri Fontaine, 08:47
- Re: searching bison guru - grouping sets implementation, "Heikki Linnakangas", 08:46
- searching bison guru - grouping sets implementation, "Pavel Stehule", 08:19
- Re: Location for pgstat.stat, Magnus Hagander, 07:45
- Re: Automatic Client Failover, Markus Wanner, 06:56
- small improvement in buffread common, Zdenek Kotala, 06:46
- Re: Automatic Client Failover, Dimitri Fontaine, 06:45
- Re: plan invalidation vs stored procedures, "Pavel Stehule", 06:40
- Re: Automatic Client Failover, Markus Wanner, 06:30
- Re: Automatic Client Failover, Markus Wanner, 06:21
- Re: Automatic Client Failover, Markus Wanner, 06:20
- Re: DROP DATABASE always seeing database in use, Russell Smith, 06:12
- Re: CommitFest July Over, Markus Wanner, 05:20
- Re: PL/PythonU, Tino Wildenhain, 05:08
- plan invalidation vs stored procedures, Martin Pihlak, 04:53
- Re: Automatic Client Failover, Hannu Krosing, 04:50
- Re: CommitFest July Over, Magnus Hagander, 04:36
- Re: Automatic Client Failover, Dimitri Fontaine, 04:34
- Re: Automatic Client Failover, "Greg Stark", 04:03
- Re: Reliability of CURRVAL in a RULE, Richard Huxton, 03:30
- Re: Mini improvement: statement_cost_limit, "Heikki Linnakangas", 02:37
- Re: NDirectFileRead and Write, ITAGAKI Takahiro, 02:26
- PL/LOLCODE [was Re: [PATCH] "\ef <function>" in psql], David Fetter, 02:21
- Re: DROP DATABASE always seeing database in use, Tom Lane, 01:41
August 04, 2008
- Reliability of CURRVAL in a RULE, Nick, 23:39
- Re: Automatic Client Failover, Tom Lane, 22:56
- Re: CommitFest July Over, Robert Treat, 21:48
- Re: Mini improvement: statement_cost_limit, daveg, 21:01
- Re: Automatic Client Failover, daveg, 20:56
- Re: DROP DATABASE always seeing database in use, Jens-Wolfhard Schicke, 20:41
- Re: Automatic Client Failover, Josh Berkus, 20:23
- Re: Automatic Client Failover, Tom Lane, 20:02
- Re: IN vs EXISTS equivalence, Tom Lane, 19:48
- Re: Automatic Client Failover, Dimitri Fontaine, 19:41
- Re: Automatic Client Failover, Hannu Krosing, 19:32
- Re: Automatic Client Failover, Tom Lane, 19:13
- Re: IN vs EXISTS equivalence, "Kevin Grittner", 18:35
- Re: Automatic Client Failover, "Jonah H. Harris", 17:42
- Re: Automatic Client Failover, Josh Berkus, 17:39
- Re: Mini improvement: statement_cost_limit, Robert Treat, 17:19
- Re: Automatic Client Failover, "Jonah H. Harris", 17:17
- Re: Mini improvement: statement_cost_limit, Robert Treat, 17:12
- Re: Mini improvement: statement_cost_limit, Josh Berkus, 16:53
- Re: Mini improvement: statement_cost_limit, "Kevin Grittner", 16:07
- Re: Mini improvement: statement_cost_limit, daveg, 16:04
- Re: Mini improvement: statement_cost_limit, Gregory Stark, 16:02
- Re: Mini improvement: statement_cost_limit, Hannu Krosing, 15:59
- Re: Mini improvement: statement_cost_limit, daveg, 15:56
- Re: Mini improvement: statement_cost_limit, daveg, 15:49
- CommitFest July Over, Josh Berkus, 15:38
- Re: PL/Python, Hannu Krosing, 15:13
- Re: Mini improvement: statement_cost_limit, Greg Smith, 15:09
- Re: PL/Python, "David Blewett", 15:02
- Re: Mini improvement: statement_cost_limit, Josh Berkus, 14:59
- Re: Mini improvement: statement_cost_limit, Robert Treat, 14:35
- Re: Type Categories for User-Defined Types, Andrew Dunstan, 14:15
- Re: Type Categories for User-Defined Types, "David E. Wheeler", 14:09
- Re: Type Categories for User-Defined Types, Alvaro Herrera, 14:02
- Re: PL/PythonU, Hannu Krosing, 13:56
- Re: Type Categories for User-Defined Types, "David E. Wheeler", 13:43
- Re: [PATCH] "\ef <function>" in psql, "David E. Wheeler", 13:31
- Strawberry Perl?, "David E. Wheeler", 13:18
- PL/PythonU, "David Blewett", 13:08
- Re: DROP DATABASE always seeing database in use, Tom Lane, 12:09
- Re: DROP DATABASE always seeing database in use, "Heikki Linnakangas", 11:55
- Re: DROP DATABASE always seeing database in use, Tom Lane, 11:42
- Re: DROP DATABASE always seeing database in use, Tom Lane, 11:39
- Re: Location for pgstat.stat, Tom Lane, 11:37
- Re: DROP DATABASE always seeing database in use, Andrew Dunstan, 11:35
- Re: DROP DATABASE always seeing database in use, Alvaro Herrera, 11:34
- Re: DROP DATABASE always seeing database in use, Gregory Stark, 11:29
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Tom Lane, 11:29
- Re: DROP DATABASE always seeing database in use, Gregory Stark, 11:28
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Tom Lane, 11:22
- Re: unnecessary code in_bt_split, Tom Lane, 11:15
- Re: pg_regress inputdir, Jorgen Austvik - Sun Norway, 10:13
- Re: DROP DATABASE always seeing database in use, Michael Fuhr, 10:01
- Re: DROP DATABASE always seeing database in use, Alvaro Herrera, 09:30
- DROP DATABASE always seeing database in use, Gregory Stark, 06:51
- Re: Location for pgstat.stat, Magnus Hagander, 06:40
- Re: Mini improvement: statement_cost_limit, Gregory Stark, 05:53
- Re: unnecessary code in_bt_split, Zdenek Kotala, 05:23
- Re: Mini improvement: statement_cost_limit, daveg, 03:50
- Initial Unsigned Integer data type performance test results., "Ryan Bradetich", 03:35
- Re: Mini improvement: statement_cost_limit, Mark Kirkwood, 01:12
August 03, 2008
- Re: small bug in hlCover, Sushant Sinha, 23:57
- Re: Instructions for adding new catalog, Tom Lane, 23:04
- Re: Mini improvement: statement_cost_limit, Robert Treat, 22:57
- Re: Instructions for adding new catalog, "Gustavo Tonini", 22:44
- Re: Mini improvement: statement_cost_limit, Josh Berkus, 20:56
- Re: unnecessary code in_bt_split, Tom Lane, 19:44
- unnecessary code in_bt_split, Zdenek Kotala, 17:19
- Re: Mini improvement: statement_cost_limit, "Hans-Jürgen Schönig", 16:09
- Re: small bug in hlCover, Sushant Sinha, 15:15
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Stephen Frost, 09:16
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Stephen Frost, 09:11
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 09:11
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Stephen Frost, 08:58
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Gregory Stark, 06:49
- Re: Auto-explain patch, Dean Rasheed, 05:05
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 04:36
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 04:29
- Re: Mini improvement: statement_cost_limit, daveg, 03:44
- Re: Re: [Pljava-dev] Should creating a new base type require superuser status?, Thomas Hallgren, 02:11
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Tom Lane, 00:32
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Tom Lane, 00:14
August 02, 2008
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Robert Treat, 22:30
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Alvaro Herrera, 17:38
- Re: Review: DTrace probes (merged version) ver_03, Greg Smith, 16:00
- Re: Mini improvement: statement_cost_limit, "Hans-Jürgen Schönig", 15:30
- Re: Parsing of pg_hba.conf and authentication inconsistencies, "Joshua D. Drake", 15:13
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Alvaro Herrera, 15:01
- Re: WITH RECUSIVE patches 0723, Michael Meskes, 14:40
- Re: Mini improvement: statement_cost_limit, Tom Lane, 14:38
- Re: WITH RECUSIVE patches 0723, Michael Meskes, 14:38
- Re: Mini improvement: statement_cost_limit, Andrew Dunstan, 14:35
- Mini improvement: statement_cost_limit, "Hans-Jürgen Schönig", 14:19
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 13:36
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Josh Berkus, 13:27
- Re: Parsing of pg_hba.conf and authentication inconsistencies, "Joshua D. Drake", 13:21
- Re: Parsing of pg_hba.conf and authentication inconsistencies, "Joshua D. Drake", 13:20
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Tom Lane, 13:04
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Tom Lane, 12:49
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 12:39
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 12:37
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Josh Berkus, 12:25
- Re: Re: [Pljava-dev] Should creating a new base type require superuser status?, Tom Lane, 12:12
- Re: [GENERAL] Fragments in tsearch2 headline, Sushant Sinha, 11:50
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Alvaro Herrera, 11:47
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Tom Lane, 11:38
- Re: [WIP] patch - Collation at database level, Martijn van Oosterhout, 10:07
- Re: [WIP] patch - Collation at database level, "Radek Strnad", 09:39
- Re: Parsing of pg_hba.conf and authentication inconsistencies, Gregory Stark, 09:18
- Parsing of pg_hba.conf and authentication inconsistencies, Magnus Hagander, 06:58
- Re: Re: [Pljava-dev] Should creating a new base type require superuser status?, Thomas Hallgren, 02:44
- Re: WITH RECUSIVE patches 0723, Tom Lane, 00:33
August 01, 2008
- Re: [Pljava-dev] Should creating a new base type require superuser status?, Andrew Gierth, 19:51
- Re: WITH RECUSIVE patches 0723, Andrew Gierth, 19:35
- Re: Re: [Pljava-dev] Should creating a new base type require superuser status?, Tom Lane, 17:42
- Re: [Pljava-dev] Should creating a new base type require superuser status?, Thomas Hallgren, 16:43
- Re: Review: DTrace probes (merged version) ver_03, Robert Lor, 16:42
- Re: SSL configure patch: review, Alvaro Herrera, 16:31
- Re: Review: DTrace probes (merged version) ver_03, Alvaro Herrera, 16:01
- Re: SSL configure patch: review, Alvaro Herrera, 15:59
- Re: SSL configure patch: review, Tom Lane, 15:29
- Re: SSL configure patch: review, Tom Lane, 15:21
- Re: Review: DTrace probes (merged version) ver_03, Greg Smith, 15:18
- Re: SSL configure patch: review, Alvaro Herrera, 14:56
- Re: Fixing the representation of ORDER BY/GROUP BY/DISTINCT, Tom Lane, 12:26
- Re: Fixing the representation of ORDER BY/GROUP BY/DISTINCT, Martijn van Oosterhout, 12:19
- Re: Fixing the representation of ORDER BY/GROUP BY/DISTINCT, Tom Lane, 10:55
- Re: Review: DTrace probes (merged version) ver_03, Robert Lor, 10:44
- Re: Messed up CVS status of two ECPG files, Gregory Stark, 10:43
- Re: Instructions for adding new catalog, Tom Lane, 10:28
- Re: Review: DTrace probes (merged version) ver_03, Robert Lor, 10:27
- Re: Messed up CVS status of two ECPG files, Tom Lane, 10:26
- Messed up CVS status of two ECPG files, Gregory Stark, 10:10
- Re: Search for version-numbered tclsh?, Alvaro Herrera, 09:52
- Instructions for adding new catalog, "Gustavo Tonini", 09:51
- Re: Review: DTrace probes (merged version) ver_03, Alvaro Herrera, 09:31
- Re: Review: DTrace probes (merged version) ver_03, Alvaro Herrera, 09:19
- Re: Fixing the representation of ORDER BY/GROUP BY/DISTINCT, Gregory Stark, 08:13
- Re: Fixing the representation of ORDER BY/GROUP BY/DISTINCT, Gregory Stark, 08:10
- Re: So, what's the "base dn" in an LDAP URL again?, Magnus Hagander, 07:57
- Re: Plans for 8.4, Magnus Hagander, 05:41
- NDirectFileRead and Write, ITAGAKI Takahiro, 03:23
- Re: Review: DTrace probes (merged version) ver_03, Robert Lor, 00:22
- Re: Review: DTrace probes (merged version) ver_03, Robert Lor, 00:08
Privacy Policy