[COMMITTERS] bizgres - bizgres: Fix bug whereby the first query of a new session will

2006-09-09 Thread User Markir
Log Message: --- Fix bug whereby the first query of a new session will not deduct its portal increments if interrupted. This was due to waitPortalId not being set at backend process startup. Modified Files: -- bizgres/postgresql/src/backend/storage/lmgr: proc.c (r1.

[COMMITTERS] pgsql: Rename contains/contained-by operators to @> and <@, per

2006-09-09 Thread Tom Lane
Log Message: --- Rename contains/contained-by operators to @> and <@, per discussion that agreed these symbols are less easily confused. I made new pg_operator entries (with new OIDs) for the old names, so as to provide backward compatibility while making it pretty easy to remove the old n

[COMMITTERS] pgsql: Remove reference to contrib/mac, which isn't there anymore.

2006-09-09 Thread Tom Lane
Log Message: --- Remove reference to contrib/mac, which isn't there anymore. Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.172 -> r1.173) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml.diff?r1=1.172&r2=1.173) --