CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/02 11:47:45
Modified files:
src/interfaces/libpq: fe-exec.c
Log message:
Don't use 0 as a spelling of NULL.
---(end of broadcast)-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/02 16:52:44
Modified files:
src/interfaces/libpq: fe-connect.c
Log message:
Do not return from PQrequestCancel until postmaster has finished
processing the request; this en
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/02 19:25:08
Modified files:
src/backend/utils/adt: Tag: REL7_3_STABLE ruleutils.c
Log message:
When dumping CREATE INDEX, must show opclass name if the opclass isn't
in the
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/02 19:24:55
Modified files:
src/backend/utils/adt: ruleutils.c
Log message:
When dumping CREATE INDEX, must show opclass name if the opclass isn't
in the schema search path
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/02 20:19:44
Modified files:
src/backend/commands: vacuum.c
Log message:
Add a bit more locking to vac_update_relstats and vac_update_dbstats
to make them comparable to what