pkgsrc/databases/ruby-pg/PLIST
taca 067982e134 Update ruby-pg to 0.16.0.
== v0.16.0 [2013-07-22] Michael Granger <ged@FaerieMUD.org>

Bugfixes:

- Avoid warnings about uninitialized instance variables.
- Use a more standard method of adding library and include directories.
  This fixes build on AIX (Github #7) and Solaris (#164).
- Cancel the running query, if a thread is about to be killed (e.g. by CTRL-C).
- Fix GVL issue with wait_for_notify/notifies and notice callbacks.
- Set proper encoding on the string returned by quote_ident, escape_literal
  and escape_identifier (#163).
- Use nil as PG::Error#result in case of a NULL-result from libpq (#166).
- Recalculate the timeout of conn#wait_for_notify and conn#block in case
  of socket events that require re-runs of select().

Documentation fixes:

- Fix non working example for PGresult#error_field.

Enhancements:

- Add unique exception classes for each PostgreSQL error type (#5).
- Return result of the block in conn#transaction instead of nil (#158).
- Allow 'rake compile' and 'rake gem' on non mercurial repos.
- Add support for PG_DIAG_*_NAME error fields of PostgreSQL-9.3 (#161).
2013-09-11 15:18:55 +00:00

62 lines
2 KiB
Text

@comment $NetBSD: PLIST,v 1.11 2013/09/11 15:18:55 taca Exp $
${GEM_HOME}/build_info/${GEM_NAME}.info
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/BSDL
${GEM_LIBDIR}/ChangeLog
${GEM_LIBDIR}/Contributors.rdoc
${GEM_LIBDIR}/History.rdoc
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/POSTGRES
${GEM_LIBDIR}/README-OS_X.rdoc
${GEM_LIBDIR}/README-Windows.rdoc
${GEM_LIBDIR}/README.ja.rdoc
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/Rakefile.cross
${GEM_LIBDIR}/ext/errorcodes.def
${GEM_LIBDIR}/ext/errorcodes.rb
${GEM_LIBDIR}/ext/errorcodes.txt
${GEM_LIBDIR}/ext/extconf.rb
${GEM_LIBDIR}/ext/gvl_wrappers.c
${GEM_LIBDIR}/ext/gvl_wrappers.h
${GEM_LIBDIR}/ext/pg.c
${GEM_LIBDIR}/ext/pg.h
${GEM_LIBDIR}/ext/pg_connection.c
${GEM_LIBDIR}/ext/pg_errors.c
${GEM_LIBDIR}/ext/pg_result.c
${GEM_LIBDIR}/ext/vc/pg.sln
${GEM_LIBDIR}/ext/vc/pg_18/pg.vcproj
${GEM_LIBDIR}/ext/vc/pg_19/pg_19.vcproj
${GEM_LIBDIR}/lib/pg.rb
${GEM_LIBDIR}/lib/pg/connection.rb
${GEM_LIBDIR}/lib/pg/constants.rb
${GEM_LIBDIR}/lib/pg/exceptions.rb
${GEM_LIBDIR}/lib/pg/result.rb
${GEM_LIBDIR}/lib/pg_ext.${RUBY_DLEXT}
${GEM_LIBDIR}/sample/array_insert.rb
${GEM_LIBDIR}/sample/async_api.rb
${GEM_LIBDIR}/sample/async_copyto.rb
${GEM_LIBDIR}/sample/async_mixed.rb
${GEM_LIBDIR}/sample/check_conn.rb
${GEM_LIBDIR}/sample/copyfrom.rb
${GEM_LIBDIR}/sample/copyto.rb
${GEM_LIBDIR}/sample/cursor.rb
${GEM_LIBDIR}/sample/disk_usage_report.rb
${GEM_LIBDIR}/sample/issue-119.rb
${GEM_LIBDIR}/sample/losample.rb
${GEM_LIBDIR}/sample/minimal-testcase.rb
${GEM_LIBDIR}/sample/notify_wait.rb
${GEM_LIBDIR}/sample/pg_statistics.rb
${GEM_LIBDIR}/sample/replication_monitor.rb
${GEM_LIBDIR}/sample/test_binary_values.rb
${GEM_LIBDIR}/sample/wal_shipper.rb
${GEM_LIBDIR}/sample/warehouse_partitions.rb
${GEM_LIBDIR}/spec/data/expected_trace.out
${GEM_LIBDIR}/spec/data/random_binary_data
${GEM_LIBDIR}/spec/lib/helpers.rb
${GEM_LIBDIR}/spec/pg/connection_spec.rb
${GEM_LIBDIR}/spec/pg/result_spec.rb
${GEM_LIBDIR}/spec/pg_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec