[COMMITTERS] CVSROOT: In theory, tagging should now be a restricted operation ...

2007-08-14 Thread Marc G. Fournier
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)---

[COMMITTERS] CVSROOT: make sure that tagcheck is actually available

2007-08-14 Thread Marc G. Fournier
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)---

[COMMITTERS] CVSROOT: add tagcheck script from freebsd project

2007-08-14 Thread Marc G. Fournier
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)--

[COMMITTERS] edb-debugger - server: Backporting PL/pgSQL profiler to 8.2.4

2007-08-14 Thread User Korryd
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)

[COMMITTERS] pgsql: Fix oversight in async-commit patch: there were some places in

2007-08-14 Thread Tom Lane
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

[COMMITTERS] pgsql: Done for ecpg: < o Use backend PREPARE/EXECUTE facility for

2007-08-14 Thread Bruce Momjian
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.

[COMMITTERS] pgsql: It seems we simply expected the same output for failure and

2007-08-14 Thread Michael Meskes
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/

[COMMITTERS] pgsql: It seems I always forget .in files.

2007-08-14 Thread Michael Meskes
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&

[COMMITTERS] pgsql: Hopefully fixed missing CHAR_BIT symbol

2007-08-14 Thread Michael Meskes
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

[COMMITTERS] pgsql: Fixed compiler warning for enum handling

2007-08-14 Thread Michael Meskes
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

[COMMITTERS] pgsql: As usual I forgot some files.

2007-08-14 Thread Michael Meskes
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

[COMMITTERS] pgsql: - Finished major rewrite to use new protocol version - Really

2007-08-14 Thread Michael Meskes
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: ---