[COMMITTERS] pgsql: Add idea: < cmin/cmax pair and is stored in local memory.

2005-09-02 Thread Bruce Momjian
Log Message: --- Add idea: < cmin/cmax pair and is stored in local memory. > cmin/cmax pair and is stored in local memory. Another idea is to > store both cmin and cmax only in local memory. Modified Files: -- pgsql/doc: TODO (r1.1653 -> r1.1654) (h

[COMMITTERS] pginstaller - pginst: Fix resdirect_stderr, enable autovacuum by

2005-09-02 Thread User Dpage
Log Message: --- Fix resdirect_stderr, enable autovacuum by default. Modified Files: -- pginst/ca: pginstca.c (r1.80 -> r1.81) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.80&r2=1.81) ---(e

[COMMITTERS] pgsql: Add log display label for unnamed server-side portals.

2005-09-02 Thread Bruce Momjian
Log Message: --- Add log display label for unnamed server-side portals. Modified Files: -- pgsql/src/backend/tcop: postgres.c (r1.457 -> r1.458) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.457&r2=1.458) -

[COMMITTERS] pgsql: Update.

2005-09-02 Thread Bruce Momjian
Log Message: --- Update. < have its heap and index files truncated. One issue is < that no other backend should be able to add to the table < at the same time, which is something that is currently < allowed. > removed or have its heap and index file

[COMMITTERS] pgsql: Fix the spelling.

2005-09-02 Thread Tom Lane
Log Message: --- Fix the spelling. Modified Files: -- pgsql/src/backend/utils/misc: postgresql.conf.sample (r1.164 -> r1.165) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample.diff?r1=1.164&r2=1.165) --

[COMMITTERS] pgsql: Update: > o Allow COPY on a newly-created table to skip WAL

2005-09-02 Thread Bruce Momjian
Log Message: --- Update: > o Allow COPY on a newly-created table to skip WAL logging 450a452,456 > On crash recovery, the table involved in the COPY would > have its heap and index files truncated. One issue is > that no other backend should be able to add to

[COMMITTERS] pgsql: Update listen_addresses description.

2005-09-02 Thread Bruce Momjian
Log Message: --- Update listen_addresses description. Darcy Buskermolen Modified Files: -- pgsql/src/backend/utils/misc: postgresql.conf.sample (r1.163 -> r1.164) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.samp

[COMMITTERS] pgsql: Update: < o Allow COPY into an empty table to skip WAL logging

2005-09-02 Thread Bruce Momjian
Log Message: --- Update: < o Allow COPY into an empty table to skip WAL logging > o Allow COPY into an new table to skip WAL logging Modified Files: -- pgsql/doc: TODO (r1.1650 -> r1.1651) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/T

[COMMITTERS] pgsql: Add: > * Use UTF8 encoding for NLS messages so all server

2005-09-02 Thread Bruce Momjian
Log Message: --- Add: > * Use UTF8 encoding for NLS messages so all server encodings can > read them properly < o %Add support for Unicode < < To fix this, the data needs to be converted to/from UTF16/UTF8 < so the Win32 wcscoll() can be used, and perhaps other

[COMMITTERS] pgsql: Update wording: < could only see committed rows from another

2005-09-02 Thread Bruce Momjian
Log Message: --- Update wording: < could only see committed rows from another transaction. However, > could only see rows from another completed transaction. However, 981c981 < proper visibility of the row, for example, for cursors. > proper visibility of the row's cmin, for exampl

[COMMITTERS] pgsql: Add: > o Allow COPY into an empty table to skip WAL logging

2005-09-02 Thread Bruce Momjian
Log Message: --- Add: > o Allow COPY into an empty table to skip WAL logging Modified Files: -- pgsql/doc: TODO (r1.1647 -> r1.1648) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1647&r2=1.1648) pgsql/doc/src/FAQ: T

[COMMITTERS] pgsql: Clean up a couple of ad-hoc computations of the maximum number of

