Re: [COMMITTERS] pgsql: Generate parallel sequential scan plans in simple cases.

2015-11-11 Thread David Fetter
On Wed, Nov 11, 2015 at 02:03:05PM +, Robert Haas wrote: > Generate parallel sequential scan plans in simple cases. Yay! Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fet...@gmail.

Re: [COMMITTERS] pgsql: Drop server support for FE/BE protocol version 1.0.

2016-10-11 Thread David Fetter
On Tue, Oct 11, 2016 at 04:19:26PM +, Tom Lane wrote: > Drop server support for FE/BE protocol version 1.0. Yay! Best, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)

Re: [COMMITTERS] pgsql: Update copyright for 2017

2017-01-04 Thread David Fetter
resulting set of commits just to make sure it's the one I want. It > doesn't take a lot of extra time after each commit, and it easily > finds things like this. Do we see a point in the future where all pushes to that repo require a reviewer separate from the author? The cost i

Re: [COMMITTERS] pgsql: Update copyright for 2017

2017-01-04 Thread David Fetter
On Wed, Jan 04, 2017 at 02:20:52PM -0500, Tom Lane wrote: > David Fetter writes: > >>> Actually, my takeaway from this was "don't ever use git reset on > >>> the repo". > > > That's actually not tenable. If we ever find something in our &

Re: [COMMITTERS] pgsql: Update copyright for 2017

2017-01-04 Thread David Fetter
On Wed, Jan 04, 2017 at 11:54:07AM -0800, David Fetter wrote: > On Wed, Jan 04, 2017 at 02:20:52PM -0500, Tom Lane wrote: > > David Fetter writes: > > >>> Actually, my takeaway from this was "don't ever use git reset on > > >>> the repo". &g

Re: [COMMITTERS] pgsql: More 9.3 release note reorderings

2013-04-20 Thread David Fetter
On Sat, Apr 20, 2013 at 09:31:11PM +, Bruce Momjian wrote: > More 9.3 release note reorderings > > Branch > -- > master > > Details > --- > http://git.postgresql.org/pg/commitdiff/f0922cbdcc54a11ea7eef955763aab4d540bf22f s/Unlink/Unlike/ Cheers, Da

Re: [HACKERS] Re: [COMMITTERS] pgsql: Add a GUC to report whether data page checksums are enabled.

2014-02-19 Thread David Fetter
On Tue, Feb 18, 2014 at 04:39:27PM -0300, Alvaro Herrera wrote: > Heikki Linnakangas wrote: > > Add a GUC to report whether data page checksums are enabled. > > Is there are reason this wasn't back-patched to 9.3? I think it should > be. +1 for back-patching. Cheers,

Re: [COMMITTERS] pgsql: Implement a preliminary 'template' facility for procedural

2005-09-05 Thread David Fetter
s make sense. Has there been a guarantee that beta means "no initdb" in previous releases? Just my $.02. Cheers, D -- David Fetter [EMAIL PROTECTED] http://fetter.org/ phone: +1 510 893 6100 mobile: +1 415 235 3778 Remember to vote! ---(end of broadcast)--

Re: [COMMITTERS] pgsql: Code review for spi_query/spi_fetchrow patch: handle errors

