[COMMITTERS] pgsql: Fix a passel of recently-committed violations of the rule 'thou

2006-07-13 Thread Tom Lane
Log Message: --- Fix a passel of recently-committed violations of the rule 'thou shalt have no other gods before c.h'. Also remove some demonstrably redundant #include lines, mostly of which was added to c.h years ago. Modified Files: -- pgsql/contrib/btree_gist:

[COMMITTERS] pgsql: Revert part of recent include patch not ready for application.

2006-07-13 Thread Bruce Momjian
Log Message: --- Revert part of recent include patch not ready for application. Modified Files: -- pgsql/src/interfaces/libpq: fe-auth.c (r1.117 -> r1.118) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-auth.c.diff?r1=1.117&r2=1.1

[COMMITTERS] pgsql: Add additional includes needed on some platforms.

2006-07-13 Thread Bruce Momjian
Log Message: --- Add additional includes needed on some platforms. Modified Files: -- pgsql/contrib/btree_gist: btree_numeric.c (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/btree_gist/btree_numeric.c.diff?r1=1.7&r2=1.8) b

[COMMITTERS] pgsql: Move CFLAGS for pginclude to the end of the command line.

2006-07-13 Thread Bruce Momjian
Log Message: --- Move CFLAGS for pginclude to the end of the command line. Modified Files: -- pgsql/src/tools/pginclude: pgcompinclude (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pginclude/pgcompinclude.diff?r1=1.7&r2=1.8)

[COMMITTERS] pgsql: A recent backpatch to 7.3's contrib/ltree got mixed up, putting

2006-07-13 Thread Neil Conway
Log Message: --- A recent backpatch to 7.3's contrib/ltree got mixed up, putting code in the wrong place. This moves it to the right place which allows it to compile. Patch from Kris Jurka. Tags: REL7_3_STABLE Modified Files: -- pgsql/contrib/ltree: _ltree_

[COMMITTERS] pgsql: Minor doc tweak: replace a "--" with "—".

2006-07-13 Thread Neil Conway
Log Message: --- Minor doc tweak: replace a "--" with "—". Modified Files: -- pgsql/doc/src/sgml: ddl.sgml (r1.59 -> r1.60) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ddl.sgml.diff?r1=1.59&r2=1.60) ---(end of bro

[COMMITTERS] pgsql: Reorder the entries in the function section of the manual, to

2006-07-13 Thread Neil Conway
Log Message: --- Reorder the entries in the function section of the manual, to ensure they are alphabetically ordered. I believe the tables were correctly ordered in the past, but some of them had subsequently regressed. Modified Files: -- pgsql/doc/src/sgml: func.s

[COMMITTERS] pgfouine - pgfouine: fixed a problem with $argv and older versions of

2006-07-13 Thread User Gsmet
Log Message: --- fixed a problem with $argv and older versions of PHP or specific configuration Modified Files: -- pgfouine: pgfouine.php (r1.45 -> r1.46) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.php.diff?r1=1.45&r2=1.46)

[COMMITTERS] pgsql: Move math.h after postgresql.h

2006-07-13 Thread Bruce Momjian
Log Message: --- Move math.h after postgresql.h Modified Files: -- pgsql/src/backend/executor: nodeHash.c (r1.105 -> r1.106) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeHash.c.diff?r1=1.105&r2=1.106) -

[COMMITTERS] fulldisjunction - fd: The dropped column issue is resolved by moving the

2006-07-13 Thread User Pgstudy
Log Message: --- The dropped column issue is resolved by moving the CTID to the select clause of all queries. some more cleanups and fixes. Modified Files: -- fd: Makefile (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/Makef

[COMMITTERS] pgsql: Skip stripping postgres_fe.h include file.

2006-07-13 Thread Bruce Momjian
Log Message: --- Skip stripping postgres_fe.h include file. Modified Files: -- pgsql/src/tools/pginclude: pgrminclude (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pginclude/pgrminclude.diff?r1=1.14&r2=1.15) -

[COMMITTERS] pgsql: More include file adjustments.

2006-07-13 Thread Bruce Momjian
Log Message: --- More include file adjustments. Modified Files: -- pgsql/src/include/access: relscan.h (r1.47 -> r1.48) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/relscan.h.diff?r1=1.47&r2=1.48) pgsql/src/include/commands:

[COMMITTERS] pgsql: More include file adjustments.

2006-07-13 Thread Bruce Momjian
Log Message: --- More include file adjustments. Modified Files: -- pgsql/src/backend/nodes: tidbitmap.c (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/nodes/tidbitmap.c.diff?r1=1.9&r2=1.10) pgsql/src/backend/optimizer/path

[COMMITTERS] pgsql: Improve pginclude tools to process include file usage by other

2006-07-13 Thread Bruce Momjian
Log Message: --- Improve pginclude tools to process include file usage by other include files. Modified Files: -- pgsql/src/tools/pginclude: pgdefine (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pginclude/pgdefine.diff?r1=1.3&r

[COMMITTERS] pgsql: Allow include files to compile own their own.

2006-07-13 Thread Bruce Momjian
Log Message: --- Allow include files to compile own their own. Strip unused include files out unused include files, and add needed includes to C files. The next step is to remove unused include files in C files. Modified Files: -- pgsql/src/backend/access/heap: he

[COMMITTERS] pgsql: Adjust /contrib for new include file contents.

2006-07-13 Thread Bruce Momjian
Log Message: --- Adjust /contrib for new include file contents. Modified Files: -- pgsql/contrib/btree_gist: btree_interval.c (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/btree_gist/btree_interval.c.diff?r1=1.8&r2=1.9) bt

[COMMITTERS] pgsql: Be consistent about not using ECHO_N/ECHO_C (seems unnecessary on

2006-07-13 Thread Peter Eisentraut
Log Message: --- Be consistent about not using ECHO_N/ECHO_C (seems unnecessary on Linux). Modified Files: -- pgsql/contrib/start-scripts: linux (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/start-scripts/linux.diff?r1=1.7&r2=1.8)

[COMMITTERS] pgsql: Remove trailing comma from CreateStmtLikeOption enum definition.

2006-07-13 Thread Neil Conway
Log Message: --- Remove trailing comma from CreateStmtLikeOption enum definition. This is harmless, but it causes a warning with Tru64's cc. Modified Files: -- pgsql/src/include/nodes: parsenodes.h (r1.315 -> r1.316) (http://developer.postgresql.org/cvsweb.