[COMMITTERS] npgsql - Npgsql: 2006-06-27 Francisco Figueiredo Jr.

2006-06-26 Thread User Fxjr
Log Message: --- 2006-06-27 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlClosedState.cs: Fixed a missing catch Exception surrounding EndConnect calls. Thanks Radomir Simic for heads up. Modified Files: -- Npgsql/src/Npgsql: NpgsqlClosedState.cs

Re: [COMMITTERS] pgsql: Disallow changing/dropping default expression of a SERIAL column

2006-06-26 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Disallow changing/dropping default expression of a SERIAL column Wasn't this patch rejected? Your summary is utterly wrong about what it does, which makes me wonder whether you reviewed it at all. One would also think that a change in user-visible beha

[COMMITTERS] pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table

2006-06-26 Thread Alvaro Herrera
Log Message: --- Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without analyzing, so that future analyze threshold calculations don't get confused. Also, make sure we correctly track the decrease of live tuples cause by deletes. Per report from Dylan Hansen, patches by

[COMMITTERS] pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table

2006-06-26 Thread Alvaro Herrera
Log Message: --- Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without analyzing, so that future analyze threshold calculations don't get confused. Also, make sure we correctly track the decrease of live tuples cause by deletes. Per report from Dylan Hansen, patches by

[COMMITTERS] pgsql: Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.

2006-06-26 Thread Bruce Momjian
Log Message: --- Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. Greg Stark Modified Files: -- pgsql/doc/src/sgml/ref: create_table.sgml (r1.100 -> r1.101) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_table.sgml.diff?r1=1.100&r

[COMMITTERS] pgsql: Done: < * %Disallow changing DEFAULT expression of a SERIAL

2006-06-26 Thread Bruce Momjian
Log Message: --- Done: < * %Disallow changing DEFAULT expression of a SERIAL column? < < This should be done only if the existing SERIAL problems cannot be < fixed. < > * -Disallow changing DEFAULT expression of a SERIAL column Modified Files: -- pgsql/doc: T

[COMMITTERS] pgsql: Disallow changing/dropping default expression of a SERIAL column

2006-06-26 Thread Bruce Momjian
Log Message: --- Disallow changing/dropping default expression of a SERIAL column Dhanaraj M Modified Files: -- pgsql/src/backend/catalog: dependency.c (r1.54 -> r1.55) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/dependency.c.diff

[COMMITTERS] pgsql: Fix for recent Win32 pg_dump tar temp file patch.

2006-06-26 Thread Bruce Momjian
Log Message: --- Fix for recent Win32 pg_dump tar temp file patch. Hiroshi Saito Tags: REL8_1_STABLE Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_tar.c (r1.49.2.1 -> r1.49.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/

[COMMITTERS] pgsql: Fix for recent Win32 pg_dump tar temp file patch.

2006-06-26 Thread Bruce Momjian
Log Message: --- Fix for recent Win32 pg_dump tar temp file patch. Hiroshi Saito Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_tar.c (r1.53 -> r1.54) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_tar.c.diff?r1=1.53&r2=1.

[COMMITTERS] pgsql: Create infrastructure for 'MinimalTuple' representation of

2006-06-26 Thread Tom Lane
Log Message: --- Create infrastructure for 'MinimalTuple' representation of in-memory tuples with less header overhead than a regular HeapTuple, per my recent proposal. Teach TupleTableSlot code how to deal with these. As proof of concept, change tuplestore.c to store MinimalTuples instead

[COMMITTERS] pgsql: On Win32, use loop to create pg_dump temporary tar file in the

2006-06-26 Thread Bruce Momjian
Log Message: --- On Win32, use loop to create pg_dump temporary tar file in the current directory, not in device root, for permission reasons. Backpatch to 8.1.X. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_tar.c (r1.49 -> r1.49.2.

[COMMITTERS] pgsql: On Win32, use loop to create pg_dump temporary tar file in the

2006-06-26 Thread Bruce Momjian
Log Message: --- On Win32, use loop to create pg_dump temporary tar file in the current directory, not in device root, for permission reasons. Backpatch to 8.1.X. Modified Files: -- pgsql/src/bin/pg_dump: pg_backup_tar.c (r1.52 -> r1.53) (http://developer.

[COMMITTERS] pgsql: Add PQescapeIdentifier() to libpq Christopher Kings-Lynne

2006-06-26 Thread Bruce Momjian
Log Message: --- Add PQescapeIdentifier() to libpq Christopher Kings-Lynne Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.211 -> r1.212) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml.diff?r1=1.211&r2=1.212) pgsql/src/

[COMMITTERS] pgsql: Done: > o -Add PQescapeIdentifier()

2006-06-26 Thread Bruce Momjian
Log Message: --- Done: > o -Add PQescapeIdentifier() Modified Files: -- pgsql/doc: TODO (r1.1900 -> r1.1901) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1900&r2=1.1901) pgsql/doc/src/FAQ: TODO.html (r1.403 -> r1.4

[COMMITTERS] pgsql: Fix blank line.

2006-06-26 Thread Bruce Momjian
Log Message: --- Fix blank line. Modified Files: -- pgsql/src/include: c.h (r1.204 -> r1.205) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/c.h.diff?r1=1.204&r2=1.205) ---(end of broadcast)---

[COMMITTERS] snapshot - root: Updating to reflect the recent support of ON PREBUILT

2006-06-26 Thread User Cunha17
Log Message: --- Updating to reflect the recent support of ON PREBUILT TABLE. Modified Files: -- root: TODO.txt (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/root/TODO.txt.diff?r1=1.2&r2=1.3) USAGE.txt (r1.3 -> r1.4)

[COMMITTERS] pgsql: Change the row constructor syntax (ROW(...)) so that list

