[COMMITTERS] pgsql: Improvements to Maintenance and External Projects documentation.

2006-07-31 Thread Bruce Momjian
Log Message: --- Improvements to Maintenance and External Projects documentation. Joshua D. Drake Robert Treat Modified Files: -- pgsql/doc/src/sgml: external-projects.sgml (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ext

[COMMITTERS] edb-debugger - workstation: Uploading most recent version

2006-07-31 Thread User Korryd
Log Message: --- Uploading most recent version Modified Files: -- workstation/workstation: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/workstation/workstation/Makefile.diff?r1=1.1.1.1&r2=1.2) menu.h (r1.1.1.

[COMMITTERS] pgsql: Add: > * Consider compressed annealing to search for query plans

2006-07-31 Thread Bruce Momjian
Log Message: --- Add: > * Consider compressed annealing to search for query plans > > This might replace GEQO, http://sixdemonbag.org/Djinni. Modified Files: -- pgsql/doc: TODO (r1.1928 -> r1.1929) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/T

[COMMITTERS] pgsql: Change the relation_open protocol so that we obtain lock on a

2006-07-31 Thread Tom Lane
Log Message: --- Change the relation_open protocol so that we obtain lock on a relation (table or index) before trying to open its relcache entry. This fixes race conditions in which someone else commits a change to the relation's catalog entries while we are in process of doing relcache l

[COMMITTERS] fulldisjunction - fd: Adjusted the cvs files to fit the contrib format

2006-07-31 Thread User Pgstudy
Log Message: --- Adjusted the cvs files to fit the contrib format Modified Files: -- fd: Makefile (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/Makefile.diff?r1=1.10&r2=1.11) Added Files: --- fd: READM

[COMMITTERS] fulldisjunction - fd: New Directory

2006-07-31 Thread User Pgstudy
Update of /cvsroot/fulldisjunction/fd/expected In directory pgfoundry.org:/tmp/cvs-serv65569/expected Log Message: Directory /cvsroot/fulldisjunction/fd/expected added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] fulldisjunction - fd: New Directory

2006-07-31 Thread User Pgstudy
Update of /cvsroot/fulldisjunction/fd/sql In directory pgfoundry.org:/tmp/cvs-serv65122/sql Log Message: Directory /cvsroot/fulldisjunction/fd/sql added to the repository ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignor

[COMMITTERS] fulldisjunction - fd: Finished the code documentation and revamping the

2006-07-31 Thread User Pgstudy
Log Message: --- Finished the code documentation and revamping the error messages and Asserts. Modified Files: -- fd: algstructs.c (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.23&r2=1.24) al

[COMMITTERS] pgsql: Added missing ECPGget_sqlca() call

2006-07-31 Thread Michael Meskes
Log Message: --- Added missing ECPGget_sqlca() call Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: misc.c (r1.28 -> r1.29) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/misc.c.diff?r1=1.28&r2=1.29) ---

[COMMITTERS] pgsql: First small patches needed for regression tests

2006-07-31 Thread Michael Meskes
Log Message: --- First small patches needed for regression tests Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: misc.c (r1.27 -> r1.28) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/misc.c.diff?r1=1.27&r2=1.28) pgs