[COMMITTERS] edb-debugger - server: Disabling plugin_profiler in Makefile - you can

2008-01-07 Thread User Korryd
Log Message: --- Disabling plugin_profiler in Makefile - you can still use it, but you have to explicitly enable support in the Makefile Modified Files: -- server: Makefile (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Mak

[COMMITTERS] edb-debugger - server: plugin_profiler.c should now compile under 8.2.x

2007-08-21 Thread User Korryd
Log Message: --- plugin_profiler.c should now compile under 8.2.x Modified Files: -- server: plugin_profiler.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_profiler.c.diff?r1=1.3&r2=1.4) ---

[COMMITTERS] edb-debugger - server: Describing simplified load/enable/disable

2007-08-17 Thread User Korryd
Log Message: --- Describing simplified load/enable/disable procedures Modified Files: -- server: README.plprofiler (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/README.plprofiler.diff?r1=1.1&r2=1.2) ---

[COMMITTERS] edb-debugger - server: Auto-creating stats table if needed, creating

2007-08-16 Thread User Korryd
Log Message: --- Auto-creating stats table if needed, creating custom GUC variables at plugin load instead of waiting until the profiler is first used Modified Files: -- server: plugin_profiler.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/

[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] edb-debugger - server: Adding (really poorly written) README file for

2007-08-09 Thread User Korryd
Log Message: --- Adding (really poorly written) README file for the PL/pgSQL profiler Added Files: --- server: README.plprofiler (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/README.plprofiler?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] edb-debugger - server: Adding PL/pgSQL performance profiler

2007-08-09 Thread User Korryd
Log Message: --- Adding PL/pgSQL performance profiler Modified Files: -- server: Makefile (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Makefile.diff?r1=1.6&r2=1.7) Added Files: --- server: plugin_profi

[COMMITTERS] edb-debugger - server: Creating /share/contrib during install, if

2007-08-09 Thread User Korryd
Log Message: --- Creating /share/contrib during install, if required Modified Files: -- server: Makefile (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Makefile.diff?r1=1.5&r2=1.6) ---(end of broadca

[COMMITTERS] edb-debugger - server: Getting a clean compile on OpenBSD, courtesy

2007-08-07 Thread User Korryd
Log Message: --- Getting a clean compile on OpenBSD, courtesy Stefan Kaltenbrunner Modified Files: -- server: plugin_debugger.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/plugin_debugger.c.diff?r1=1.2&r2=1.3) --

[COMMITTERS] edb-debugger - server: No longer stopping on invisible RETURN statement

2007-08-06 Thread User Korryd
Log Message: --- No longer stopping on invisible RETURN statement automatically added to end of function by the PL/pgSQL compiler Modified Files: -- server: plugin_debugger.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/p

[COMMITTERS] edb-debugger - server: Makefile should now work on Mingw

2007-07-31 Thread User Korryd
Log Message: --- Makefile should now work on Mingw Modified Files: -- server: Makefile (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Makefile.diff?r1=1.1&r2=1.2) ---(end of broadcast)---

[COMMITTERS] edb-debugger - server: Adding version-neutral wrapper around

2007-07-30 Thread User Korryd
Log Message: --- Adding version-neutral wrapper around stringToQualifiedNameList() Modified Files: -- server: targetinfo.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/targetinfo.c.diff?r1=1.1&r2=1.2)

[COMMITTERS] edb-debugger - server: Open-sourcing PL/pgSQL debugger - more to come,

