[COMMITTERS] pgsql: Remove: * Allow database recovery where tablespaces can't be

2004-11-05 Thread Bruce Momjian
Log Message: --- Remove: * Allow database recovery where tablespaces can't be created When a pg_dump is restored, all tablespaces will attempt to be created in their original locations. If this fails, the user must be able to adjust the restore process. Modified Files:

[COMMITTERS] pgsql: Now that we advertize only CIDR address in pg_hba.conf, remove

2004-11-05 Thread Bruce Momjian
Log Message: --- Now that we advertize only CIDR address in pg_hba.conf, remove duplicates sample entries from comments. Modified Files: -- pgsql/src/backend/libpq: pg_hba.conf.sample (r1.55 -> r1.56) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/ba

[COMMITTERS] pgsql: Variable initializer no longer necessary.

2004-11-05 Thread Bruce Momjian
Log Message: --- Variable initializer no longer necessary. Modified Files: -- pgsql/src/bin/psql: command.c (r1.131 -> r1.132) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c.diff?r1=1.131&r2=1.132) ---(end

[COMMITTERS] pgsql: Tests for COMSPEC in the right place and supply a reasonable

2004-11-05 Thread Bruce Momjian
Log Message: --- Tests for COMSPEC in the right place and supply a reasonable shell default on Win32. Modified Files: -- pgsql/src/bin/psql: command.c (r1.130 -> r1.131) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c.diff?r1=1.130&

[COMMITTERS] pgsql: Fix sizeof(EXE) arithmetic, per Andrew Dunstan.

2004-11-05 Thread Tom Lane
Log Message: --- Fix sizeof(EXE) arithmetic, per Andrew Dunstan. Modified Files: -- pgsql/src/port: path.c (r1.42 -> r1.43) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c.diff?r1=1.42&r2=1.43) ---(end of broadcast

[COMMITTERS] pgsql: Update "dash" to "hyphen".

2004-11-05 Thread Bruce Momjian
Log Message: --- Update "dash" to "hyphen". Modified Files: -- pgsql/doc: TODO (r1.1383 -> r1.1384) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1383&r2=1.1384) ---(end of broadcast)--

[COMMITTERS] pgsql:

2004-11-05 Thread Bruce Momjian
Log Message: --- Modified Files: -- pgsql/doc: TODO (r1.1384 -> r1.1385) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1384&r2=1.1385) ---(end of broadcast)--- TIP 4: Don't 'kill -9' t

[COMMITTERS] pgsql: Code cleanup in path.c and exec.c.

2004-11-05 Thread Tom Lane
Log Message: --- Code cleanup in path.c and exec.c. Handle Windows drive and network specs everywhere not just some places, get rid of . and .. when joining path sections together. This should eliminate most of the ugly paths like /foo/bar/./baz that we've been generating. Modified Files

[COMMITTERS] pginstaller - pginst: Seperate deprecated modules to help prevent users

2004-11-05 Thread User Dpage
Log Message: --- Seperate deprecated modules to help prevent users using them unless they really mean to. Modified Files: -- pginst/wxs: dialogs.wxs (r1.37 -> r1.38) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.

[COMMITTERS] pgsql: pred_test() logic was being too narrow-minded about where it

2004-11-05 Thread Tom Lane
Log Message: --- pred_test() logic was being too narrow-minded about where it might find RestrictInfo nodes in the query expression. Per example from James Robinson. Modified Files: -- pgsql/src/backend/optimizer/path: indxpath.c (r1.165 -> r1.166) (http:/

[COMMITTERS] pginstaller - pginst: Properly quote passwords with spaces in them per

2004-11-05 Thread User Mha
Log Message: --- Properly quote passwords with spaces in them per #1000144. Along the way, update so we check for invalid character in service account passwords too, not just superuser passwords. Modified Files: -- pginst/ca: pginstca.c (r1.64 -> r1.65) (

[COMMITTERS] pgsql: Create 'default_tablespace' GUC variable that supplies a

2004-11-05 Thread Tom Lane
Log Message: --- Create 'default_tablespace' GUC variable that supplies a TABLESPACE clause implicitly whenever one is not given explicitly. Remove concept of a schema having an associated tablespace, and simplify the rules for selecting a default tablespace for a table or index. It's now

[COMMITTERS] pginstaller - pginst: Add icons to buttons in directory browse dialog,

2004-11-05 Thread User Mha
Log Message: --- Add icons to buttons in directory browse dialog, per #1000146. Patch from Hiroshi Saito Modified Files: -- pginst/wxs: pginst.wxs (r1.86 -> r1.87) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.86&

[COMMITTERS] pgsql: Small message clarifications

2004-11-05 Thread Peter Eisentraut
Log Message: --- Small message clarifications Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.175 -> r1.176) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.175&r2=1.176) pgsql/src/backend/co

[COMMITTERS] pgsql: Translation update

2004-11-05 Thread Peter Eisentraut
Log Message: --- Translation update Modified Files: -- pgsql/src/backend/po: de.po (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/de.po.diff?r1=1.14&r2=1.15) ---(end of broadcast)--