..
No, the project is not dead :), it's just been quiet for a little while. That said, we are rapidly nearing the release of a new installer as well as a brand new implementation of the PGSQLKit that we are going to call PGSQLSwift. Essentially it is a ground up reimplementation of the PGSQLKit in Swift, that also adopts a more Swift like syntax. The code is already in the SVN repo for anyone interested in taking a look.
Removed erroneous folder from documentation
Removed extraneous document article
Fixed a failing test for ValueAsBoolean in PGSQLFieldTests
PGSQLDispatchConnection added ( untested )
Added .value returns for the Field values. ( old style .asFoo() methods to be added for compatabilty, but flagged deprecatd )
Started finish on the PGSQLField work
Completed ConnectionBase needs for Dispatch.
Completed principal code in PGSQLConnectionBase and the associated UnitTests
added rough in classes and tests
Added async methods, starting documentation and completing the various classes. Still a good bit of work, but base functions now work, and unittests to confirm the library are in the process of being added.
Confirmed that the Notice processor now worked as expected.
Added async connect/exec/open tests
Added PGSQLLogOptions to allow configuration of the log options using a single enum rather than multiple bool switches
Oops, put the .md files in the wrong folder.
..
.
add class stubs
Restructured tests to allow for expansion as the librray is completed.
Added README.md with build instructions for PGSQLKit and libpq
Create Database can run full cycle and create a database. Documentation, UnitTests remain to be done.
STarted work to make Create Database actually do something beyond navigation and presentation.
A few more tweaks to the UI sizing and layout.
Repo Restructured to move all of the old Obj-C out of date tools out of the way.
migration evaluation
A basic query now runs all the way through to a recordset result.
Initial Commit of upcoming PGSQLKit in Swift
Tweaked to properly resolve symlinks and ensure that the static libraries are properly built.
Minor changes to deal with building 14 fully static in prep for distribution.
mbp
Fixed builds to include extensions
Working along to rough in the new Manager application
removed versions folder
added Opt/Dev builds
Completed basic server installer
B uild Scripts now fully building
starting massive restructure and cleanup of the build scripts in order to create a truly sustainable biuld system.
updated postinstall to do the basic setup/reconfig
ignored versions
tweaked to be less crash prone if a build already ran
Started rework of installer and build scripts to generate the modern fat binary.
STarting to complete the user interface.
Tweaked the helper tool and the UI to confirm that we can start a service ( non-sandbox at this point, the middle layer for the sandbox remains to be implemented, as does the security interface )
Added a roughed in user interface protoype. It displays and navigates, but still has a long way to go to get to 'usable'.
Reworked to the new prototype UI.
Migrated Management Tools project to git
Transition from SVN
Added PostgreSQL Management Tools swift project, and it's children to the git repo. Will flag the SVN version as migrated. Once completed
removing incorrect case
fixing case on file name
added to support the new installer work
A *very* rough start to the swift management tools with all of the parts in place in rough form. The Helper tool installs. The Service embeds and loads. The Pref Panel builds and installs.
Renamed the Work in Progress Obj C project with the new Swift based project. This is the beginning of a long road.
After too long languishing, this is the foundation of a new PostgreSQL Preference Pane. All of the initial work is being done in a standalone app as it is FAR easier to debug with all of the XPC / Helper Tool / Security plumbing that has to go in place in order to make it work reliably.
Added major rework of the Merge logic to be FAR more flexible. Should now be able to handle almost any merge.
development version of PostgreSQL building from Script.
Completed openssl build and merge. store and installer remain
added dependancies, started split of scripts into modules
Updating to support BigSur and Apple Silly Cones
Updates to DataObject and List to better support RESTful state objects.
Updated to latest Xcode format
Updated to latest Xcode format
lib pq build setup
adjusted to use /opt/local/postgres as path for libya builds.
Started conversion to launchd
More tweaks to the data objects
Added fixes for Swift 3.x interop, and enhanced...
Prepping for 9.5
fixed a bug in son generation that caused stran...
lib pq build setup
further enhancements to PGDataObject in referen...
further enhancements to PGDataObject in referen...
base JSON output more or less working. Seriali...
initial son work
Rough-in - jsonFromObject, nonfunctional at thi...
Me Too!
tweaked some Swift syntax things in the GenDB a...
started abstracting User functions into a stand...
fixed to better support the error path
Added missing asShort forward declaration.
Added missing asShort forward declaration.
Added missing asShort forward declaration.
Just to be clear, the problem is that PostgreSQL fails to automatically start from...
Yosemite was upgraded from Mavericks. On Dec 13, 2014, at 2:11 PM, Andy Satori hawkmoon@users.sf.net...
New install or upgraded from a previous version of OS X? We haven't seen this with...
Preference pane fails to start PostgreSQL on Yosemite startup.
Added missing asShort forward declaration.
Converted to ARC
Converted to ARC
Converted to ARC
Added property support to GenDB to make integra...
Added property support to GenDB to make integra...
Fixed to build in Xcode 5 using PGSQLKit in ~/L...
Fixed to build in Xcode 5 using PGSQLKit in ~/L...
Unlocked State not correctly displayed
Fixed in commit 307.