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
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)
---
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)
---
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/
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:
---
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)
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
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
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)
--
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
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)---
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)
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.
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)---
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
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
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)
---(
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
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
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
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)
---
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)
-
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)
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
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
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
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
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
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-
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
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
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
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
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
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)---
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
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
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
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=
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)
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
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.
42 matches
Mail list logo