
Up to [pgFoundry] / edb-debugger / server
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 29 11:51:28 2010 UTC (17 months, 2 weeks ago) by dpage
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +4 -4
lines
Diff to previous 1.15 (unified)
Fix debugger authentication on 64bit systems [Amit Khandekar]
Revision 1.15 / (download) - annotate - [select for diffs], Thu Apr 1 15:57:42 2010 UTC (2 years, 1 month ago) by dpage
Branch: MAIN
Changes since 1.14: +1 -1
lines
Diff to previous 1.14 (unified)
Initialise variable.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Apr 1 15:30:02 2010 UTC (2 years, 1 month ago) by dpage
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (unified)
9.0 updates [Sachin Srivastava]
Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 1 13:33:42 2010 UTC (2 years, 1 month ago) by dpage
Branch: MAIN
Changes since 1.12: +1 -0
lines
Diff to previous 1.12 (unified)
Add missing header, needed with 9.0
Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 22 17:37:23 2009 UTC (2 years, 4 months ago) by dpage
Branch: MAIN
Changes since 1.11: +17 -2
lines
Diff to previous 1.11 (unified)
Update for PG 8.5 alpha 3 internal API changes [Sachin Srivastava]
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 23 12:15:26 2009 UTC (2 years, 10 months ago) by dpage
Branch: MAIN
Changes since 1.10: +1 -1
lines
Diff to previous 1.10 (unified)
Ensure we can step into functions [Ashesh Vashi]
Revision 1.7.2.2 / (download) - annotate - [select for diffs], Tue Jun 23 12:15:05 2009 UTC (2 years, 10 months ago) by dpage
Branch: PRE_8_4_SERVER
Changes since 1.7.2.1: +1 -1
lines
Diff to previous 1.7.2.1 (unified) to branchpoint 1.7 (unified) next main 1.8 (unified)
Ensure we can step into functions [Ashesh Vashi]
Revision 1.10 / (download) - annotate - [select for diffs], Fri Apr 3 12:11:16 2009 UTC (3 years, 1 month ago) by dpage
Branch: MAIN
Changes since 1.9: +16 -2
lines
Diff to previous 1.9 (unified)
Initialise plugin_info for all functions, not just those with a breakpoint set. [Heikki Linnakangas]
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Fri Apr 3 12:10:50 2009 UTC (3 years, 1 month ago) by dpage
Branch: PRE_8_4_SERVER
Changes since 1.7: +16 -2
lines
Diff to previous 1.7 (unified)
Initialise plugin_info for all functions, not just those with a breakpoint set. [Heikki Linnakangas]
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 8 09:56:31 2009 UTC (3 years, 4 months ago) by dpage
Branch: MAIN
Changes since 1.8: +4 -0
lines
Diff to previous 1.8 (unified)
Fix the debugger plugin following the header cleanup in Postgres.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 28 11:18:02 2008 UTC (3 years, 5 months ago) by dpage
Branch: MAIN
Changes since 1.7: +39 -38
lines
Diff to previous 1.7 (unified)
Update debugger server for PostgreSQL 8.4, and re write the authentication code to fix potential crash issues [Greg Stark]
Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 5 09:28:39 2008 UTC (4 years, 3 months ago) by dpage
Branch: MAIN
CVS Tags: PRE_8_4_SERVER_ORIGIN
Branch point for: PRE_8_4_SERVER
Changes since 1.6: +15 -3
lines
Diff to previous 1.6 (unified)
Allow non-superusers to debug their own functions [Albe Laurenz]
Revision 1.6 / (download) - annotate - [select for diffs], Tue Dec 4 15:37:34 2007 UTC (4 years, 5 months ago) by dpage
Branch: MAIN
Changes since 1.5: +21 -19
lines
Diff to previous 1.5 (unified)
Adjust BreakCountKey so that it can be properly cast from BreakpointKey. Fix an off-by-one error when checking parameters to pldbg_set_global_breakpoint. This only seemed to show up on VC++ builds where global breakpoints wouldn't be hit, apparently because the backend PID of the debugger was set to 0 in the breakpoint rather than -1. Fix the size allocated to BreakCountKey in the BreakCount hash table (it was sizeof(OID).
Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 4 11:39:32 2007 UTC (4 years, 5 months ago) by dpage
Branch: MAIN
Changes since 1.4: +6 -2
lines
Diff to previous 1.4 (unified)
Use closesocket() on Windows, not close() to close a socket.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 3 21:04:51 2007 UTC (4 years, 5 months ago) by dpage
Branch: MAIN
Changes since 1.3: +53 -51
lines
Diff to previous 1.3 (unified)
Cleanup a bunch of compiler warnings, C++isms (spotted by Magnus) and other issues found.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 7 16:38:10 2007 UTC (4 years, 9 months ago) by korryd
Branch: MAIN
Changes since 1.2: +1 -0
lines
Diff to previous 1.2 (unified)
Getting a clean compile on OpenBSD, courtesy Stefan Kaltenbrunner
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 6 21:32:14 2007 UTC (4 years, 9 months ago) by korryd
Branch: MAIN
Changes since 1.1: +15 -2
lines
Diff to previous 1.1 (unified)
No longer stopping on invisible RETURN statement automatically added to end of function by the PL/pgSQL compiler
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jul 30 00:42:11 2007 UTC (4 years, 9 months ago) by korryd
Branch: MAIN
Open-sourcing PL/pgSQL debugger - more to come, Windows Makefile coming soon, use pgAdmin3 as a graphical debugger client