2005-10-18 Thread David Fetter
unprivileged plperl > :-( What would you be using the eval{} to do? Cheers, D -- David Fetter [EMAIL PROTECTED] http://fetter.org/ phone: +1 510 893 6100 mobile: +1 415 235 3778 Remember to vote! ---(end of broadcast)--- TIP 1: if posting/reading

Re: [COMMITTERS] pgsql: Update wording: < * Add SQL99 WITH RECURSIVE to SELECT > * Add

2006-06-08 Thread David Fetter
On Wed, Jun 07, 2006 at 10:08:45PM -0300, Bruce Momjian wrote: > Log Message: > --- > Update wording: > > < * Add SQL99 WITH RECURSIVE to SELECT > > * Add SQL99 WITH RECURSIVE (hierarchical) queries to SELECT Shouldn't this read SQL:2003 ? Cheers, D -- D

Re: [COMMITTERS] pgsql: Clarify dynamic pl/pgsql item and add URLs.

2006-06-15 Thread David Fetter
hought "=>" was the Oracle syntax. It is. I understand Tom's concern about not unnecessarily grabbing operator symbols, but in this case, I believe it's overblown. Cheers, D -- David Fetter <[EMAIL PROTECTED]> http://fetter.org/ phone: +1 415 235 3778AIM: dfett

Re: [COMMITTERS] pgsql: Done: o -Display IN, INOUT, and OUT parameters in \df

2006-07-18 Thread David Fetter
On Tue, Jul 18, 2006 at 03:20:51PM -0300, Bruce Momjian wrote: > Log Message: > --- > Done: > > o -Display IN, INOUT, and OUT parameters in \df Oops! Should I change the patch to say IN when it's an IN parameter? Right now, it stays silent. Cheers, D --

Re: [COMMITTERS] pgsql: Add: > * Add support for arrays of domains

2006-08-16 Thread David Fetter
y for some kinds of (de)serialization) -- David Fetter <[EMAIL PROTECTED]> http://fetter.org/ phone: +1 415 235 3778AIM: dfetter666 Skype: davidfetter Remember to vote! ---(end of broadcast)--- TIP 4: Have y

[COMMITTERS] docbot - docbot: Updated the bot contents

2006-09-22 Thread David Fetter
Log Message: --- Updated the bot contents Modified Files: -- docbot: rtfm_please.sql (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/rtfm_please.sql.diff?r1=1.5&r2=1.6) ---(end of broadcast)

[COMMITTERS] dbi-link - dbi-link: * Added dbi_link_init() function which should be

2006-09-28 Thread David Fetter
Log Message: --- * Added dbi_link_init() function which should be fairly performant. * dbi_link now uses the %_SHARED hash for common code including database handles. * Refactored all remote-calling code to use $_SHARED{remote_exec_dbh} * Added new SQL-callable method remote_exec() whi

[COMMITTERS] dbi-link - dbi-link: Minor formatting, etc.

2006-09-28 Thread David Fetter
Log Message: --- Minor formatting, etc. cleanups. Modified Files: -- dbi-link: dbi_link.sql (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r1=1.4&r2=1.5) ---(end of broadcast)

[COMMITTERS] dbi-link - dbi-link: Updated README to reflect the current situation.

2006-09-29 Thread David Fetter
Log Message: --- Updated README to reflect the current situation. Modified Files: -- dbi-link: README.txt (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/README.txt.diff?r1=1.7&r2=1.8) ---(end of broadc

[COMMITTERS] dbi-link - dbi-link: New Directory

2006-10-07 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/test/mysql In directory pgfoundry.org:/tmp/cvs-serv89029/mysql Log Message: Directory /cvsroot/dbi-link/dbi-link/test/mysql added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your f

[COMMITTERS] dbi-link - dbi-link: New Directory

2006-10-07 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/test/excel In directory pgfoundry.org:/tmp/cvs-serv89029/excel Log Message: Directory /cvsroot/dbi-link/dbi-link/test/excel added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your f

[COMMITTERS] dbi-link - dbi-link: New Directory

2006-10-07 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/test/csv In directory pgfoundry.org:/tmp/cvs-serv89029/csv Log Message: Directory /cvsroot/dbi-link/dbi-link/test/csv added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] dbi-link - dbi-link: New Directory

2006-10-07 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/test/postgresql In directory pgfoundry.org:/tmp/cvs-serv89029/postgresql Log Message: Directory /cvsroot/dbi-link/dbi-link/test/postgresql added to the repository ---(end of broadcast)--- TIP 6: explain analyze

[COMMITTERS] dbi-link - dbi-link: New Directory

2006-10-07 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/test/oracle In directory pgfoundry.org:/tmp/cvs-serv89029/oracle Log Message: Directory /cvsroot/dbi-link/dbi-link/test/oracle added to the repository ---(end of broadcast)--- TIP 6: explain analyze is your frie

[COMMITTERS] dbi-link - dbi-link: Moved MySQL tests into their own directory.

2006-10-07 Thread David Fetter
Log Message: --- Moved MySQL tests into their own directory. Replaced the 'World' example with Sakila. Added Files: --- dbi-link/test/mysql: mysql.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/mysql/mysql.sql?rev=1.1&content-typ

