[COMMITTERS] pgsql-server: Another fix for Win32 START.

2004-06-10 Thread Bruce Momjian
Log Message: --- Another fix for Win32 START. Modified Files: -- pgsql-server/src/bin/pg_ctl: pg_ctl.c (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.14&r2=1.15) ---(end o

[COMMITTERS] pgsql-server: The attached tiny patch removes spurious carriage returns

2004-06-10 Thread Bruce Momjian
Log Message: --- The attached tiny patch removes spurious carriage returns that might be copied by the script that generates psql's help. (You can get the spurious CRs if you use a CVS client on Windows that does line end translation.) Elsewhere, the patch should be totally benign. This r

[COMMITTERS] pgsql-server: >> It certainly doesn't.

2004-06-10 Thread Bruce Momjian
Log Message: --- >> It certainly doesn't. There still was a bug with the locale stuff, >> though - the GUC variable was not set in the child >processes. So "show >> lc_collate" would *always* return "C", for example. attached >patch fixes >> this. > >Hm. Why were these vars not propagated

[COMMITTERS] pgsql-server: This patch updates pgpipe() on win32 to log exactly which

2004-06-10 Thread Bruce Momjian
Log Message: --- This patch updates pgpipe() on win32 to log exactly which part of the call fails when it does. (As it is now, there is no way to figure out the point of error). Shouldn't be a problem since it's most defintily not a performance-critical path (only called on pgstat startup A

Re: [COMMITTERS] pgsql-server: Clean up generation of default names

2004-06-10 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: >> Clean up generation of default names for constraints, indexes, and serial >> sequences, as per recent discussion. > Do you do any sort of 'locking of potential names' to ensure that > another process adding a sequence at the same time or some

Re: [COMMITTERS] pgsql-server: Fix oversight in recent ALTER TABLE

2004-06-10 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: >> Fix oversight in recent ALTER TABLE improvements. We now support >> ALTER TABLE tab ADD COLUMN col SERIAL, but we forgot to install the >> dependency between the column and the sequence, so the sequence >> would not go away if you dropped the

[COMMITTERS] pgsql-server: When using extended-query protocol, postpone planning of

2004-06-10 Thread Tom Lane
Log Message: --- When using extended-query protocol, postpone planning of unnamed statements until Bind is received, so that actual parameter values are visible to the planner. Make use of the parameter values for estimation purposes (but don't fold them into the actual plan). This buys b

Re: [COMMITTERS] pgsql-server: Fix oversight in recent ALTER TABLE

2004-06-10 Thread Christopher Kings-Lynne
Fix oversight in recent ALTER TABLE improvements. We now support ALTER TABLE tab ADD COLUMN col SERIAL, but we forgot to install the dependency between the column and the sequence, so the sequence would not go away if you dropped the table later. What if you ALTER TABLE / TYPE SERIAL? Chris --

Re: [COMMITTERS] pgsql-server: Clean up generation of default names

2004-06-10 Thread Christopher Kings-Lynne
Clean up generation of default names for constraints, indexes, and serial sequences, as per recent discussion. All these names are now of the form table_column_type, with digits added if needed to make them unique. Default constraint names are chosen to be unique across their whole schema, not jus

[COMMITTERS] pgsql-server: More restructuring to use Win32 START with paths needing

2004-06-10 Thread Bruce Momjian
Log Message: --- More restructuring to use Win32 START with paths needing quotes. Modified Files: -- pgsql-server/src/bin/pg_ctl: pg_ctl.c (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.13&r2=1.14

[COMMITTERS] pgsql-server: Translation updates

2004-06-10 Thread Peter Eisentraut
Log Message: --- Translation updates Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/backend/po: de.po (r1.11.2.3 -> r1.11.2.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/de.po.diff?r1=1.11.2.3&r2=1.11.2.4) pgs

[COMMITTERS] pgsql-server: Attached is a patch that takes care of the PATHSEP issue.

2004-06-10 Thread Bruce Momjian
Log Message: --- Attached is a patch that takes care of the PATHSEP issue. I made a more extensive change then what was suggested. I found the file path.c that contained a lot of "Unix/Windows" agnostic functions so I added a function there instead and removed the PATHSEP declaration in exe

[COMMITTERS] pgsql-server: More quoting cleanups for Win32's pg_ctl.

2004-06-10 Thread Bruce Momjian
Log Message: --- More quoting cleanups for Win32's pg_ctl. Modified Files: -- pgsql-server/src/bin/pg_ctl: pg_ctl.c (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.12&r2=1.13)

[COMMITTERS] pgsql-server: Adjust cost_nonsequential_access() to have more reasonable

2004-06-10 Thread Tom Lane
Log Message: --- Adjust cost_nonsequential_access() to have more reasonable behavior when random_page_cost has a small value. Per Manfred Koizar, though I didn't use his equation exactly. Modified Files: -- pgsql-server/src/backend/optimizer/path: costsize.c (r1.13

[COMMITTERS] pgsql-server: Done: > * -Print table names with constraint names in

2004-06-10 Thread Bruce Momjian
Log Message: --- Done: > * -Print table names with constraint names in error messages, or make constraint Modified Files: -- pgsql-server/doc: TODO (r1.1271 -> r1.1272) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/TODO.diff?r1=1.1271&r2=1.1

[COMMITTERS] pgsql-server: Make ALTER TABLE ADD SERIAL work reasonably in inheritance

2004-06-10 Thread Tom Lane
Log Message: --- Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too. Modified Files: -- pgsql-server/src/backend/commands: tablecmds.c (r1.114 -> r1.115) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/tablec

[COMMITTERS] pgsql-server: Fix oversight in recent ALTER TABLE improvements.

2004-06-10 Thread Tom Lane
Log Message: --- Fix oversight in recent ALTER TABLE improvements. We now support ALTER TABLE tab ADD COLUMN col SERIAL, but we forgot to install the dependency between the column and the sequence, so the sequence would not go away if you dropped the table later. Modified Files: -

[COMMITTERS] pqa - pqa: Added some error reporting support

2004-06-10 Thread User Tom
Log Message: --- Added some error reporting support Modified Files: -- pqa/lib: pqa.rb (r1.58 -> r1.59) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.58&r2=1.59) ---(end of broadcast)-

[COMMITTERS] pgsql-server: Use /B to start so a new window isn't created, per Andrew

2004-06-10 Thread Bruce Momjian
Log Message: --- Use /B to start so a new window isn't created, per Andrew Dunstan. Modified Files: -- pgsql-server/src/bin/pg_ctl: pg_ctl.c (r1.11 -> r1.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.11&r2=1.

[COMMITTERS] pgsql-server: Clean up generation of default names for constraints,

2004-06-10 Thread Tom Lane
Log Message: --- Clean up generation of default names for constraints, indexes, and serial sequences, as per recent discussion. All these names are now of the form table_column_type, with digits added if needed to make them unique. Default constraint names are chosen to be unique across th

[COMMITTERS] pgsql-server: Add START background code for another code path, per

2004-06-10 Thread Bruce Momjian
Log Message: --- Add START background code for another code path, per Andrew Dunstan. Modified Files: -- pgsql-server/src/bin/pg_ctl: pg_ctl.c (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.10&r2=

[COMMITTERS] pgsql-server: Use START for pg_ctl background runs on Win32, from

2004-06-10 Thread Bruce Momjian
Log Message: --- Use START for pg_ctl background runs on Win32, from Magnus. Modified Files: -- pgsql-server/src/bin/pg_ctl: pg_ctl.c (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.9&r2=1.10)

[COMMITTERS] pgsql-server: Translation update

2004-06-10 Thread Peter Eisentraut
Log Message: --- Translation update Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/backend/po: ru.po (r1.12.2.1 -> r1.12.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/ru.po.diff?r1=1.12.2.1&r2=1.12.2.2) ---

[COMMITTERS] pgsql-server: Translation updates

2004-06-10 Thread Peter Eisentraut
Log Message: --- Translation updates Tags: REL7_4_STABLE Modified Files: -- pgsql-server/src/backend/po: pt_BR.po (r1.1.2.4 -> r1.1.2.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/pt_BR.po.diff?r1=1.1.2.4&r2=1.1.2.5) p

[COMMITTERS] pgsql-server: Translation update

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

[COMMITTERS] pgsql-server: Translation update

2004-06-10 Thread Peter Eisentraut
Log Message: --- Translation update Modified Files: -- pgsql-server/src/bin/initdb/po: ru.po (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/initdb/po/ru.po.diff?r1=1.3&r2=1.4) ---(end of broadcast)--

[COMMITTERS] pgsql-server: New translation

2004-06-10 Thread Peter Eisentraut
Log Message: --- New translation Modified Files: -- pgsql-server/src/backend: nls.mk (r1.11 -> r1.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/nls.mk.diff?r1=1.11&r2=1.12) Added Files: --- pgsql-server/src/backend/po

[COMMITTERS] pgsql-server/contrib Makefile

2004-06-10 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/03/05 01:15:17 Modified files: contrib: Makefile Log message: Add xml2 as skipped /contrib Makefile entry. ---(end of broadcast)-

[COMMITTERS] pgsql-server: Handle multiple double-quoted strings using Win32's

2004-06-10 Thread Bruce Momjian
Log Message: --- Handle multiple double-quoted strings using Win32's system() call. Document limitations. Modified Files: -- pgsql-server/src/bin/initdb: initdb.c (r1.35 -> r1.36) (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/initdb/init

[COMMITTERS] pgsql-server/src/interfaces/ecpg ChangeLog pre ...

2004-06-10 Thread Michael Meskes
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/03/04 03:32:02 Modified files: src/interfaces/ecpg: ChangeLog src/interfaces/ecpg/preproc: preproc.y variable.c Log message: - Fixed segfault due to missing check for variabl

[COMMITTERS] pgsql-server: Reword: < * Allow hash buckets to fill disk pages, rather

2004-06-10 Thread Bruce Momjian
Log Message: --- Reword: < * Allow hash buckets to fill disk pages, rather than being sparse > * Pack hash index buckets onto disk pages more efficiently Modified Files: -- pgsql-server/doc: TODO (r1.1270 -> r1.1271) (http://developer.postgresql.org/cvsweb

[COMMITTERS] pgsql-server/src/interfaces/jdbc/org/postgresq ...

2004-06-10 Thread Kris Jurka
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/03/03 23:25:10 Modified files: src/interfaces/jdbc/org/postgresql: Tag: REL7_4_STABLE Driver.java.in Log message: Update build number in a