[pgadmin-hackers] PATCH: Fix Explain data output column not auto-sizing

2014-10-24 Thread J.F. Oster
Hello! There is a small bug with Explain data output. Steps to reproduce: 1. Open a new Query window. 2. Perform Explain of any query. Switch to "Data output" tab. Column was auto-sized, ok. 3. Execute the query. 4. Perform Explain again. Switch to "Data output" tab. Column wasn't auto-sized thi

[pgadmin-hackers] PATCH: Support smallserial columns in Edit Data window

2014-10-24 Thread J.F. Oster
Hello! This patch adds a few missing lines of code to handle smallserial columns the same way as serial and bigserial. -- Best regards, J.F. 141024_editgrid_serial.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to you

[pgadmin-hackers] PATCH: Clear undo/redo history when a file is opened in Query editor

2014-10-24 Thread J.F. Oster
Hello! A user may occasionaly assign content of a previously edited file into a next file opened in the same Query window, by calling Undo and Save. Simple non-MDI text editors (for example, notepad.exe) prevent an issue by clearing undo/redo history, so should we do. Please see the attached patc

[pgadmin-hackers] F8 for Execute to file

2014-10-24 Thread Mads Jensen
Hi, It's a trivial patch: I miss a shortcut key for this function, and thus created a patch to support it. I don't get why this was: wxAcceleratorTable accel(12, entries); and not 14, as suggested in the manual: http://docs.wxwidgets.org/3.0/classwx_accelerator_table.html Thank you, --