[COMMITTERS] pgsql: Minor fixes for psql tab completion.

2005-04-04 Thread Neil Conway
Log Message: --- Minor fixes for psql tab completion. Spell "absolute" like the English word, not the brand of vodka. Complete FETCH with FROM and IN, not FROM and TO (which is still pretty incomplete, but at least its the right syntax). Modified Files: -- pgsql/src/bin/p

Re: [COMMITTERS] pgsql: Adjust SGML ulink tags to the URL is always displayed in our

2005-04-04 Thread Peter Eisentraut
Am Donnerstag, 31. März 2005 05:54 schrieb Bruce Momjian: > Log Message: > --- > Adjust SGML ulink tags to the URL is always displayed in our printed docs. Please revert this patch. It is nonsense. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---

Re: [COMMITTERS] pgsql: Adjust SGML ulink tags to the URL is always

2005-04-04 Thread Neil Conway
Peter Eisentraut wrote: Please revert this patch. It is nonsense. http://www.docbook.org/tdg/en/html/ulink.html says: "When rendered online, it is natural to make the content of the ULink element an active link. When rendered in print media, the URL might be ignored, printed after the text of th

Re: [COMMITTERS] pgsql: Adjust SGML ulink tags to the URL is always displayed in our

2005-04-04 Thread Peter Eisentraut
Am Montag, 4. April 2005 09:51 schrieb Neil Conway: > I guess the question is how is actually handled by the SGML > tools we care about. Can we assume that _none_ of those tools will > ignore the "url" attribute in print media? Yes. -- Peter Eisentraut http://developer.postgresql.org/~petere/

[COMMITTERS] pgaccess - pgaccess: fixed renaming of tables

2005-04-04 Thread User Cmaj
Log Message: --- fixed renaming of tables Modified Files: -- pgaccess/lib: mainlib.tcl (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/mainlib.tcl.diff?r1=1.6&r2=1.7) ---(end of broadcast)--

[COMMITTERS] pgaccess - pgaccess: fixed inserts of null values for ints/floats,

2005-04-04 Thread User Cmaj
Log Message: --- fixed inserts of null values for ints/floats, particular helpful with serial types that need to not be mentioned in the table insert statement in order to fire and increment automatically (otherwise, the value you supply for that column is taken and the sequence is not upda

[COMMITTERS] pgaccess - pgaccess: added a couple more types that cannot be empty

2005-04-04 Thread User Cmaj
Log Message: --- added a couple more types that cannot be empty strings Modified Files: -- pgaccess/lib: tables.tcl (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/tables.tcl.diff?r1=1.4&r2=1.5) ---

[COMMITTERS] oledb - oledb: Update the document about the new project home site

2005-04-04 Thread User Shachar
Log Message: --- Update the document about the new project home site Modified Files: -- oledb: INSTALL (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/INSTALL.diff?r1=1.5&r2=1.6) ---(end of broadcast)

[COMMITTERS] pgsql: This patch changes int2_avg_accum() and int4_avg_accum() use the

2005-04-04 Thread Neil Conway
Log Message: --- This patch changes int2_avg_accum() and int4_avg_accum() use the nodeAgg performance hack Tom introduced recently. This means we can avoid copying the transition array for each input tuple if these functions are invoked as aggregate transition functions. To test the perfor

[COMMITTERS] pgsql: Fix broken markup.

2005-04-04 Thread Tom Lane
Log Message: --- Fix broken markup. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.331 -> r1.332) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.331&r2=1.332) ---(end of broadcast)

[COMMITTERS] pgsql: plpgsql does OUT parameters, as per my proposal a few weeks ago.

2005-04-04 Thread Tom Lane
Log Message: --- plpgsql does OUT parameters, as per my proposal a few weeks ago. Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.62 -> r1.63) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1=1.62&r2=1.63) pgsq