[COMMITTERS] dbi-link - dbi-link: Moved CSV tests into their own directory.

2006-10-07 Thread David Fetter
Log Message: --- Moved CSV tests into their own directory. Added Files: --- dbi-link/test/csv: csv.t (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/csv/csv.t?rev=1.1&content-type=text/x-cvsweb-markup) keywords_csv (r1.1)

[COMMITTERS] dbi-link - dbi-link: Moved Excel tests to their own directory.

2006-10-07 Thread David Fetter
Log Message: --- Moved Excel tests to their own directory. Added Files: --- dbi-link/test/excel: excel.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/excel/excel.sql?rev=1.1&content-type=text/x-cvsweb-markup) excel.t (r1.

[COMMITTERS] dbi-link - dbi-link: Moved PostgreSQL test and example to their own

2006-10-07 Thread David Fetter
Log Message: --- Moved PostgreSQL test and example to their own directory. Added Files: --- dbi-link/test/postgresql: postgresql.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/postgresql/postgresql.sql?rev=1.1&content-type=text/x

[COMMITTERS] dbi-link - dbi-link: Moved Oracle test and example to their own

2006-10-07 Thread David Fetter
Log Message: --- Moved Oracle test and example to their own directory. Added Files: --- dbi-link/test/oracle: oracle.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/oracle/oracle.sql?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] dbi-link - dbi-link: Added README.Oracle

2006-10-08 Thread David Fetter
Log Message: --- Added README.Oracle Added Files: --- dbi-link: README.Oracle (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/README.Oracle?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)--

[COMMITTERS] dbi-link - dbi-link: Updates for current realities.

2006-10-09 Thread David Fetter
Log Message: --- Updates for current realities. Modified Files: -- dbi-link: IMPLEMENTATION.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/IMPLEMENTATION.txt.diff?r1=1.1&r2=1.2) ROADMAP.txt (r1.1 -> r1.2)

[COMMITTERS] dbi-link - dbi-link: * Schema-qualified names of tables, views,

2006-10-11 Thread David Fetter
Log Message: --- * Schema-qualified names of tables, views, functions, etc. * Lowered minimum version of pg to 8.1.4. * Moved environment_yaml from dbi_connection to its own table, as it's not a tree structure. * Added table dbi_connection_environment. XXX Currently unused. * Added f

[COMMITTERS] dbi-link - dbi-link: Changed top comments to match contents.

2006-10-12 Thread David Fetter
Log Message: --- Changed top comments to match contents. Modified Files: -- dbi-link/test/mysql: mysql.sql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/mysql/mysql.sql.diff?r1=1.1&r2=1.2) ---(en

[COMMITTERS] dbi-link - dbi-link: Removed cruft from Oracle test and example.

2006-10-12 Thread David Fetter
Log Message: --- Removed cruft from Oracle test and example. Modified Files: -- dbi-link/test/oracle: oracle.sql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/oracle/oracle.sql.diff?r1=1.1&r2=1.2) oracle.t (r1.1

[COMMITTERS] dbi-link - dbi-link: Changed PostgreSQL comment to match body.

2006-10-12 Thread David Fetter
Log Message: --- Changed PostgreSQL comment to match body. Modified Files: -- dbi-link/test/postgresql: postgresql.sql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/test/postgresql/postgresql.sql.diff?r1=1.1&r2=1.2)

[COMMITTERS] dbi-link - dbi-link: README.txt: Changed README example.

2006-10-12 Thread David Fetter
Log Message: --- README.txt: Changed README example. Added example of refreshing a schema. dbi_link.sql: Schema-qualified some objects I'd missed. Modified Files: -- dbi-link: README.txt (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.c

[COMMITTERS] dbi-link - dbi-link: Simplified instructions for Best Practices per Theo

2006-10-12 Thread David Fetter
Log Message: --- Simplified instructions for Best Practices per Theo Schlossnagle. Modified Files: -- dbi-link: README.Oracle (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/README.Oracle.diff?r1=1.1&r2=1.2) --

[COMMITTERS] dbi-link - dbi-link: * Removed 1st TODO as it's done.