2007-07-29 Thread User Korryd
Log Message: --- Open-sourcing PL/pgSQL debugger - more to come, Windows Makefile coming soon, use pgAdmin3 as a graphical debugger client Added Files: --- server: Makefile (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Makefile?rev=1.

[COMMITTERS] pg-migrator - src: Porting to Solaris

2007-06-27 Thread User Korryd
Log Message: --- Porting to Solaris Modified Files: -- src: pg_migrator.c (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.11&r2=1.12) ---(end of broadcast)---

[COMMITTERS] pg-migrator - src: Fixing pkglib problems, checking for libpq env.

2007-06-03 Thread User Korryd
Log Message: --- Fixing pkglib problems, checking for libpq env. variables, improving progress messages, copying shared-object into place Modified Files: -- src: pg_migrator.c (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg

[COMMITTERS] pg-migrator - src: Adding support for page-by-page conversion plugins

2007-05-17 Thread User Korryd
Log Message: --- Adding support for page-by-page conversion plugins Modified Files: -- src: pg_migrator.c (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.9&r2=1.10) ---(end of bro

[COMMITTERS] pg-migrator - src: Refactored for simplicity and in preparation for

2007-04-11 Thread User Korryd
Log Message: --- Refactored for simplicity and in preparation for upcoming work Modified Files: -- src: pg_migrator.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.8&r2=1.9) ---(

[COMMITTERS] pg-migrator - src: FB#6530 - switching to FirstNormalObjectId instead of

2007-03-25 Thread User Korryd
Log Message: --- FB#6530 - switching to FirstNormalObjectId instead of using hard-coded (and incorrect) OID value to find user-defined objects Modified Files: -- src: pg_migrator.c (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src

[COMMITTERS] pg-migrator - src: Fixed logging bug, simplified retrieval of

2007-03-21 Thread User Korryd
Log Message: --- Fixed logging bug, simplified retrieval of pg_database list Modified Files: -- src: pg_migrator.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.6&r2=1.7) ---(end

[COMMITTERS] pg-migrator - src: Applied patch from Sergey Koposov which corrects bad

2007-03-19 Thread User Korryd
Log Message: --- Applied patch from Sergey Koposov which corrects bad assumptions about toast table naming (thanks Sergey), also simplified logging code a bit Modified Files: -- src: pg_migrator.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi

[COMMITTERS] pg-migrator - src: FB#6236 - correcting operation sequencing and a

2007-02-14 Thread User Korryd
Log Message: --- FB#6236 - correcting operation sequencing and a couple of typos Modified Files: -- src: pg_migrator.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.4&r2=1.5) ---

[COMMITTERS] pg-migrator - src: Fixing a few usability issues, refactoring some

2007-02-11 Thread User Korryd
Log Message: --- Fixing a few usability issues, refactoring some functions to reduce code size Modified Files: -- src: pg_migrator.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.3&r2=1.4) -

[COMMITTERS] pg-migrator - src: Recognizing 8.2 pg_resetxlog, commenting Makefile a

2007-01-31 Thread User Korryd
Log Message: --- Recognizing 8.2 pg_resetxlog, commenting Makefile a bit Modified Files: -- src: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/Makefile.diff?r1=1.2&r2=1.3) pg_migrator.c (r1.2 -> r1.3)

[COMMITTERS] edb-debugger - server: Removing EDB-specific files

2006-10-30 Thread User Korryd
Log Message: --- Removing EDB-specific files Removed Files: - server: dbginfo_edb.c (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/dbginfo_edb.c) dbginfo_edb.h (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/serv

[COMMITTERS] edb-debugger - server: Initial checkin - not complete

2006-10-30 Thread User Korryd
Log Message: --- Initial checkin - not complete Added Files: --- server: dbginfo.c (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/dbginfo.c?rev=1.1&content-type=text/x-cvsweb-markup) dbginfo_edb.c (r1.1) (http://cvs.pgf

[COMMITTERS] edb-debugger - server: New Directory

2006-10-30 Thread User Korryd
Update of /cvsroot/edb-debugger/server In directory pgfoundry.org:/tmp/cvs-serv77814/server Log Message: Directory /cvsroot/edb-debugger/server added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] pg-migrator - src: converting Makefiles to fit into contrib

2006-10-23 Thread User Korryd
Log Message: --- converting Makefiles to fit into contrib Modified Files: -- src: Makefile (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/Makefile.diff?r1=1.1&r2=1.2) src/funcs: Makefile (r1.1 -> r1.2) (http

[COMMITTERS] pg-migrator - src: Fixing typo (adding back a missing semi-colon)

2006-10-23 Thread User Korryd
Log Message: --- Fixing typo (adding back a missing semi-colon) Modified Files: -- src: pg_migrator.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/pg_migrator.c.diff?r1=1.1&r2=1.2) ---(end of broadcast

[COMMITTERS] pg-migrator - src: Initial checkin

2006-10-23 Thread User Korryd
Log Message: --- Initial checkin Added Files: --- src/funcs: Makefile (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/src/funcs/Makefile?rev=1.1&content-type=text/x-cvsweb-markup) toasttbl.c (r1.1) (http://cvs.pgfoundry.org/cgi-

[COMMITTERS] pg-migrator - src: New Directory

2006-10-23 Thread User Korryd
Update of /cvsroot/pg-migrator/src/funcs In directory pgfoundry.org:/tmp/cvs-serv93184/funcs Log Message: Directory /cvsroot/pg-migrator/src/funcs added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] pg-migrator - src: Initial checkin

2006-10-20 Thread User Korryd
Log Message: --- Initial checkin Added Files: --- doc: MANIFEST (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/doc/MANIFEST?rev=1.1&content-type=text/x-cvsweb-markup) intro.odt (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cg

[COMMITTERS] pg-migrator - src: New Directory

2006-10-20 Thread User Korryd
Update of /cvsroot/pg-migrator/src In directory pgfoundry.org:/tmp/cvs-serv68248/src Log Message: Directory /cvsroot/pg-migrator/src added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

[COMMITTERS] pg-migrator - doc: New Directory

2006-10-20 Thread User Korryd
Update of /cvsroot/pg-migrator/doc In directory pgfoundry.org:/tmp/cvs-serv67676/doc Log Message: Directory /cvsroot/pg-migrator/doc added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

[COMMITTERS] edb-debugger - workstation: Hiroshi-san's fourth patch, adding gettext

2006-08-14 Thread User Korryd
Log Message: --- Hiroshi-san's fourth patch, adding gettext .po files and i18n subdirectory Modified Files: -- workstation/workstation: wscodewindow.cpp (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/workstation/workstation/wscodew

[COMMITTERS] edb-debugger - workstation: New Directory

2006-08-14 Thread User Korryd
Update of /cvsroot/edb-debugger/workstation/workstation/i18n/ja_JP In directory pgfoundry.org:/tmp/cvs-serv4543/ja_JP Log Message: Directory /cvsroot/edb-debugger/workstation/workstation/i18n/ja_JP added to the repository ---(end of broadcast)---

[COMMITTERS] edb-debugger - workstation: New Directory

2006-08-14 Thread User Korryd
Update of /cvsroot/edb-debugger/workstation/workstation/i18n In directory pgfoundry.org:/tmp/cvs-serv4385/i18n Log Message: Directory /cvsroot/edb-debugger/workstation/workstation/i18n added to the repository ---(end of broadcast)--- TIP 6: explai

[COMMITTERS] edb-debugger - workstation: Hiroshi-san's third patch, making VC++ a

2006-08-14 Thread User Korryd
Log Message: --- Hiroshi-san's third patch, making VC++ a little happier with variable initialization style Modified Files: -- workstation/workstation: wsdirectdbg.cpp (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/workstation/wor

[COMMITTERS] edb-debugger - workstation: Hiroshi-san's second patch (correcting my

2006-08-14 Thread User Korryd
Log Message: --- Hiroshi-san's second patch (correcting my errors regarding adjacent-string concatenation) Modified Files: -- workstation/workstation: wsquerywindow.cpp (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/workstation/wo

[COMMITTERS] edb-debugger - workstation: Hiroshi-san's first internationalization

2006-08-06 Thread User Korryd
Log Message: --- Hiroshi-san's first internationalization patch, with a few modifications Modified Files: -- workstation/workstation: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/workstation/workstation/Makefile.diff?r1=

[COMMITTERS] edb-debugger - workstation: Adding tracer and profiler plugins

2006-08-04 Thread User Korryd
Log Message: --- Adding tracer and profiler plugins Added Files: --- workstation/plugins: Makefile (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/workstation/plugins/Makefile?rev=1.1&content-type=text/x-cvsweb-markup) README (r1.1)

[COMMITTERS] edb-debugger - workstation: New Directory

2006-08-04 Thread User Korryd
Update of /cvsroot/edb-debugger/workstation/plugins In directory pgfoundry.org:/tmp/cvs-serv74384/plugins Log Message: Directory /cvsroot/edb-debugger/workstation/plugins added to the repository ---(end of broadcast)--- TIP 2: Don't 'kill -9' the p

[COMMITTERS] edb-debugger - workstation: Uploading most recent version

2006-07-31 Thread User Korryd
Log Message: --- Uploading most recent version Modified Files: -- workstation/workstation: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/workstation/workstation/Makefile.diff?r1=1.1.1.1&r2=1.2) menu.h (r1.1.1.