2006-06-26 Thread Tom Lane
Log Message: --- Change the row constructor syntax (ROW(...)) so that list elements foo.* will be expanded to a list of their member fields, rather than creating a nested rowtype field as formerly. (The old behavior is still available by omitting '.*'.) This syntax is not allowed by the S

[COMMITTERS] pgsql: Add comment about the use of pg_config_paths.h.

2006-06-26 Thread Bruce Momjian
Log Message: --- Add comment about the use of pg_config_paths.h. Modified Files: -- pgsql/src/port: Makefile (r1.31 -> r1.32) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/Makefile.diff?r1=1.31&r2=1.32) ---(end of broad

[COMMITTERS] snapshot - src: All ON PREBUILT TABLE implementation done! * refresh

2006-06-26 Thread User Cunha17
Log Message: --- All ON PREBUILT TABLE implementation done! * refresh support (FAST, COMPLETE, FORCE) * fixed some bugs on create/drop Modified Files: -- src/pl: createLocalSnapshot.pl (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src

[COMMITTERS] pgsql: Added missing braces to prevent a segfault after usage of an

2006-06-26 Thread Michael Meskes
Log Message: --- Added missing braces to prevent a segfault after usage of an undeclared cursor. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.303.4.5 -> r1.303.4.6) (http://developer.postgresql.org/cvsweb.cgi

[COMMITTERS] pgsql: Added missing braces to prevent a segfault after usage of an

2006-06-26 Thread Michael Meskes
Log Message: --- Added missing braces to prevent a segfault after usage of an undeclared cursor. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.311.2.2 -> r1.311.2.3) (http://developer.postgresql.org/cvsweb.cgi

[COMMITTERS] pgsql: Added missing braces to prevent a segfault after usage of an

2006-06-26 Thread Michael Meskes
Log Message: --- Added missing braces to prevent a segfault after usage of an undeclared cursor. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.309 -> r1.310) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?

[COMMITTERS] pgsql: Use Unix newlines, instead of DOS ones.

2006-06-26 Thread Bruce Momjian
Log Message: --- Use Unix newlines, instead of DOS ones. Modified Files: -- pgsql/doc/src/FAQ: FAQ_chinese.html (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/FAQ_chinese.html.diff?r1=1.9&r2=1.10) ---(

[COMMITTERS] pgsql: Use Unix line endings instead of DOS ones, per Magnus.

2006-06-26 Thread Bruce Momjian
Log Message: --- Use Unix line endings instead of DOS ones, per Magnus. Modified Files: -- pgsql/src/include/port/win32_msvc: dirent.h (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32_msvc/dirent.h.diff?r1=1.1&r2=1.2)

[COMMITTERS] pgsql: Use Unix line endings instead of DOS ones, per Magnus.

2006-06-26 Thread Bruce Momjian
Log Message: --- Use Unix line endings instead of DOS ones, per Magnus. Modified Files: -- pgsql/src/port: win32error.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/win32error.c.diff?r1=1.1&r2=1.2) ---(e

[COMMITTERS] pgsql: Use Unix line endings instead of DOS ones, per Magnus.

2006-06-26 Thread Bruce Momjian
Log Message: --- Use Unix line endings instead of DOS ones, per Magnus. Modified Files: -- pgsql/src/port: dirent.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirent.c.diff?r1=1.1&r2=1.2) ---(end of br

[COMMITTERS] pgsql: Update include files to Unix newline format, per report from

2006-06-26 Thread Bruce Momjian
Log Message: --- Update include files to Unix newline format, per report from Magnus. Modified Files: -- pgsql/src/include/port/win32_msvc: unistd.h (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32_msvc/unistd.h.diff?r

[COMMITTERS] python - tin: Imported Sources

2006-06-26 Thread James William Pye
Update of /cvsroot/python/tin In directory pgfoundry.org:/tmp/cvs-serv92382 Log Message: Import of tin. This is a project to help manage test clusters of varying versions of PostgreSQL for running test suites, or just running quick test commands, etc. It provides simple cluster selectivity based

[COMMITTERS] fulldisjunction - fd: More consolidation work, a lot of cleanups.

2006-06-26 Thread User Pgstudy
Log Message: --- More consolidation work, a lot of cleanups. Also, complete queue now only holds rowids array (comes at a little extra cost but for long queries it should be worth it). Modified Files: -- fd: algstructs.c (r1.10 -> r1.11) (http://cvs.pgfou

[COMMITTERS] pgsql: Added some more coverity report patches send in by Joachim

2006-06-26 Thread Michael Meskes
Log Message: --- Added some more coverity report patches send in by Joachim Wieland <[EMAIL PROTECTED]>. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: informix.c (r1.39.2.3 -> r1.39.2.4) (http://developer.postgresql.org/

[COMMITTERS] pgsql: Added some more coverity report patches send in by Joachim

2006-06-26 Thread Michael Meskes
Log Message: --- Added some more coverity report patches send in by Joachim Wieland <[EMAIL PROTECTED]>. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: informix.c (r1.38.4.2 -> r1.38.4.3) (http://developer.postgresql.org/

[COMMITTERS] pgsql: Added some more coverity report patches send in by Joachim

2006-06-26 Thread Michael Meskes
Log Message: --- Added some more coverity report patches send in by Joachim Wieland <[EMAIL PROTECTED]>. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.308 -> r1.309) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/Change

[COMMITTERS] pgsql: Update comment description of geo routines and move comment to

2006-06-26 Thread Bruce Momjian
Log Message: --- Update comment description of geo routines and move comment to more relevant location. Modified Files: -- pgsql/src/backend/utils/adt: geo_ops.c (r1.92 -> r1.93) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/geo_op