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
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
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)
-
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
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)
--
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
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
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
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
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
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
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 ---
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)
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
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
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)
--
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
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:
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)
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)
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)
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)--
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
23 matches
Mail list logo