2005-09-02 Thread Tom Lane
Log Message: --- Clean up a couple of ad-hoc computations of the maximum number of tuples on a page, as suggested by ITAGAKI Takahiro. Also, change a few places that were using some other estimates of max-items-per-page to consistently use MaxOffsetNumber. This is conservatively large ---

[COMMITTERS] pgsql: In copy_file, use a palloc'd buffer instead of just a local char

2005-09-02 Thread Tom Lane
Log Message: --- In copy_file, use a palloc'd buffer instead of just a local char array; a local array isn't guaranteed to have any particular alignment, and so it could slow down the data transfer. Modified Files: -- pgsql/src/port: copydir.c (r1.12 -> r1.13)

[COMMITTERS] pginstaller - pginst: Update all bundled packages, cleanup contrib

2005-09-02 Thread User Dpage
Log Message: --- Update all bundled packages, cleanup contrib dialogue - pretty much ready to roll now :-) Modified Files: -- pginst: Makefile.config (r1.35 -> r1.36) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.config.diff?r1=1

[COMMITTERS] pgsql: Add text: * Merge xmin/xmax/cmin/cmax back into three header

2005-09-02 Thread Bruce Momjian
Log Message: --- Add text: * Merge xmin/xmax/cmin/cmax back into three header fields Before subtransactions, there used to be only three fields needed to store these four values. This was possible because only the current transaction looks at the cmin/cmax values. If the current tra

[COMMITTERS] psqlodbc - psqlodbc: Remove unnecessary query length limitation, and

2005-09-02 Thread User Dpage
Log Message: --- Remove unnecessary query length limitation, and clean up so dodgy code. Modified Files: -- psqlodbc: connection.c (r1.110 -> r1.111) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.110&r2=1.111) --

[COMMITTERS] pgpool - pgpool: Version 2.6.3

2005-09-02 Thread User T-ishii
Log Message: --- Version 2.6.3 Modified Files: -- pgpool: ChangeLog (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/ChangeLog.diff?r1=1.7&r2=1.8) NEWS (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgp

[COMMITTERS] pgpool - pgpool: fix typo in log message

2005-09-02 Thread User T-ishii
Log Message: --- fix typo in log message Modified Files: -- pgpool: main.c (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/main.c.diff?r1=1.7&r2=1.8) ---(end of broadcast)--- TIP 4:

[COMMITTERS] pgpool - pgpool: fix bug in health_check().

2005-09-02 Thread User T-ishii
Log Message: --- fix bug in health_check(). It made wrong reports if secondary goes down. Per Bunji Nagahashi. Modified Files: -- pgpool: child.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/child.c.diff?r1=1.3&r2=1.4)

[COMMITTERS] pginstaller - pginst: Pull release notes from the main helpfile Don't

2005-09-02 Thread User Dpage
Log Message: --- Pull release notes from the main helpfile Don't install Npgsql into the GAC Modified Files: -- pginst/wxs: pginst.wxs (r1.127 -> r1.128) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.127&r2=1.128)

[COMMITTERS] pginstaller - pginst: Correct name of Postgis SQL script.

2005-09-02 Thread User Dpage
Log Message: --- Correct name of Postgis SQL script. Modified Files: -- pginst/ca: pginstca.c (r1.78 -> r1.79) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.78&r2=1.79) ---(end of broadcast)

[COMMITTERS] pginstaller - pginst: Updates for pgAdmin

2005-09-02 Thread User Dpage
Log Message: --- Updates for pgAdmin Modified Files: -- pginst/wxs: pginst.wxs (r1.126 -> r1.127) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.126&r2=1.127) ---(end of broadcast)--

[COMMITTERS] psqlodbc - psqlodbc: Add basic support for savepoints [Hiroshi

2005-09-02 Thread User Dpage
Log Message: --- Add basic support for savepoints [Hiroshi Saito/Dave Page] Modified Files: -- psqlodbc: connection.c (r1.109 -> r1.110) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.109&r2=1.110) misc.c (r1.4