Author: guillaume
Date: 2010-04-27 22:45:05 +0100 (Tue, 27 Apr 2010)
New Revision: 8305
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8305&view=rev
Log:
Allow the user to define the maximum size of the query that could be added in history, the total number of queries stored and avoid storing identical queries. Per a patch from Dickson S. Guedes, with minor changes by me.
Modified:
trunk/pgadmin3/CHANGELOG
trunk/pgadmin3/pgadmin/frm/frmOptions.cpp
trunk/pgadmin3/pgadmin/frm/frmQuery.cpp
trunk/pgadmin3/pgadmin/include/utils/sysSettings.h
trunk/pgadmin3/pgadmin/ui/frmOptions.xrc
trunk/pgadmin3/pgadmin/utils/sysSettings.cpp