[COMMITTERS] pgsql: Remove BufferBlockPointers array in favor of a base + (bufnum) *

2005-08-11 Thread Tom Lane
Log Message: --- Remove BufferBlockPointers array in favor of a base + (bufnum) * BLCKSZ computation. On modern machines this is as fast if not faster, and we don't have to clog the CPU's L2 cache with a tens-of-KB pointer array. If we ever decide to adopt a more dynamic allocation method

[COMMITTERS] python - be: Move metaend's LargeObject class into prime.py.

2005-08-11 Thread James William Pye
Log Message: --- Move metaend's LargeObject class into prime.py. Instradon is being deprecated as the only substantial item it provided was the LargeObject class. This class will soon be implemented in C. This marks the silent move of 'me' to the deprecated directory. Modified Files: ---

[COMMITTERS] python - be: Expected is always filled in now, so it cannot be used as

2005-08-11 Thread James William Pye
Log Message: --- Expected is always filled in now, so it cannot be used as an indicator to whether the call or the result of the call is to be returned. Modified Files: -- be/src: function.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python

[COMMITTERS] pgsql: Add files to do read I/O on the cluster directory:

2005-08-11 Thread Bruce Momjian
Log Message: --- Add files to do read I/O on the cluster directory: pg_stat_file() pg_read_file() pg_ls_dir() pg_reload_conf() pg_rotate_logfile() Dave Page Andreas Pflug Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.

[COMMITTERS] pgsql: Update comments.

2005-08-11 Thread Bruce Momjian
Log Message: --- Update comments. Modified Files: -- pgsql/src/port: path.c (r1.53 -> r1.54) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c.diff?r1=1.53&r2=1.54) ---(end of broadcast)--- TI

[COMMITTERS] pgsql: Document why we only handle trailing "..".

2005-08-11 Thread Bruce Momjian
Log Message: --- Document why we only handle trailing "..". Modified Files: -- pgsql/src/port: path.c (r1.52 -> r1.53) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/path.c.diff?r1=1.52&r2=1.53) ---(end of broadcast)

[COMMITTERS] pgsql: Solve the problem of OID collisions by probing for duplicate OIDs

2005-08-11 Thread Tom Lane
Log Message: --- Solve the problem of OID collisions by probing for duplicate OIDs whenever we generate a new OID. This prevents occasional duplicate-OID errors that can otherwise occur once the OID counter has wrapped around. Duplicate relfilenode values are also checked for when creating

[COMMITTERS] bizgres - bizgres:

2005-08-11 Thread User Nwakefield
Log Message: --- Modified Files: -- bizgres/JasperReports/reports: ExitPagesForWeek.jrxml (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/ExitPagesForWeek.jrxml.diff?r1=1.4&r2=1.5) ExitPagesForWeek.

[COMMITTERS] bizgres - bizgres:

2005-08-11 Thread User Nwakefield
Log Message: --- Modified Files: -- bizgres/JasperReports/reports: EntryPagesForWeek.jrxml (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/EntryPagesForWeek.jrxml.diff?r1=1.3&r2=1.4) ExitPagesForWee

[COMMITTERS] pgsql: Backpatch fseeko fix for seeking from end of file.

2005-08-11 Thread Bruce Momjian
Log Message: --- Backpatch fseeko fix for seeking from end of file. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/port: fseeko.c (r1.17 -> r1.17.4.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/fseeko.c.diff?r1=1.17&r2=1.17.4.1) ---

[COMMITTERS] tablelog - tablelog: - add function for getting column names of a table

2005-08-11 Thread User Andreas
Log Message: --- - add function for getting column names of a table as string - add function for getting column names and types of a table as string Added Files: --- tablelog: tablelog_columnnames.sql (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog

[COMMITTERS] pgsql: Fix BSD fseeko to seek from the end of the file.

2005-08-11 Thread Bruce Momjian
Log Message: --- Fix BSD fseeko to seek from the end of the file. Modified Files: -- pgsql/src/port: fseeko.c (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/fseeko.c.diff?r1=1.18&r2=1.19) ---(end of broa

[COMMITTERS] pgsql: EINTR return from connect() should be treated exactly the same as

2005-08-11 Thread Tom Lane
Log Message: --- EINTR return from connect() should be treated exactly the same as EINPROGRESS, according to Florian Hars. I'm not completely convinced but the spec does seem to read that way. Modified Files: -- pgsql/src/interfaces/libpq: fe-connect.c (r1.316 -> r

[COMMITTERS] python - pq: Refine extended protocol transactions.

2005-08-11 Thread James William Pye
Log Message: --- Refine extended protocol transactions. The extended protocol messages require that a FlushMessage is sent to "terminate the operation". With one message per flush, extended protocol transactions can be quite taxing. To ease this, reorganize the extended query transactions

[COMMITTERS] python - pq: Use () instead of tuple(), and make Describe, Close, and

2005-08-11 Thread James William Pye
Log Message: --- Use () instead of tuple(), and make Describe, Close, and Complete inherit from StringType instead of delegating out. Modified Files: -- pq/src: element3.py (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/element3.p

[COMMITTERS] pgsql: Autovacuum loose end mop-up.

2005-08-11 Thread Tom Lane
Log Message: --- Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost delay and limit, both as global GUCs and as table-specific entries in pg_autovacuum. stats_reset_on_server_start is now OFF by default, but a reset is forced if we did WAL replay. XID-wrap vacuums do no

[COMMITTERS] pgsql: Backpatch new CVS home page URL.

2005-08-11 Thread Bruce Momjian
Log Message: --- Backpatch new CVS home page URL. Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: cvs.sgml (r1.30.4.1 -> r1.30.4.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/cvs.sgml.diff?r1=1.30.4.1&r2=1.30.4.2) -

[COMMITTERS] pgsql: Update for new CVS homepage.

2005-08-11 Thread Bruce Momjian
Log Message: --- Update for new CVS homepage. Modified Files: -- pgsql/doc/src/sgml: cvs.sgml (r1.33 -> r1.34) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/cvs.sgml.diff?r1=1.33&r2=1.34) ---(end of broadcast)--

[COMMITTERS] pgsql: Update MD5 mention for long values.

2005-08-11 Thread Bruce Momjian
Log Message: --- Update MD5 mention for long values. Modified Files: -- pgsql/doc: FAQ (r1.355 -> r1.356) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.355&r2=1.356) pgsql/doc/src/FAQ: FAQ.html (r1.311 -> r1.312) (

[COMMITTERS] pgsql: Mention MD5 function index for indexing long values.

2005-08-11 Thread Bruce Momjian
Log Message: --- Mention MD5 function index for indexing long values. Modified Files: -- pgsql/src/backend/access/nbtree: nbtinsert.c (r1.123 -> r1.124) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtinsert.c.diff?r1=1.123&r2