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
[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
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
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
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
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
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
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/
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.
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
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.
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.
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/
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
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)---
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)
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
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
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
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
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
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?
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)
---(
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)
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
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
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
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
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
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/
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/
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
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
33 matches
Mail list logo