Log Message:
---
convert payment to partitioned tables using rules
Modified Files:
--
pagila:
pagila-schema.sql (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbsamples/pagila/pagila-schema.sql.diff?r1=1.4&r2=1.5)
pagila-data.sql (r1.2
Log Message:
---
Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)
--- Simon.
Also, code review and cleanup for the previous COPY-no-WAL patches --- Tom.
Modified Files:
--
pgsql/doc/src/sgml:
perform.sgml (r1.63 -> r1.64)
(http://de
Log Message:
---
Code cleanup for the new regexp UDFs: we can hardcode the OID and some
properties of the "text" type, and then simplify the code accordingly.
Patch from Jeremy Drake.
Modified Files:
--
pgsql/src/backend/utils/adt:
regexp.c (r1.70 -> r1.71)
Log Message:
---
Replace 4-clause licensed blf.[ch] with blowfish implementation
from PuTTY with is under minimal BSD/MIT license. Marko Kreen.
Modified Files:
--
pgsql/contrib/pgcrypto:
README.pgcrypto (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsw
Log Message:
---
Add the "recheck" logic to autovacuum worker code. The worker first builds
its table list and then rechecks pgstat before vacuuming each table to
verify that no one has vacuumed the table in the meantime.
In the current autovacuum world this only means that a worker will
Log Message:
---
Fix another warning msvc caught. Oops.
Modified Files:
--
pginst/wrapper:
inst.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wrapper/inst.c.diff?r1=1.5&r2=1.6)
---(end of broadcast
Log Message:
---
Change to using msbuild for buildsystem instead of msys make
Change to build CAs with MSVC instead of mingw
Fix a bunch of code errors that msvc picked up that mingw didn't
Properly translate all language attributes, not just one of them
Adjust to install msvc-built version
Log Message:
---
move row stamp business to its own file
Modified Files:
--
plproxy:
Makefile (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.2&r2=1.3)
plproxy/src:
plproxy.h (r1.4 -> r1.5)
Log Message:
---
fix copy-paste error
Modified Files:
--
plproxy/src:
plproxy.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/plproxy.h.diff?r1=1.3&r2=1.4)
---(end of broadcast)-
Log Message:
---
row stamp checks for both 8.2 and 8.3
Modified Files:
--
plproxy/src:
function.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/function.c.diff?r1=1.2&r2=1.3)
plproxy.h (r1.2 -> r1.3)
(http:
Log Message:
---
remove trailing whitespace
Modified Files:
--
plproxy/src:
cluster.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/cluster.c.diff?r1=1.2&r2=1.3)
execute.c (r1.1.1.1 -> r1.2)
(http://cvs.pgf
Log Message:
---
Do delayed planning for cluster config functions,
so that plain CONNECT functions could work even without 'plproxy' schema.
Modified Files:
--
plproxy/src:
cluster.c (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/p
Log Message:
---
remove old todo item
Modified Files:
--
pgbouncer/doc:
todo.txt (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/todo.txt.diff?r1=1.3&r2=1.4)
---(end of broadcast)-
Log Message:
---
Rename sbuf_has_no_state() to sbuf_is_empty()
As its used now for more than just suspending, the old does not fit anymore.
Modified Files:
--
pgbouncer/src:
janitor.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pg
Log Message:
---
let DBGVER depend on --enable-debug
Modified Files:
--
pgbouncer:
Makefile (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.3&r2=1.4)
config.mak.in (r1.1.1.1 -> r1.2)
(http:
Log Message:
---
ver 1.0.2 - fix 2 corner-case bugs
* libevent may report a deleted event inside same loop.
Avoid socket reuse for one loop.
* release_server() from disconnect_client() didnt look
it the packet was actually sent.
Modified Files:
--
pgbouncer:
Log Message:
---
Fix compiler warnings in ereport messages on mingw.
ITAGAKI Takahiro
Modified Files:
--
pgsql/src/backend/port:
win32_shmem.c (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32_shmem.c.diff?r1=1.1&r2=1.2
17 matches
Mail list logo