Log Message:
---
In theory, tagging should now be a restricted operation ...
Modified Files:
--
CVSROOT:
taginfo (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/CVSROOT/taginfo?r1=1.1&r2=1.2)
---(end of broadcast)---
Log Message:
---
make sure that tagcheck is actually available
Modified Files:
--
CVSROOT:
checkoutlist (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/CVSROOT/checkoutlist?r1=1.4&r2=1.5)
---(end of broadcast)---
Log Message:
---
add tagcheck script from freebsd project
Added Files:
---
CVSROOT:
tagcheck (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/CVSROOT/tagcheck?rev=1.1&content-type=text/x-cvsweb-markup)
---(end of broadcast)--
Log Message:
---
Backporting PL/pgSQL profiler to 8.2.4
Modified Files:
--
server:
plugin_profiler.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_profiler.c.diff?r1=1.1&r2=1.2)
Makefile (r1.7 -> r1.8)
Log Message:
---
Fix oversight in async-commit patch: there were some places in heapam.c
that still thought they could set HEAP_XMAX_COMMITTED immediately after
seeing the other transaction commit. Make them use the same logic as
tqual.c does to determine if the hint bit can be set yet.
M
Log Message:
---
Done for ecpg:
< o Use backend PREPARE/EXECUTE facility for ecpg where possible
Modified Files:
--
pgsql/doc/src/FAQ:
TODO.html (r1.709 -> r1.710)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.709&r2=1.
Log Message:
---
It seems we simply expected the same output for failure and success.
Modified Files:
--
pgsql/src/interfaces/ecpg/test/expected:
thread-thread.stdout (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/
Log Message:
---
It seems I always forget .in files.
Modified Files:
--
pgsql/src/interfaces/ecpg/test/expected:
connect-test1.c.in (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/connect-test1.c.in?r1=1.3&
Log Message:
---
Hopefully fixed missing CHAR_BIT symbol
Modified Files:
--
pgsql/src/interfaces/ecpg/ecpglib:
extern.h (r1.25 -> r1.26)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/extern.h?r1=1.25&r2=1.26)
pgsql/src/in
Log Message:
---
Fixed compiler warning for enum handling
Modified Files:
--
pgsql/src/interfaces/ecpg/preproc:
output.c (r1.20 -> r1.21)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/output.c?r1=1.20&r2=1.21)
pgsql/src/i
Log Message:
---
As usual I forgot some files. :-)
Modified Files:
--
pgsql/src/interfaces/ecpg/test/connect:
Makefile (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/connect/Makefile?r1=1.5&r2=1.6)
pgsql/src/in
Log Message:
---
- Finished major rewrite to use new protocol version
- Really prepare statements
- Added more regression tests
- Added auto-prepare mode
- Use '$n' for positional variables, '?' is still possible via ecpg option
- Cleaned up the sources a little bit
Modified Files:
---
12 matches
Mail list logo