[COMMITTERS] pgsql: Update README.HOT to reflect new snapshot tracking and xmin

2008-10-02 Thread Bruce Momjian
Log Message: --- Update README.HOT to reflect new snapshot tracking and xmin advancement code in 8.4. Modified Files: -- pgsql/src/backend/access/heap: README.HOT (r1.3 -> r1.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/README.

[COMMITTERS] npgsql - Npgsql2: Fixed misleading timeout error message.

2008-10-02 Thread User Fxjr
Log Message: --- Fixed misleading timeout error message. As the only timeout which was being reported was about connection establishment, command execution timeouts were being misinterpreted and users couldn't find easily what was going wrong. Modified Files: -- Npgsql2/

[COMMITTERS] pgsql: Fix improper display of fractional seconds in interval values

2008-10-02 Thread Tom Lane
Log Message: --- Fix improper display of fractional seconds in interval values when using --enable-integer-datetimes and a non-ISO datestyle. Ron Mayer Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.118.2.9 -> r1.118.2.10)

[COMMITTERS] pgsql: Fix improper display of fractional seconds in interval values

2008-10-02 Thread Tom Lane
Log Message: --- Fix improper display of fractional seconds in interval values when using --enable-integer-datetimes and a non-ISO datestyle. Ron Mayer Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.137.4.6 -> r1.137.4.7)

[COMMITTERS] pgsql: Fix improper display of fractional seconds in interval values

2008-10-02 Thread Tom Lane
Log Message: --- Fix improper display of fractional seconds in interval values when using --enable-integer-datetimes and a non-ISO datestyle. Ron Mayer Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.160.2.6 -> r1.160.2.7)

[COMMITTERS] pgsql: Fix improper display of fractional seconds in interval values

2008-10-02 Thread Tom Lane
Log Message: --- Fix improper display of fractional seconds in interval values when using --enable-integer-datetimes and a non-ISO datestyle. Ron Mayer Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.184.2.2 -> r1.184.2.3)

[COMMITTERS] pgsql: Fix improper display of fractional seconds in interval values

2008-10-02 Thread Tom Lane
Log Message: --- Fix improper display of fractional seconds in interval values when using --enable-integer-datetimes and a non-ISO datestyle. Ron Mayer Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.174.2.4 -> r1.174.2.5)

[COMMITTERS] pgsql: Fix improper display of fractional seconds in interval values

2008-10-02 Thread Tom Lane
Log Message: --- Fix improper display of fractional seconds in interval values when using --enable-integer-datetimes and a non-ISO datestyle. Ron Mayer Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.194 -> r1.195) (http://anoncvs.postgresq

[COMMITTERS] pgsql: Partial fix for contrib vpath breakage.

2008-10-02 Thread Tom Lane
Log Message: --- Partial fix for contrib vpath breakage. Modified Files: -- pgsql/src/makefiles: pgxs.mk (r1.13 -> r1.14) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/pgxs.mk?r1=1.13&r2=1.14) -- Sent via pgsql-committers mailing list (pgs

[COMMITTERS] pgsql: Make the blkno arguments bigints instead of int4s.

2008-10-02 Thread Heikki Linnakangas
Log Message: --- Make the blkno arguments bigints instead of int4s. A signed int4 is not large enough for block numbers higher than 2^31. The old pre-FSM-rewrite pg_freespacemap implementation got this right. While we're at it, remove some unnecessary #includes. Modified Files: ---

[COMMITTERS] pgsql: Fix function name in pg_freespacemap docs.

2008-10-02 Thread Heikki Linnakangas
Log Message: --- Fix function name in pg_freespacemap docs. It's "pg_freespace", not "pg_freespacemap". Reported by hubert depesz lubaczewski. Modified Files: -- pgsql/doc/src/sgml: pgfreespacemap.sgml (r2.3 -> r2.4) (http://anoncvs.postgresql.org/cvsweb.cg

[COMMITTERS] pgsql: Update pg_regress calls in PL checks to handle vpath builds.

2008-10-02 Thread Peter Eisentraut
Log Message: --- Update pg_regress calls in PL checks to handle vpath builds. Modified Files: -- pgsql/src/pl/plperl: GNUmakefile (r1.35 -> r1.36) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/GNUmakefile?r1=1.35&r2=1.36) pgsql/src/pl/pl