2006-10-24 Thread David Fetter
Log Message: --- * Removed 1st TODO as it's done. * Added TODO re: remote transaction semantics. Modified Files: -- dbi-link: TODO.txt (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/TODO.txt.diff?r1=1.2&r2=1.3) -

[COMMITTERS] dbi-link - dbi-link: * More schema-qualifying in functions.

2006-10-24 Thread David Fetter
Log Message: --- * More schema-qualifying in functions. * Cleaned up write functions insert, update, delete. * Fixed regular expression substitution of table in write functions. * Factored out some I/U/D functionality into a new function called make_pairs. * Found and fixed closure bu

[COMMITTERS] dbi-link - dbi-link: In README.txt, mention that PostgreSQL 8.1.4 or

2006-11-06 Thread David Fetter
Log Message: --- In README.txt, mention that PostgreSQL 8.1.4 or better is required, and that DBI 1.43 or better is required. In cst.t, add quote and quote_ident to the methods tested for. In mysql.sql, schema-qualify the call to make_accesssor_functions. Modified Files: --

[COMMITTERS] dbi-link - dbi-link: Changed elog NOTICE and elog ERROR to warn and die,

2006-11-13 Thread David Fetter
Log Message: --- Changed elog NOTICE and elog ERROR to warn and die, respectively. Added comment on make_accessor_functions(), refresh_schema(). Added function reset_connection(data_source_id INTEGER). Added SQL-callable wrapper functions for begin_work, commit and rollback. Modified Fi

[COMMITTERS] dbi-link - dbi-link: * Added make_dbi_link_role(in_role_name TEXT) *

2006-11-29 Thread David Fetter
Log Message: --- * Added make_dbi_link_role(in_role_name TEXT) * Added invocation of same. This allows a non-superuser account to access the DBI-Link schema. Modified Files: -- dbi-link: dbi_link.sql (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvswe

[COMMITTERS] dbi-link - dbi-link: Fixed typo :P

2006-11-29 Thread David Fetter
Log Message: --- Fixed typo :P Modified Files: -- dbi-link: dbi_link.sql (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r1=1.10&r2=1.11) ---(end of broadcast)---

[COMMITTERS] dbi-link - dbi-link: Fixed off-by-one error in make_dbi_link_role(TEXT)

2006-12-27 Thread David Fetter
Log Message: --- Fixed off-by-one error in make_dbi_link_role(TEXT) per Michael Fuhr. Put a cache_connection(INT) call in begin_work(INT) per Michael Fuhr. Modified Files: -- dbi-link: dbi_link.sql (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.

[COMMITTERS] dbi-link - dbi-link: Updated copyright date.

2007-01-08 Thread David Fetter
Log Message: --- Updated copyright date. Modified Files: -- dbi-link: copyright.txt (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/copyright.txt.diff?r1=1.3&r2=1.4) ---(end of broadcast)---

[COMMITTERS] dbi-link - dbi-link: Added README for Sybase and MS-SQL Server.

2007-01-26 Thread David Fetter
Log Message: --- Added README for Sybase and MS-SQL Server. Modified Files: -- dbi-link: dbi_link.sql (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r1=1.12&r2=1.13) Added Files: --- dbi-link:

[COMMITTERS] dbi-link - dbi-link: New Directory

2007-01-26 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/examples In directory pgfoundry.org:/tmp/cvs-serv42957/examples Log Message: Directory /cvsroot/dbi-link/dbi-link/examples added to the repository ---(end of broadcast)--- TIP 9: In versions below 8.0, the plann

[COMMITTERS] dbi-link - dbi-link: New Directory

2007-01-26 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/examples/oracle In directory pgfoundry.org:/tmp/cvs-serv43143/oracle Log Message: Directory /cvsroot/dbi-link/dbi-link/examples/oracle added to the repository ---(end of broadcast)--- TIP 4: Have you searched ou

[COMMITTERS] dbi-link - dbi-link: New Directory

2007-01-26 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/examples/csv In directory pgfoundry.org:/tmp/cvs-serv43143/csv Log Message: Directory /cvsroot/dbi-link/dbi-link/examples/csv added to the repository ---(end of broadcast)--- TIP 4: Have you searched our list ar

[COMMITTERS] dbi-link - dbi-link: New Directory

2007-01-26 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/examples/mysql In directory pgfoundry.org:/tmp/cvs-serv43143/mysql Log Message: Directory /cvsroot/dbi-link/dbi-link/examples/mysql added to the repository ---(end of broadcast)--- TIP 6: explain analyze is your

[COMMITTERS] dbi-link - dbi-link: New Directory

2007-01-26 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/examples/excel In directory pgfoundry.org:/tmp/cvs-serv43143/excel Log Message: Directory /cvsroot/dbi-link/dbi-link/examples/excel added to the repository ---(end of broadcast)--- TIP 5: don't forget to increas

[COMMITTERS] dbi-link - dbi-link: New Directory

2007-01-26 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/examples/postgresql In directory pgfoundry.org:/tmp/cvs-serv43143/postgresql Log Message: Directory /cvsroot/dbi-link/dbi-link/examples/postgresql added to the repository ---(end of broadcast)--- TIP 6: explain

[COMMITTERS] dbi-link - dbi-link: New Directory

2007-01-26 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/examples/mssql In directory pgfoundry.org:/tmp/cvs-serv44185/mssql Log Message: Directory /cvsroot/dbi-link/dbi-link/examples/mssql added to the repository ---(end of broadcast)--- TIP 7: You can help support th

[COMMITTERS] dbi-link - dbi-link: Moved examples to their own directory, none

2007-01-26 Thread David Fetter
Log Message: --- Moved examples to their own directory, none executable, so that the upcoming RPM doesn't pick up dependencies that shouldn't be there. Added Files: --- dbi-link/examples/mysql: mysql.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-l

[COMMITTERS] dbi-link - dbi-link: Removed test directory (replaced with examples

2007-01-26 Thread David Fetter
Log Message: --- Removed test directory (replaced with examples directory) Here's the commit message that should have gone with the previous commit: Added functions dbi_link.dbi_quote(in_data_source_id INTEGER, in_text TEXT) and dbi_link.dbi_quote_identifier(in_data_source_id INTEGER, in_

[COMMITTERS] dbi-link - dbi-link: Replaced old .spec file with more correct one.

2007-01-27 Thread David Fetter
Log Message: --- Replaced old .spec file with more correct one. Thanks, Devrim GUNDUZ! Added Files: --- dbi-link: postgresql-dbi-link.spec (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/postgresql-dbi-link.spec?rev=1.1&content-type=text/

[COMMITTERS] dbi-link - dbi-link: Changed .spec file to point to the right spot.

2007-01-27 Thread David Fetter
Log Message: --- Changed .spec file to point to the right spot. Modified Files: -- dbi-link: postgresql-dbi-link.spec (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/postgresql-dbi-link.spec.diff?r1=1.1&r2=1.2) ---

[COMMITTERS] dbi-link - dbi-link: Fixed environment setting system, patch by Albe

2007-02-28 Thread David Fetter
Log Message: --- Fixed environment setting system, patch by Albe Laurenz, with minor editorializing by Yours Truly. Modified Files: -- dbi-link: dbi_link.sql (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r

[COMMITTERS] dbi-link - dbi-link: Changed VIEWs to make better guarantees that

2007-02-28 Thread David Fetter
Log Message: --- Changed VIEWs to make better guarantees that ORDINAL_POSITION is preserved, per Stanislav Glebov. Modified Files: -- dbi-link: dbi_link.sql (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r1

[COMMITTERS] dbi-link - dbi-link: Removed unneeded and incorrect push()s from VIEW

2007-04-14 Thread David Fetter
Log Message: --- Removed unneeded and incorrect push()s from VIEW creation code. Modified Files: -- dbi-link: dbi_link.sql (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r1=1.15&r2=1.16) --

[COMMITTERS] dbi-link - dbi-link: New Directory

2007-05-11 Thread David Fetter
Update of /cvsroot/dbi-link/dbi-link/examples/cache In directory pgfoundry.org:/tmp/cvs-serv95053/cache Log Message: Directory /cvsroot/dbi-link/dbi-link/examples/cache added to the repository ---(end of broadcast)--- TIP 7: You can help support th

[COMMITTERS] dbi-link - dbi-link: Moved license terms to the customary LICENSE file.

2007-05-13 Thread David Fetter
Log Message: --- Moved license terms to the customary LICENSE file. Modified Files: -- dbi-link: copyright.txt (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/copyright.txt.diff?r1=1.4&r2=1.5) Added Files: --- dbi-

[COMMITTERS] dbi-link - dbi-link: Fixed bug in dbi_link.grant_user_role.

2007-10-05 Thread David Fetter
Log Message: --- Fixed bug in dbi_link.grant_user_role. String concatenation is important here. Modified Files: -- dbi-link: dbi_link.sql (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r1=1.16&r2=1.17) --

[COMMITTERS] dbi-link - dbi-link: * Mention examples/ in README.txt * Clarify which

2007-10-05 Thread David Fetter
Log Message: --- * Mention examples/ in README.txt * Clarify which version of FreeTDS works best. * Make MS-SQL example a little more applicable. Modified Files: -- dbi-link: README.Sybase_MSSQL (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/db

Re: [HACKERS] Re: [COMMITTERS] pgsql: Extract catalog info for error reporting before an error actually

2007-10-25 Thread David Fetter
execute at same time as the > >VACUUM. > > > >Anyway, we covered all this before. I started off saying we > >shouldn't do this and Heikki and Michael came up with convincing > >arguments, for me, so now I think we should allow autovacuums to be > >cancelled. &g

[COMMITTERS] dbi-link - dbi-link: - Added new function

2007-10-30 Thread David Fetter
Log Message: --- - Added new function dbi_link.prepend_to_search_path(TEXT) which does what it sounds like, only it has the nice feature of being idempotent, which is to say that subsequent calls don't do more than the first one did. - Modified the rest of dbi_link to use it along wi

Re: [COMMITTERS] pgsql: If an index depends on no columns of its table, give it a

2007-11-10 Thread David Fetter
bles You don't have to. CREATE TABLE foo(); already works. As I understand it, this is there to allow people to rearrange tables completely--drop all the columns and replace them, for example--and not have that fail. Cheers, David. -- David Fetter <[EMAIL PROTECTED]> http://fetter.or

[COMMITTERS] dbi-link - dbi-link: Changed README.Oracle and

2007-11-28 Thread David Fetter
Log Message: --- Changed README.Oracle and examples/oracle/oracle.sql to show how to increase the size of ora_array_chunk_size, which is set to 1000 by default. For Oracle databases with more than 1000 combined tables and views, the ora_array_chunk_size parameter was restricting the number

[COMMITTERS] dbi-link - dbi-link: Updated copyright.txt to cover 2008

2008-01-30 Thread David Fetter
Log Message: --- Updated copyright.txt to cover 2008 Modified Files: -- dbi-link: copyright.txt (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/copyright.txt.diff?r1=1.5&r2=1.6) ---(end of broadcast)---

Re: [COMMITTERS] pgsql: Add to TODO: > > * Add array_accum() and array_to_set()

2008-03-12 Thread David Fetter
ing list (pgsql-committers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-committers -- David Fetter <[EMAIL PROTECTED]> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: [EMAIL PROTECTE

[COMMITTERS] dbi-link - dbi-link: Changed quote_ident and quote_literal functions in

2008-04-04 Thread David Fetter
Log Message: --- Changed quote_ident and quote_literal functions in %_SHARED to use spi_prepared, fixed double-quoting en passant. Modified Files: -- dbi-link: dbi_link.sql (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi

Re: [COMMITTERS] pgsql: Add embedded usage mention to FAQ, per Greg Smith.

2008-04-25 Thread David Fetter
chitecture requires the database server to run inside the application process, you cannot use Postgres and should select a lighter-weight database solution." Cheers, David (the passive voice should be avoided ;) -- David Fetter <[EMAIL PROTECTED]> http://fetter.org/ Phone: +1 415 23

[COMMITTERS] dbi-link - dbi-link: Make sure people know how to deal with a silly

2009-03-18 Thread David Fetter
Log Message: --- Make sure people know how to deal with a silly Oracle bug. Thanks to Laurenz Albe for finding the solution :) Modified Files: -- dbi-link: README.Oracle (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/README.

Re: [COMMITTERS] pgsql: /home/peter/commit-msg

2009-11-15 Thread David Fetter
On Sun, Nov 15, 2009 at 10:09:14AM -0500, Andrew Dunstan wrote: > Peter Eisentraut wrote: >> Log Message: >> --- >> /home/peter/commit-msg >> > > er, what? I'm suspecting a misfired script somewhere. Cheers, David (oh, and what Andrew said) --

Re: [HACKERS] [COMMITTERS] pgsql: /home/peter/commit-msg

2009-11-15 Thread David Fetter
On Mon, Nov 16, 2009 at 06:56:54AM +0200, Peter Eisentraut wrote: > On sön, 2009-11-15 at 17:09 -0500, Tom Lane wrote: > > David Fetter writes: > > > On Sun, Nov 15, 2009 at 10:09:14AM -0500, Andrew Dunstan wrote: > > >> Peter Eisentraut wrote: > > >&g

Re: [COMMITTERS] pgsql: Also update ChangerLog file.

2010-01-08 Thread David Fetter
On Fri, Jan 08, 2010 at 09:06:05AM +, Michael Meskes wrote: > Log Message: > --- > Also update ChangerLog file. This is *seriously* unhelpful. What in this file did you change, and what possessed you not to describe it in even the most general terms? Cheers, David. -- Dav

Re: [COMMITTERS] pgsql: Also update ChangerLog file.

2010-01-10 Thread David Fetter
On Sat, Jan 09, 2010 at 01:06:47PM -0500, Robert Haas wrote: > On Fri, Jan 8, 2010 at 4:57 PM, Michael Meskes wrote: > > On Fri, Jan 08, 2010 at 10:08:38AM -0800, David Fetter wrote: > >> This is *seriously* unhelpful.  What in this file did you change, > >> and what po

Re: [COMMITTERS] pgsql: Stamp HEAD as 9.0devel, and update various places that were

2010-02-17 Thread David Fetter
On Wed, Feb 17, 2010 at 10:12:17AM -0500, Tom Lane wrote: > David Fetter writes: > > On Wed, Feb 17, 2010 at 04:19:41AM +, Tom Lane wrote: > >> Log Message: > >> --- > >> Stamp HEAD as 9.0devel, and update various places that were > >>

Re: [COMMITTERS] pgsql: First pass over client applications documentation proofreading.

2010-02-18 Thread David Fetter
I would certainly use it. The > email address is gor...@gmail.com. That'd be Gabrielle Roth :) Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fet...@gmail.com iCal: webcal://www.tripit.com/feed

Re: [COMMITTERS] pgsql: Fix configure's regexp for extracting the Perl version number

2010-02-23 Thread David Fetter
6) > > (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.675&r2=1.676) Shouldn't this patch configure.in instead? Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fet.

Re: [COMMITTERS] pgsql: Remove stray semicolon, per report from strk

2010-02-24 Thread David Fetter
rs, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fet...@gmail.com iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics Remember to vote! Consider donating to Postgres: http://www.postgresql.org/abo

Re: [COMMITTERS] pgsql: Remove stray semicolon, per report from strk

2010-02-24 Thread David Fetter
On Wed, Feb 24, 2010 at 10:21:43AM -0800, David Fetter wrote: > On Wed, Feb 24, 2010 at 02:10:24PM +, Alvaro Herrera wrote: > > Log Message: > > --- > > Remove stray semicolon, per report from strk > > Any chance we can get a better reporter than a four-lett

Re: [COMMITTERS] pgsql: Document that trig functions accept/return values in radians.

2010-03-16 Thread David Fetter
ns. > > > ... > > > @@ -941,7 +945,7 @@ > > > > > > Trigonometric Functions > > > > > > - > > > + > > > > > > > > > Function > > > > > > > Accidental? > &

Re: [COMMITTERS] pgsql: Fix an oversight in join-removal optimization: we have to check

2010-03-22 Thread David Fetter
ort from Oleg K. That's short for Oleg Kolyhalin. Can we get this into the release notes? Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fet...@gmail.com iCal: webcal://www.tripit.com/feed

Re: [COMMITTERS] pgsql: Typo fix from IRC breinbaas

2010-03-23 Thread David Fetter
rs, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fet...@gmail.com iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics Remember to vote! Consider donating to Postgres: http://www.postgresql.org/abo

Re: [COMMITTERS] pgsql: Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset()

2010-04-07 Thread David Fetter
.c?r1=1.389&r2=1.390) > > -- > Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-committers -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfe

Re: [COMMITTERS] pgsql: Provide better guidance for adjusting shared_buffers.

2010-04-16 Thread David Fetter
t; (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.266&r2=1.267) Good stuff! Should it get back-patched? Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fet...@gmail.c

Re: [COMMITTERS] pgsql: Remove spurious dot, per bug #5446 reported by

2010-05-03 Thread David Fetter
; r2.75) > > (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/mvcc.sgml?r1=2.74&r2=2.75) For the record, that's Koizumi Satoru. Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter

Re: [COMMITTERS] pgsql: Added variable handling for RETURNING clause to ecpg.

2010-06-04 Thread David Fetter
9 Has anybody contacted Alexander, who reported this, to find his surname so he can get some credit for tracking this down and proposing a fix? Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fet..

Re: Fwd: Re: [COMMITTERS] pgsql: Added variable handling for RETURNING clause to ecpg.

2010-06-04 Thread David Fetter
l Meskes > Subject: Re: [COMMITTERS] pgsql: Added variable handling for RETURNING > clause to ecpg. > > Sure - Alexander Gozman. > > 2010/6/4 Michael Meskes > > > On Fri, Jun 04, 2010 at 05:07:27AM -0700, David Fetter wrote: > > > Has anybody contacted Al

Re: [COMMITTERS] pgsql: Clarify that "psql -c" ignores psqlrc files.

2010-07-09 Thread David Fetter
doc/src/sgml/ref: > psql-ref.sgml (r1.244 -> r1.244.2.1) > > (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml?r1=1.244&r2=1.244.2.1) Should this be back-patched? Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 37

Re: [HACKERS] Re: [COMMITTERS] pgsql: Use a latch to make startup process wake up and replay

2010-09-15 Thread David Fetter
king other people's patches in a > stream of commits that prevent anybody completing other options. Simon, No matter how many times you try, you are not going to get a license to stop all work on anything you might chance to think about. It is quite simply never going to happen, so you need

Re: [COMMITTERS] pgsql: Fix another join removal bug: the check on PlaceHolderVars was w

2010-09-25 Thread David Fetter
nd then used above the join. However, this fails to cover the > case of PlaceHolderVars that refer to both the inner rel and some > other rels. Per bug report from Andrus. The person who found it originally was Kirill (xitology) Simonov. He brought it up in IRC. :) Cheers, David

Re: [COMMITTERS] pgsql: Documented some ecpg command line options that were missing:

2011-03-25 Thread David Fetter
On Fri, Mar 25, 2011 at 02:02:16AM +, Michael Meskes wrote: > Documented some ecpg command line options that were missing: > > -r no_indicator > -r prepare > -r questionsmarks Does this need a back-patch? Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 41

Re: [COMMITTERS] pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma

2011-08-16 Thread David Fetter
|4 +++- > contrib/pg_upgrade/version_old_8_3.c | 14 +- > 2 files changed, 12 insertions(+), 6 deletions(-) > > > -- > Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) > To make changes to your subscription: > http://www.postgre

Re: [COMMITTERS] pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma

2011-08-16 Thread David Fetter
On Tue, Aug 16, 2011 at 10:17:21PM -0400, Bruce Momjian wrote: > David Fetter wrote: > > Any way to put David Byrne's name in here? He reported the bug and > > sent a proposed fix. > > Do we report the reporter's name in commit messages? I can do that if > oth

Re: [COMMITTERS] pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma

2011-08-17 Thread David Fetter
On Wed, Aug 17, 2011 at 04:40:26PM +0100, Thom Brown wrote: > On 17 August 2011 06:13, David Fetter wrote: > > > On Tue, Aug 16, 2011 at 10:17:21PM -0400, Bruce Momjian wrote: > > > David Fetter wrote: > > > > Any way to put David Byrne's name in here?

Re: [COMMITTERS] pgsql: Properly handle empty arrays returned from plperl functions.

2011-08-17 Thread David Fetter
f POLA. It is indeed. What script or scripts handle this? Cheers, David. -- David Fetter http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fet...@gmail.com iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics Remember to v