| |
| |
Open Source Technical Updates [Page: 1 of 52] @ TACKtech Corp. |
|
|
2ndQuadrant is proud to announce the release of version 1.2.1 of Barman, Backup and Recovery Manager for PostgreSQL.
This minor release introduces support for bandwidth limitation through the "bandwidth_limit" option. This option allows administrators to set the maximum number of kilobytes per second for backup and recovery operations. Different bandwidth caps can be set for different servers.
More control on bandwidth limitations can be achieved through the "tablespace_bandwidth_limit" option that allows to cap the
bandwidth usage for one or more specific PostgreSQL tablespaces.
By default, no bandwidth limitation is enforced, making Barman 1.2.1 fully compatible with configuration files from previous versions. This set of features gives administrators finer control on regular backup activities, reducing the impact of these operations on live systems.
Minor bugs have also been fixed.
For a complete list of changes, see the "Release Notes" section below.
Links
Release Notes
- Added the "bandwidth_limit" global/server option which allows
to limit the I/O bandwidth (in KBPS) for backup and recovery operations
- Added the "tablespace_bandwidth_limit" global/server option which allows
to limit the I/O bandwidth (in KBPS) for backup and recovery operations
on a per tablespace basis
- Added /etc/barman/barman.conf as default location
- Bug fix: avoid triggering the minimum_redundancy check
on FAILED backups (thanks to Jérôme Vanandruel)
About Barman
Barman (Backup and Recovery Manager) is an open source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows your organisation to perform remote backups of multiple servers in business critical environments and help DBAs during the recovery phase. Barman's most requested features include backup catalogues, retention policies, remote recovery, archiving and compression of WAL files and backups.
Built on top of PostgreSQL's robust and reliable Point-In-Time-Recovery technology, Barman allows database administrators to manage the backup and recovery phases of several PostgreSQL database servers from a centralised location, using an intuitive command interface. Barman is distributed under GNU GPL 3.
|
|
|
Full View / NID: 45364 / Submitted by: The Zilla of Zuron
|
|
2ndQuadrant has launched a ‘carrier-grade’ support service for companies who require absolute mission-critical incident protection.
The company has decided to offer this level of service commitment to support the rapidly growing adoption of PostgreSQL by enterprises requiring the highest level of support services.
This new service, branded Platinum Production Support, provides the additional reassurance of a guaranteed 15-minute (human) response time, 4-hour workaround, and a fix within 24 hours for PostgreSQL production databases. With 24/7 coverage included too.
2ndQuadrant has an excellent track record of recovering databases for companies of all sizes, having provided 24/7 production support for over 8 years. Simon Riggs, CTO of 2ndQuadrant, said, “More of our major clients from financial, telecoms and internet-based sectors are increasingly requiring extraordinary levels of up-time to avoid the potentially significant costs of downtime. With the rise in PostgreSQL databases at the heart of these mission-critical operations, we've launched this new service to ensure that organisations have the best support available, and equally to provide reassurance in their choice of database. The Platinum service complements our popular Gold service, providing clients—where every minute of downtime counts—with the reassurance they need.”
PostgreSQL is becoming a default choice for many leading corporations and public sector organisations, who can see the value in open source products and the benefits of reducing the costs of fee-based database licences. 2ndQuadrant’s launch of this level of support heralds new expectations of PostgreSQL, and helps dismiss the fears amongst the sceptics that an open source database might be a higher-risk choice.
Platinum Production Support is available now from 2ndQuadrant.
Find out more at http://2ndQuadrant.com/support/
|
|
|
Full View / NID: 45337 / Submitted by: The Zilla of Zuron
|
|
The PHP development team announces the availability of PHP 5.5 RC3. This release fixes some bugs against RC2. THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION! You can find an incomplete changelog of PHP 5.5.0RC3 here : Fixed bug causing segfault in gc_zval_possible_root)Fixed bug about a heap based buffer overflow in quoted_printable_encodehash_pbkdf2() truncates data when using default length and hex output To get the full changelog, please, check the NEWS file attached to the archive. For source downloads of PHP 5.5.0RC3 please visit the download page, Windows binaries can be found on windows.php.net/qa/. We were pleased if you could test this release candidate against your code base and report any problems that you encounter to the QA mailing list and/or the PHP bug tracker. Thanks you helping us making PHP better.
|
|
|
Full View / NID: 45299 / Submitted by: The Zilla of Zuron
|
|
The PHP development team announces the immediate availability of PHP 5.4.16 and PHP 5.3.26. These releases fix about 15 bugs, including CVE-2013-2110. All users of PHP are encouraged to upgrade to PHP 5.4.16.For source downloads of PHP 5.4.16 and PHP 5.3.26 please visit our downloads page, Windows binaries can be found on windows.php.net/download/.The list of changes are recorded in the ChangeLog.
|
|
|
Full View / NID: 45298 / Submitted by: The Zilla of Zuron
|
|
Universal Database Tools
DtSQL is a FREE universal database query and editor tools for developers and database administrators to Query, Edit, Browse, and Manage Database objects such as tables, views, indexes, procedures, functions, triggers, contraints and sequences. It can access most databases and can be used on all major operating systems.
- Supported databases : Cache, DB2, Derby, Firebird, FrontBase, H2, HSQLDB, Informix, Ingres, JDatastore, MaxDB, Mckoi, Mimer, MySQL, Oracle, PointBase, PostgreSQL, Solid, SQLite, SQL Server, SQL Anywhere, Sybase (ASE).
- Support Operation Systems : Windows, Linux and Mac OS.
Database Browser Tools : browse schemas, tables, columns, primary and foreign keys, constraints, views, indexes, triggers, stored procedures, functions, sequences, and so on.
- Database Tools : create, alter, view and drop database tables, views, indexes, constraints, stored procedures, functions, triggers, sequences, and so on.
- Database Management Tools : edit database table data including binary/BLOB and CLOB data types. Filter, sort and search query result. Insert, duplicate, update, and delete database table data. Find and replace database data, preview generated SQL. Redo or undo last table data change before update is commit.
- SQL Tools : tools to edit, format and execute SQL scripts.
SQL Builder : help tools to build database select, insert, update, delete SQL scripts.
- Import Data : tools to import data from various formats such as CSV files, Excel files, and fixed-width files. Parse import data according to integer, date, time, timestamp, and boolean pattern.
- Export Data : tools to export database data (single table/multiple tables/query result) in various formats such as CSV files, Excel files, XML, HTML, SQL insert statements and fixed width files. Format export data according to applied integer, date, time, timestamp, and boolean pattern.
Built in database
FREE to use.
Home: http://www.dtsql.com
|
|
|
Full View / NID: 45230 / Submitted by: The Zilla of Zuron
|
|
The PHP development team announces the availability of the second release candidate of PHP 5.5. This release fixes some bugs against RC1 and improves overall stability. THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION! You can find an incomplete changelog of PHP 5.5.0RC2 here : Fixed a bug related to segfault on memory exhaustion within function definition.Fixed bug in mbstring PHPTs which would crash on Windows x64.Fixed a bug where Custom Exceptions could crash when internal properties overridden. To get the full changelog, please, check the NEWS file attached to the archive. For source downloads of PHP 5.5.0RC2 please visit the download page, Windows binaries can be found on windows.php.net/qa/. Please help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please test this release candidate against your code base and report any problems that you encounter to the QA mailing list and/or the PHP bug tracker. Thanks to all people helping on the PHP project.
|
|
|
Full View / NID: 45207 / Submitted by: The Zilla of Zuron
|
|
Devart Team is proud to introduce the new versions of dbExpress drivers with support for the latest version of Embarcadero’s RAD Studio - RAD Studio XE4. This considerable upgrade gives users an opportunity to develop their applications using the cutting-edge IDE for all the supported target-platforms: Win32, Win64 and Mac OS.
Devart dbExpress is a database-independent layer that defines common interface to provide fast access to SQL database servers from Delphi and C++Builder on Windows and Mac OS X for both 32-bit and 64-bit platforms. For each supported server, dbExpress provides a driver as an independent library that implements the common dbExpress interfaces for processing queries and stored procedures. As data-access layer is thin and simple, dbExpress provides high-performance database connectivity and is easy to deploy. Users can use drivers in the same way as the ones supplied by Embarcadero.
The new versions of dbExpress drivers provide the following improvement:
- Support for RAD Studio XE4 is implemented
Pricing and Availability
Price of a single license for a dbExpress driver starts at just $99.95.
Users can try out the new versions of the PostgreSQL driver here:
dbExpress driver for PostgreSQL 3.2 [ Download ]
About Devart
Devart is a recognized vendor of database connectivity solutions for Microsoft .NET and Embarcadero Delphi development platforms as well as database management software.
Company's solutions support such databases as Oracle, Microsoft SQL Server, MySQL, InterBase, Firebird, PostgreSQL, and SQLite.
Along with database oriented software Devart offers productivity tools for Visual Studio developers and security components for Delphi.
For additional information about Devart, visit http://www.devart.com/.
|
|
|
Full View / NID: 45206 / Submitted by: The Zilla of Zuron
|
|
The MicroOLAP team is proud to introduce Database Designer for PostgreSQL v1.9.0, an comprehensive CASE tool with intuitive graphical interface allowing you to
- build a clear and effective database structure visually,
- see the complete picture (diagram) representing all the tables, references between them, views, stored procedures and other objects,
- easily generate a physical database on a server,
- modify it according to any changes you made to the diagram using fast ALTER statements,
- import already existing diagram from a server,
- export diagram to common graphic formats or as SQL script,
- create detailed printings and reports.
This release introduces internal and architectural improvements. New compiler used as well as new exception tracer implemented.
Download
You're welcome to download the Database Designer for PostgreSQL 1.9.0 right now at: http://microolap.com/products/database/postgresql-designer/download/
Feedback
Please don't hesitate to ask any questions or report bugs with our Support Ticketing system available at
http://www.microolap.com/support/
Full changelog:
- [!] New compiler used in development
- [!] New exception tracer tool used
- [-] "Designer doesn't restore itself to maximized state after restart" bug fixed
- [-] "Modify Database ignores output script character case option" bug fixed
- [-] "Reverse Engineering warns that diagram is not empty even though it clearly is" bug fixed
|
|
|
Full View / NID: 45188 / Submitted by: The Zilla of Zuron
|
|
|
Full View / NID: 45110 / Submitted by: The Zilla of Zuron
|
|
The first beta release of PostgreSQL 9.3, the latest version of the world's best open source database, is now available. This beta contains previews of all of the features which will be available in version 9.3, and is ready for testing by the worldwide PostgreSQL community. Please download, test, and report what you find.
Major Features
The major features available for testing in this beta include:
- Writeable Foreign Tables, enabling pushing data to other databases
- pgsql_fdw driver for federation of PostgreSQL databases
- Automatically updatable VIEWs
- MATERIALIZED VIEW declaration
- LATERAL JOINs
- Additional JSON constructor and extractor functions
- Indexed regular expression search
- Disk page checksums to detect filesystem failures
In 9.3, PostgreSQL has greatly reduced its requirement for SysV shared memory, changing to mmap(). This allows easier installation and configuration of PostgreSQL, but means that we need our users to rigorously test and ensure that no memory management issues have been introduced by the change. We also request that users spend extra time testing the improvements to Foreign Key locks.
Additional Features
Additional features included in this release are:
- Fast failover to replicas for high availability
- Streaming-only remastering of replicas
- Performance and locking improvements for Foreign Key locks
- Parallel pg_dump for faster backups
- Directories for configuration files
- pg_isready database connection checker
- COPY FREEZE for reduced IO bulk loading
- User-defined background workers for automating database tasks
- Recursive view declaration
- lock_timeout directive
For a full listing of the features in version 9.3 Beta, please see the release notes. Additional descriptions and notes on the new features are available on the 9.3 Features Wiki Page.
Test 9.3 Beta 1 Now
We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please download PostgreSQL 9.3 Beta 1 and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. Features and APIs in Beta 1 will not change substantially before final release, so it is now safe to start building applications against the new features. More information on how to test and report issues
Get the PostgreSQL 9.3 Beta 1, including binaries and installers for Windows, Linux and Mac from our download page.
Full documentation of the new version is available online, and also installs with PostgreSQL.
|
|
|
Full View / NID: 45085 / Submitted by: The Zilla of Zuron
|
|
The PHP development team announces the immediate availability of PHP 5.4.15 and PHP 5.3.25. These releases fix about 10 bugs aswell as upgrading the bundled libmagic library. All users of PHP are encouraged to upgrade to PHP 5.4.15.For source downloads of PHP 5.4.15 and PHP 5.3.25 please visit our downloads page, Windows binaries can be found on windows.php.net/download/.The list of changes are recorded in the ChangeLog.
|
|
|
Full View / NID: 45068 / Submitted by: The Zilla of Zuron
|
|
The PHP development team announces the availability of the first release candidate of PHP 5.5. This release fixes some bugs as well as some possible leaks from our last beta. THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION! You can find an incomplete changelog of PHP 5.5.0RC1 here : Ignore QUERY_STRING when sent in SCRIPT_FILENAME in FPM SAPI.Fix build with system libgd >= 2.1 which is now the minimal version required (as build with previous version is broken). No change when bundled libgd is used. Fixed some bugs in SNMP Fixed bug where stream_select() fails with pipes returned by proc_open() on Windows x64). To get the full changelog, please, check the NEWS file attached to the archive. For source downloads of PHP 5.5.0RC1 please visit the download page, Windows binaries can be found on windows.php.net/qa/. Note that our release candidate cycle is only meant to bug fixes, no more features will be added to PHP 5.5 from now. Please help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please test this release candidate against your code base and report any problems that you encounter to the QA mailing list and/or the PHP bug tracker. We would like to thank all people helping us making PHP better by testing it and reporting problems, as well as all its contributors for their great work on this 5.5 version of PHP.
|
|
|
Full View / NID: 45067 / Submitted by: The Zilla of Zuron
|
|
We weren't trying to pull an April Fool's Day joke in May. A temporary glitch caused the latest distributions of PHP to not properly propagate to the mirror servers. This has been fixed at the root level, and it's now being distributed to all of the mirrors. We'll take some bacon to go with the egg on our faces, please!If you continue to experience issues with downloading these versions after 21:00 UTC on 9 May, 2013, please drop us a line at php-mirrors@lists.php.net, telling us from which mirror you're trying to download, and we'll get it resolved.We apologize for the delays and confusion this may have caused, and thank you for using PHP.
|
|
|
Full View / NID: 45066 / Submitted by: The Zilla of Zuron
|
|
Navicat version 11 is a new major version which supports the latest version of PostgreSQL.
New key features in version 11 of Navicat database management and design tools are:
- Native 64-bit version
- Brand new UI design
- Multi-cell Edit and Box Selection
- Smart Find and Replace
- Enhanced SSH Manager
- Docking system, support Aero Snap
- Enhanced Connection Tree with filter
- Over 100 new features and improvements
Navicat for PostgreSQL is an easy-to-use graphical tool for PostgreSQL database administration and modeling.
Download a trial version
|
|
|
Full View / NID: 45040 / Submitted by: The Zilla of Zuron
|
|
Database .NET is an innovative, powerful and intuitive multiple database management tool.
With it you can Browse objects, Design tables, Edit rows,
Export data and run Queries with a consistent interface.
Supported Features:
- Support for PostgreSQL 8.x/9.x
- Browsing and Search All Objects
- Table, Constraint and Index Editor
- Data, Cell, Form and XML Editor
- SQL Editor (AutoComplete/Syntax Highlighting)
- Generating scripts: DDL, SCRIPT AS, All Objects
- Data Visualization and Database Diagram
- Connection Profile and Manager
- Export to CSV/XML/TXT/XLS/XLSX/SQL/HTM/JSON
- Print SQL statements and query results
- Free, Portable, All-In-One, Easy to Use and Multlanguage.
- ...and more: http://fishcodelib.com/Database.htm
|
|
|
Full View / NID: 45031 / Submitted by: The Zilla of Zuron
|
|
DtSQL is a FREE universal database query and editor tools for developers and database administrators to Query, Edit, Browse, and Manage Database objects such as tables, views, indexes, procedures, functions, triggers, contraints and sequences. It can access most databases and can be used on all major operating systems.
- Supported databases : Cache, DB2, Derby, Firebird, FrontBase, H2, HSQLDB, Informix, Ingres, JDatastore, MaxDB, Mckoi, Mimer, MySQL, Oracle, PointBase, PostgresSQL, Solid, SQLite, SQL Server, SQL Anywhere, Sybase (ASE).
- Support Operation Systems : Windows, Linux and Mac OS.
- Database Browser Tools : browse schemas, tables, columns, primary and foreign keys, constraints, views, indexes, triggers, stored procedures, functions, sequences, and so on.
- Database Tools : create, alter, view and drop database tables, views, indexes, constraints, stored procedures, functions, triggers, sequences, and so on.
- Database Management Tools : edit database table data including binary/BLOB and CLOB data types. Filter, sort and search query result. Insert, duplicate, update, and delete database table data. Find and replace database data, preview generated SQL. Redo or undo last table data change before update is commit.
- SQL Tools : tools to edit, format and execute SQL scripts.
- SQL Builder : help tools to build database select, insert, update, delete SQL scripts.
- Import Data : tools to import data from various formats such as CSV files, Excel files, and fixed-width files. Parse import data according to integer, date, time, timestamp, and boolean pattern.
-
Export Data : tools to export database data (single table/multiple tables/query result) in various formats such as CSV files, Excel files, XML, HTML, SQL insert statements and fixed width files. Format export data according to applied integer, date, time, timestamp, and boolean pattern.
-
FREE to use.
-
Home: http://www.dtsql.com
|
|
|
Full View / NID: 45012 / Submitted by: The Zilla of Zuron
|
|
The AXLE Consortium are pleased to announce the start of the AXLE database research project, funded by European Union under FP7 grant.
axleproject.eu
The objectives of the AXLE project are to greatly improve the speed and quality of decision making on real-world data sets. AXLE aims to make these improvements generally available through high quality open source implementations via the PostgreSQL database and Orange data visualisation and data mining tools.
AXLE project members are
Areas of research will include data analysis algorithms for Big Data, advanced hardware architectures, data visualisation and security.
Target environments are real-world data in the 10-100 TB range.
"Real world data needs good security too, so we'll be making sure we have high grade security that works well even with high performance requirements", says Simon Riggs, CTO of 2ndQuadrant and Principal Investigator for the AXLE project. "We're very happy that the European Union has recognised the potential of the PostgreSQL database to provide effective database analytics for a broad range of business, research and public services."
First deliverables from the project will be submitted to PostgreSQL version 9.4, available in 2014 and will continue in later releases.
Project updates will be available regularly here as work continues.
|
|
|
Full View / NID: 45004 / Submitted by: The Zilla of Zuron
|
|
The PHP development team announces the release of the 4th beta of PHP 5.5.0. This release fixes some bugs against beta 3 and cleans up some features. THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION! PHP 5.5.0beta4 is shipped with some bug fixes. Here is the list: Fixed bug #64677, execution operator `` stealing surrounding arguments.Fixed bug #64342, ZipArchive::addFile() has to check for file existence.Fixed Windows x64 version of stream_socket_pair() and improved error handling.Remove curl stream wrappersYou can read the full list of changes in the NEWS file contained in the release archive. For source downloads of PHP 5.5.0beta4 please visit the download page, Windows binaries can be found on windows.php.net/qa/. Next step is Release Candidate. Our 1st RC is expected for May 9th. Thank you for supporting PHP.
|
|
|
Full View / NID: 44981 / Submitted by: The Zilla of Zuron
|
|
Sprout is a project dedicated to a nested key-value pair programming language native to the Entity Attribute Value database model. Its environment is a Relational Database Management System, specifically Postgres 9. It is implemented with Procedural SQL and employs a key-value translator vernacular to EAV data model. The model provides storage of objects, object metadata definitions and program code. Sprout executes requests via SQL client interface and returns objects of various types. It has characteristics of a column-oriented database.
Check it out!
|
|
|
Full View / NID: 44943 / Submitted by: The Zilla of Zuron
|
|
The PHP development team announces the release of the 3rd beta of PHP 5.5.0. This release fixes some bugs against beta 2. THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION! PHP 5.5.0beta3 is shipped with some bug fixes and improvements. Here is an incomplete list: Drop support for bison...
|
|
|
Full View / NID: 44910 / Submitted by: The Zilla of Zuron
|
|
|
....
|
|