Log Message:
---
Add a few exceptions and rename a few.
Add general TypeError, ValidityError(Old ValidityError is now
SEARVValidityError). Rename CannotChangeRuntimeParameterError to
ImmutableRuntimeParameterError. Add IndeterminateDatatypeError(SEARVTypeError).
Modified Files:
---
Log Message:
---
Limit Postgres.Query to 1 command. Similar to prepared statements('P'),
explicitly limit the Query to one command. Handling multiple commands meant the
allowance of returning multiple Portals(nasty). Also, prohibit Transaction
statements as the user is expected to use Postg
Log Message:
---
Fix FSM warning to mention increasing max_fsm_pages. Was incorrectly
max_fsm_relations.
Modified Files:
--
pgsql/src/backend/storage/freespace:
freespace.c (r1.46 -> r1.47)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/stor
Log Message:
---
Fix Portal seeking. _port_seek was mostly broken. Subsequently, seek based
operations like __getitem__ and __len__ were as well. Do error checking in
port_read to be sure the given object is a PyInt.
Additionally, add the "scroll" method. Like seek, but implies whence = 1,
Log Message:
---
Minor cleanup.
Modified Files:
--
pgsql/src/tools:
pgcvslog (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgcvslog.diff?r1=1.25&r2=1.26)
---(end of broadcast)--
Log Message:
---
Bug squishing in utils and tupledesc. Assert valid Oids where assumed. Fix
TupleDesc.__getitem__. In utils.c, only lookup the Relation's TypeOid if
t_tableOid is valid; set the TypeId to RECORDOID if it was invalid.
Modified Files:
--
be/src:
utils.
Log Message:
---
- make it working on windows
- comment out some debug messages
Modified Files:
--
tablelog:
tablelog_restore.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_restore.c.diff?r1=1.5&r2=1.6)
---
Log Message:
---
- docu updated
- some cleanups
Modified Files:
--
tablelog:
README.tablelog (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/README.tablelog.diff?r1=1.5&r2=1.6)
---(end of broadcast)
Log Message:
---
- move functions from tablelog_columnnames.sql
- some cleanups
Modified Files:
--
tablelog:
tablelog_init.sql (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_init.sql.diff?r1=1.4&r2=1.5)
-
Log Message:
---
functions now in tablelog_init.sql
Removed Files:
-
tablelog:
tablelog_columnnames.sql
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_columnnames.sql)
---(end of broadcast)--
Log Message:
---
Update comments.
Modified Files:
--
pgsql/src/tools:
pgcvslog (r1.24 -> r1.25)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgcvslog.diff?r1=1.24&r2=1.25)
---(end of broadcast)
Log Message:
---
Improve comment.
Modified Files:
--
pgsql/src/tools:
pgcvslog (r1.23 -> r1.24)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgcvslog.diff?r1=1.23&r2=1.24)
---(end of broadcast)
Log Message:
---
Update pgcvslog comment on how to find branch start time.
Run autoconf/autoheader in case someone forgot in the past.
Modified Files:
--
pgsql/src/tools:
pgcvslog (r1.22 -> r1.23)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools
Log Message:
---
Fix show pool_status command bug. Sometimes secondary host is showed
"unused" even it is actually used.
Modified Files:
--
pgpool:
pool_config.l (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/pool_config.l.diff?r1
14 matches
Mail list logo