aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Handle numeric type as string data.stuconnolly2012-09-072-1/+2
* Remove native object to binary conversion.stuconnolly2012-09-074-169/+3
* Remove object quoting and keep track of data type support.stuconnolly2012-09-079-119/+88
* Add libpqtypes static library so we don't have to reverse engineer Postgres' ...stuconnolly2012-09-076-18/+518
* When retrieving the value of a column only lookup the type once.stuconnolly2012-09-061-8/+5
* Add date/time handling.stuconnolly2012-09-063-50/+187
* Fix parameter typo causing connections to fail.stuconnolly2012-09-061-1/+1
* Add a new connection error property.stuconnolly2012-09-062-1/+10
* Don't expose libpq types to the client.stuconnolly2012-09-062-3/+3
* Header should be public.stuconnolly2012-09-061-1/+1
* PostgresKit: Expose number handling methods.stuconnolly2012-09-062-2/+6
* PostgresKit: Increase error verbosity upon successful connection.stuconnolly2012-09-041-0/+4
* PostgresKit: Comments.stuconnolly2012-09-031-6/+6
* PostgresKit: set the last error to be an instance of FLXPostgresError not a s...stuconnolly2012-09-035-18/+15
* Initial commit of PostgresKit, our new Postgres framework as a start towards ...stuconnolly2012-09-0346-0/+5344
* - Fix the incorrectly hooked up table list refresh buttonrowanbeentje2012-08-311-33346/+33374
* - Fix utf8mb4 handling within SPMySQLFramework; this addresses Issue #1312rowanbeentje2012-08-311-1/+1
* - Add dummy implementations of NSDocument data reading and writing to preven...rowanbeentje2012-08-301-0/+26
* - Fix the SPSplitView helper to correctly restore focus to focussed responde...rowanbeentje2012-08-305-57/+41
* Should inherit from NSObject.stuconnolly2012-08-271-3/+3
* - Improve filter clearing logic, addressing Issue #1438 (pagination controls...rowanbeentje2012-08-231-11/+9
* - Fix position of the autocomplete popup when the popup is just before a lin...rowanbeentje2012-08-211-25/+29
* - Alter table content endEditingFor calls to not be made if the undo manager...rowanbeentje2012-08-211-14/+32
* - Use a short hashed form of the connection path for SSH ControlPath setting...rowanbeentje2012-08-194-6/+54
* Fix IB warnings caused by options that aren't necessary.stuconnolly2012-08-191-33368/+33346
* Improve connection handling and recovery in general, and specifically to addr...rowanbeentje2012-08-185-15/+35
* - Fix crashes when closing connections while an autorefreshing database proc...rowanbeentje2012-08-161-2/+5
* Move table content filter logic to it's own file.stuconnolly2012-08-159-217/+340
* - Fix incorrect shortcuts for buttons below the table list, addressing Issue...rowanbeentje2012-08-151-33323/+33368
* - Tweak SPSplitView to support autosave names, extending the default autosav...rowanbeentje2012-08-152-9146/+9173
* Filter window should observe use table view gridlines preference.stuconnolly2012-08-142-11/+23
* Default grayed out column encodings should use monospaced fonts if enabled.stuconnolly2012-08-132-32/+54
* Fix more IB warnings for options that are not necessary.stuconnolly2012-08-132-33538/+33373
* Fix IB warnings for options that are not necessary.stuconnolly2012-08-131-1852/+1861
* - Increase the size of the table info pane to hold the current maximum numbe...rowanbeentje2012-08-061-14/+14
* Fix being able to type favorite names with spaces as well as remove some redu...stuconnolly2012-08-061-33/+13
* - Add linebreak display in the database processes list, preventing display o...rowanbeentje2012-08-066-7/+35
* - Fix line breaking within the encoding dropdown, addressing a regression ca...rowanbeentje2012-08-051-1/+3
* - Fix table structure issues with default collations on non-default encoding...rowanbeentje2012-08-052-11/+35
* - Fix a couple of tooltip regressions in all the recent changes (thanks schl...rowanbeentje2012-08-044-33423/+33473
* Fix IB warnings.stuconnolly2012-08-031-11111/+11019
* - Remove BWToolKit from the project, using ibtool to strip out plugin depend...rowanbeentje2012-08-03328-73343/+70910
* - Remove all BWToolKit views from the QueryFavoriteManager and UserManagerVi...rowanbeentje2012-08-037-8469/+8555
* - Remove all BWToolKit elements from the Preferences and ProgressIndicatorLa...rowanbeentje2012-08-025-12810/+16887
* - Remove all BWToolKit elements from the ExportDialog, DatabaseServerVariabl...rowanbeentje2012-08-0212-17999/+21611
* - Remove all BWToolKit elements from the Content Filter Manager, replacing w...rowanbeentje2012-08-015-5786/+7204
* Update script licenses.stuconnolly2012-08-017-98/+154
* Remove old build MySQL client lib script.stuconnolly2012-08-012-173/+0
* - Alter table content Advanced Table Filter query preview area to use standa...rowanbeentje2012-08-013-33377/+33422
* - Remove all BWToolKit elements in the connection view, replacing with stand...rowanbeentje2012-08-0112-9167/+9202