Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bpcMJ-0000di-EA for pgadmin-hackers@arkaria.postgresql.org; Thu, 29 Sep 2016 14:30:47 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bpcMJ-0007gv-15 for pgadmin-hackers@arkaria.postgresql.org; Thu, 29 Sep 2016 14:30:47 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bpcM5-0006wE-D6 for pgadmin-hackers@postgresql.org; Thu, 29 Sep 2016 14:30:33 +0000 Received: from mail-oi0-x22c.google.com ([2607:f8b0:4003:c06::22c]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bpcM1-0004m4-4k for pgadmin-hackers@postgresql.org; Thu, 29 Sep 2016 14:30:31 +0000 Received: by mail-oi0-x22c.google.com with SMTP id n132so29126606oih.1 for ; Thu, 29 Sep 2016 07:30:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=KGXh8uVdBGi6UFWYfNvLy3ZnZj8mfZfyLTyqf1+IcUs=; b=RfDahB9ZdH3PWazxL8JgH6F1ET1U6yUwNGdD2hMveDVlOFpKpY8EzDdjL7AMEKemX8 ae6BH0vUqQ0JcvbDGW1ufTTtxWoKzK3bO3ihxuXpP7a6ebjaw1bdVSGsssQn/3e0JHyU jJ5Z257mQYN8xR9dB/klhT5SDI6c8b128VN56jInqp9+CGqglcT9IYeUxh6bcmKokIkw OmFXTcwCKhu8L2vDVElxQgNL0bW+laDeQQxXOXsf1SZplu8eBb7sUFYvp7LSypd6+XVo FavqyigK2ZRs8jZZ1gd4C9l310Z8p6a/ZNpFP063j9Vl2+NpHnBXb8HZ/RIt+vDX28JE jfSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=KGXh8uVdBGi6UFWYfNvLy3ZnZj8mfZfyLTyqf1+IcUs=; b=kjC0bVsJW1p8Qa0Yon4Y+oQLRUjK73Mp7xmjAvzmnDlsxHfJ+lAAMe0AoWngqBIekk Lm6cHhZfeZNeBwyQiMWPlnM+mTTSgfE1kycGUtZENG/YpZY+ay6Di9sUj+xx5srUBUdl RW7oWSSOa9HaQ8l5sit//U8IKaU6Q0LotnGIKOCoviOClT8nx3lW0PH2lxOVJfIkPFY2 QpcS+3tJh7EwDtaMmJh1x7lXNXMuDeTjBHt4c6V/CqCW+eELjVNJW4mR+rUc5gzRBXur ir1tVAi5Ce+M10lN24+Lk5el6H/vD7mhmYJ2Swy2V5+KLvfePKa0loYOfd/pNjQzHQd/ 5m7g== X-Gm-Message-State: AA6/9RlkToTtgSBc7+xgcadlEIKJ3cwRWPR188Lx+rm32vNvcHVZzR1lfeWIGFUPHrPJ7aF7QU9p+rUldoR2aw== X-Received: by 10.107.11.101 with SMTP id v98mr3069619ioi.145.1475159428430; Thu, 29 Sep 2016 07:30:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Thu, 29 Sep 2016 07:30:27 -0700 (PDT) From: Dave Page Date: Thu, 29 Sep 2016 15:30:27 +0100 Message-ID: Subject: pgAdmin 4 v1.0 Released! To: pgadmin-hackers , pgAdmin Support Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org The pgAdmin Development Team are pleased to announce the release of pgAdmin 4 version 1.0. pgAdmin is the leading Open Source management and administration tool for PostgreSQL. pgAdmin 4 is a complete rewrite of pgAdmin, built using Python and Javascript/jQuery. A desktop runtime written in C++ with Qt allows it to run standalone for individual users, or the web application code may be deployed directly on a webserver for use by one or more users through their web browser. The software has the look and feel of a desktop application whatever the runtime environment, and vastly improves on pgAdmin III with updated user interface elements, multi-user/web deployment options, dashboards and a more modern design. The application was designed as a pluggable framework that can easily be extended with plugin modules to provide additional functionality to support other software in the PostgreSQL ecosystem, or functionality of forks of PostgreSQL. For more information, screenshots, documentation and downloads, please see the website at: https://www.pgadmin.org/ pgAdmin 4 is also bundled in the PostgreSQL 9.6 installers from EDB at: http://www.enterprisedb.com/products-services-training/pgdownload I'd like to take this opportunity to thank all those involved in the design, implementation, testing and documentation of pgAdmin 4, estimated at well over 10,000 hours of effort over the last year. For more information about the project, please see the blog post at: http://pgsnake.blogspot.co.uk/2016/04/pgadmin-4-elephant-nears-finish-line.html Finally, I'd like to thank the management at EDB (http://www.enterprisedb.com) for supporting this project and allowing me to enlist the efforts of over 15 employees from multiple teams. Without their support pgAdmin 4 would not exist today. -- Dave Page pgAdmin Project Lead -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers