[COMMITTERS] pgsql: Implement CREATE TABLE LIKE ...

2007-07-16 Thread Neil Conway
Log Message: --- Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, based in part on an earlier patch from Trevor Hardcastle, and reviewed by myself. Modified Files: -- pgsql/doc/src/sgml/ref: create_table.sgml (r1.108 -> r1.109) (http:/

[COMMITTERS] pgsql: Remove http://www.benchmarkresources.com, no longer resolves to a

2007-07-16 Thread Bruce Momjian
Log Message: --- Remove http://www.benchmarkresources.com, no longer resolves to a meaningful site. Modified Files: -- pgsql/doc: FAQ_DEV (r1.138 -> r1.139) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.138&r2=1.139) pgsql/doc/

[COMMITTERS] pgsql: Add CVS Wiki URL to docs.

2007-07-16 Thread Bruce Momjian
Log Message: --- Add CVS Wiki URL to docs. Modified Files: -- pgsql/doc/src/sgml: cvs.sgml (r1.45 -> r1.46) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/cvs.sgml.diff?r1=1.45&r2=1.46) ---(end of broadcast)-

[COMMITTERS] pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs

2007-07-16 Thread Tom Lane
Log Message: --- Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has been broken since forever, but was not noticed because people seldom look at raw parse trees. AFAIK, no impact on users except that debug_print_parse might fail; but patch it all the way back anyw

[COMMITTERS] pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs

2007-07-16 Thread Tom Lane
Log Message: --- Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has been broken since forever, but was not noticed because people seldom look at raw parse trees. AFAIK, no impact on users except that debug_print_parse might fail; but patch it all the way back anyw

[COMMITTERS] pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs

2007-07-16 Thread Tom Lane
Log Message: --- Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has been broken since forever, but was not noticed because people seldom look at raw parse trees. AFAIK, no impact on users except that debug_print_parse might fail; but patch it all the way back anyw

[COMMITTERS] pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs

2007-07-16 Thread Tom Lane
Log Message: --- Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has been broken since forever, but was not noticed because people seldom look at raw parse trees. AFAIK, no impact on users except that debug_print_parse might fail; but patch it all the way back anyw

[COMMITTERS] pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs

2007-07-16 Thread Tom Lane
Log Message: --- Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has been broken since forever, but was not noticed because people seldom look at raw parse trees. AFAIK, no impact on users except that debug_print_parse might fail; but patch it all the way back anyw

[COMMITTERS] pgsql: Fix outfuncs.c to dump A_Const nodes representing NULLs

2007-07-16 Thread Tom Lane
Log Message: --- Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has been broken since forever, but was not noticed because people seldom look at raw parse trees. AFAIK, no impact on users except that debug_print_parse might fail; but patch it all the way back anyw

[COMMITTERS] pgsql: Add: > * Allow multiple indexes to be created concurrently,

2007-07-16 Thread Bruce Momjian
Log Message: --- Add: > * Allow multiple indexes to be created concurrently, ideally via a > single heap scan, and have a restore of a pg_dump somehow use it > > http://archives.postgresql.org/pgsql-general/2007-05/msg01274.php Small blank line additions. Modified Files: ---

[COMMITTERS] pgsql: Update docs that GNU tar versions >=1.16 exit with 1 on files

2007-07-16 Thread Bruce Momjian
Log Message: --- Update docs that GNU tar versions >=1.16 exit with 1 on files changed, 2 on other errors. Modified Files: -- pgsql/doc/src/sgml: backup.sgml (r2.98 -> r2.99) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml.diff?r1

[COMMITTERS] pgsql: Fix pg_buffercache to release buffer partition locks in reverse

2007-07-16 Thread Tom Lane
Log Message: --- Fix pg_buffercache to release buffer partition locks in reverse order, and add a note about why. This is not tremendously important right now, probably, but it will get more urgent if NUM_BUFFER_PARTITIONS is increased as much as proposed. Modified Files: --

[COMMITTERS] pgsql: Add comments spelling out why it's a good idea to release

2007-07-16 Thread Tom Lane
Log Message: --- Add comments spelling out why it's a good idea to release multiple partition locks in reverse order. Modified Files: -- pgsql/src/backend/storage/lmgr: lock.c (r1.176 -> r1.177) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/

[COMMITTERS] pgsql: With the native compiler on Unixware, disable optimization if

2007-07-16 Thread Neil Conway
Log Message: --- With the native compiler on Unixware, disable optimization if --enable-debug is used, to avoid complaints about debugging and optimization being mutually exclusive. Patch from Stefan Kaltenbrunner. Modified Files: -- pgsql/src/template: unixware (r1

[COMMITTERS] pgsql: Allow plpgsql function parameter names to be qualified with the

2007-07-16 Thread Tom Lane
Log Message: --- Allow plpgsql function parameter names to be qualified with the function's name. With this patch, it is always possible for the user to qualify a plpgsql variable name if needed to avoid ambiguity. While there is much more work to be done in this area, this simple change

[COMMITTERS] pgsql: Hmm, so evidently _check_lock and _clear_lock take an argument of

2007-07-16 Thread Tom Lane
Log Message: --- Hmm, so evidently _check_lock and _clear_lock take an argument of type int not unsigned int. Third try to get grebe building without warnings... Modified Files: -- pgsql/src/include/storage: s_lock.h (r1.161 -> r1.162) (http://developer.po

[COMMITTERS] pgcheck - pokus:

2007-07-16 Thread User Machr2
Log Message: --- Removed Files: - pokus/pokus: pgcheck_tuple.c (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgcheck/pokus/pokus/pgcheck_tuple.c) ---(end of broadcast)--- TIP 4: Have you searched our list arc

[COMMITTERS] pgcheck - .: Imported Sources

2007-07-16 Thread User Machr2
Update of /cvsroot/pgcheck/./pokus In directory pgfoundry.org:/tmp/cvs-serv65412 Log Message: Status: Vendor Tag: aa Release Tags: bb N ./pokus/pokus/pgcheck_tuple.c No conflicts created by this import ---(end of broadcast)--

[COMMITTERS] pgsql: Quote pathnames so pg_standby works with paths that have spaces

2007-07-16 Thread Magnus Hagander
Log Message: --- Quote pathnames so pg_standby works with paths that have spaces in them. ISHIDA Akio Modified Files: -- pgsql/contrib/pg_standby: pg_standby.c (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/pg_standby.c