[COMMITTERS] pgsql: Put back some not-so-unnecessary-as-all-that := usages.

2007-02-09 Thread Tom Lane
Log Message: --- Put back some not-so-unnecessary-as-all-that := usages. Per buildfarm. Modified Files: -- pgsql/src/pl/plperl: GNUmakefile (r1.29 -> r1.30) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/GNUmakefile.diff?r1=1.29&r2=1.30)

[COMMITTERS] pgsql: Hm, seems my hack on rowtypes regression test has made its output

2007-02-09 Thread Tom Lane
Log Message: --- Hm, seems my hack on rowtypes regression test has made its output row order platform-specific. Add an ORDER BY clause to stop buildfarm failures. Modified Files: -- pgsql/src/test/regress/sql: rowtypes.sql (r1.6 -> r1.7) (http://developer.

[COMMITTERS] pgsql: Unbreak the SGML doc build: ":=" is needed to assign to variables

2007-02-09 Thread Neil Conway
Log Message: --- Unbreak the SGML doc build: ":=" is needed to assign to variables if the RHS of the assignment expands to a reference to the LHS. Modified Files: -- pgsql/doc/src/sgml: Makefile (r1.95 -> r1.96) (http://developer.postgresql.org/cvsweb.cgi/p

[COMMITTERS] pgsql: Minor tweak to make rowtypes regression test run faster.

2007-02-09 Thread Tom Lane
Log Message: --- Minor tweak to make rowtypes regression test run faster. We don't currently have any better strategy for this query than re-running the sub-select over and over; it seems unlikely that doing so 1 times is a more useful test than doing it a few dozen times. Modified Fi

[COMMITTERS] pgsql: Remove useless CPPFLAGS.

2007-02-09 Thread Peter Eisentraut
Log Message: --- Remove useless CPPFLAGS. Modified Files: -- pgsql/contrib/cube: Makefile (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/Makefile.diff?r1=1.18&r2=1.19) pgsql/contrib/hstore: Makefile (r1.3 -> r1.4

[COMMITTERS] pgsql: Add $PostgreSQL$ marker to contrib makefiles.

2007-02-09 Thread Peter Eisentraut
Log Message: --- Add $PostgreSQL$ marker to contrib makefiles. Modified Files: -- pgsql/contrib/adminpack: Makefile (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/adminpack/Makefile.diff?r1=1.3&r2=1.4) pgsql/contrib/btree_gist:

[COMMITTERS] pgsql: Call pgstat_drop_database during DROP DATABASE, so that any stats

2007-02-09 Thread Tom Lane
Log Message: --- Call pgstat_drop_database during DROP DATABASE, so that any stats file entries for the victim database go away sooner rather than later. We already did the equivalent thing at the per-relation level, not sure why it's not been done for whole databases. With this change, p

[COMMITTERS] pgsql: Replace useless uses of := by = in makefiles.

2007-02-09 Thread Peter Eisentraut
Log Message: --- Replace useless uses of := by = in makefiles. Modified Files: -- pgsql: GNUmakefile.in (r1.45 -> r1.46) (http://developer.postgresql.org/cvsweb.cgi/pgsql/GNUmakefile.in.diff?r1=1.45&r2=1.46) pgsql/contrib/tsearch2: Makefile (r1.

Re: [COMMITTERS] pgsql: Add lock matrix to documentation.

2007-02-09 Thread Andrew Dunstan
Oleg Bartunov wrote: On Fri, 9 Feb 2007, Peter Eisentraut wrote: Am Donnerstag, 8. Februar 2007 16:32 schrieb Bruce Momjian: Log Message: --- Add lock matrix to documentation. This needs some revisions. The table needs to be mentioned somewhere in the text, so the reader knows whe

Re: [COMMITTERS] pgsql: Add lock matrix to documentation.

2007-02-09 Thread Merlin Moncure
On 2/9/07, Oleg Bartunov wrote: On Fri, 9 Feb 2007, Peter Eisentraut wrote: > Am Donnerstag, 8. Februar 2007 16:32 schrieb Bruce Momjian: >> Log Message: >> --- >> Add lock matrix to documentation. > > This needs some revisions. The table needs to be mentioned somewhere in the > text,

Re: [COMMITTERS] plpsm - plpgpsm: prepare for phantom cid

2007-02-09 Thread Heikki Linnakangas
User Okbob wrote: Log Message: --- prepare for phantom cid There's no need for the ifdefs. The new way of using the tid of the pg_proc tuple instead of cmin is just as good on older versions. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com --

Re: [COMMITTERS] pgsql: Add lock matrix to documentation.

2007-02-09 Thread Oleg Bartunov
On Fri, 9 Feb 2007, Peter Eisentraut wrote: Am Donnerstag, 8. Februar 2007 16:32 schrieb Bruce Momjian: Log Message: --- Add lock matrix to documentation. This needs some revisions. The table needs to be mentioned somewhere in the text, so the reader knows when or why to refer to it.

Re: [COMMITTERS] pgsql: Add lock matrix to documentation.

2007-02-09 Thread Peter Eisentraut
Am Donnerstag, 8. Februar 2007 16:32 schrieb Bruce Momjian: > Log Message: > --- > Add lock matrix to documentation. This needs some revisions. The table needs to be mentioned somewhere in the text, so the reader knows when or why to refer to it. Also, the cryptic abbreviations need to

[COMMITTERS] plpsm - plpgpsm: recompile option supported It allows recompile every

2007-02-09 Thread User Okbob
Log Message: --- recompile option supported It allows recompile every run of function. Modified Files: -- plpgpsm/src: gram.y (r1.35 -> r1.36) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/gram.y.diff?r1=1.35&r2=1.36) pl_comp.c (r1

[COMMITTERS] plpsm - plpgpsm: prepare for phantom cid

2007-02-09 Thread User Okbob
Log Message: --- prepare for phantom cid Modified Files: -- plpgpsm/src: pl_comp.c (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plpsm/plpgpsm/src/pl_comp.c.diff?r1=1.13&r2=1.14) pl_exec.c (r1.37 -> r1.38) (http://cvs.pgfoun