perl.dbd.pg.changes archive
354 archived articles, newest first (page 3 of 4). Latest articles →
[DBD::Pg] If we can't figure out how to get to the pg_config information, exit 0 insteaed of die-ing.
Thu, 20 Feb 2014 09:24:24 -0500[DBD::Pg TAG] New tag added: 2.18.1
Fri, 14 Feb 2014 14:47:06 -0500[DBD::Pg] Force the switch of ExecStatusType to an int, so we don't get complaints from older versions of libpq that do not know what PGRES_COPY_BOTH is.
Tue, 4 Feb 2014 19:52:23 -0500[DBD::Pg] Note recent change
Tue, 4 Feb 2014 16:50:19 -0500[DBD::Pg] Allow WITH as a "DML" keyword, per RT 92724. Also added VALUES.
Tue, 4 Feb 2014 16:41:50 -0500[DBD::Pg TAG] New tag added: 3.0.0
Tue, 4 Feb 2014 16:40:42 -0500[DBD::Pg 1/2] Version 3.0.0 signature
Tue, 4 Feb 2014 16:40:21 -0500[DBD::Pg 2/2] Note release date and git commit for version 3.0.0
Tue, 4 Feb 2014 16:40:22 -0500[DBD::Pg] Change debugging env PGINITDB to DBDPG_INITDB. Re-enable Windows tweak for finding initdb.
Mon, 3 Feb 2014 16:02:46 -0500[DBD::Pg] Ignores
Sun, 2 Feb 2014 14:56:50 -0500[DBD::Pg] Note latest change
Sat, 1 Feb 2014 10:34:01 -0500[DBD::Pg] Fix test counting, should fix RT #79544. Turns out we were checking only the "error" path, but the non-error path has two tests, while the error has one. Hence, 3*5 = 15 rather than 3*6 = 18, which accounts for the missing three items in the report.
Sat, 1 Feb 2014 10:32:00 -0500[DBD::Pg] Add a new env DBDPG_NOCLEANUP for debugging. Prevents t/99cleanup.t from doing anything.
Sat, 1 Feb 2014 10:14:53 -0500[DBD::Pg] Thinko. Thank goodness for tests
Wed, 29 Jan 2014 17:11:42 -0500[DBD::Pg] Oops, things are coming back here as t/f
Wed, 29 Jan 2014 16:05:32 -0500[DBD::Pg] Remove debugging message.
Mon, 27 Jan 2014 18:13:24 -0500[DBD::Pg] Note recent bytea[] change
Sun, 26 Jan 2014 17:33:24 -0500[DBD::Pg] Test cleanup
Sun, 26 Jan 2014 17:32:16 -0500[DBD::Pg] Version bump to 3.0.0, unless and until we make more changes.
Sun, 26 Jan 2014 10:10:41 -0500[DBD::Pg] Try to dequote bytea array, per bug 91454. Untested!
Sun, 26 Jan 2014 10:09:37 -0500[DBD::Pg 2/2] Respect pg_bool_tf when unrolling arrays.
Sun, 26 Jan 2014 08:49:11 -0500[DBD::Pg 1/2] Don't flip the utf8 flag on when we are unrolling arrays of bytea. First step in solving bug # 91454
Sun, 26 Jan 2014 08:49:10 -0500[DBD::Pg] Add support to start testing arrays of bytea
Sat, 25 Jan 2014 19:32:42 -0500[DBD::Pg 2/2] Credit last patch
Thu, 16 Jan 2014 17:26:50 -0500[DBD::Pg 1/2] cleanup dangling largeobjects in tests
Thu, 16 Jan 2014 17:26:49 -0500[DBD::Pg] Bump to version 2.20.1_6
Thu, 16 Jan 2014 16:35:54 -0500[DBD::Pg] This test works again
Thu, 9 Jan 2014 17:50:57 -0500[DBD::Pg] More UTF-8 tweaking; tweak tests to use the new 'use charnames' pragma. Use Encode to strip utf8 flag for testing.
Thu, 9 Jan 2014 15:47:12 -0500[DBD::Pg] Add utf-8 test from cpan bug 91655
Mon, 6 Jan 2014 22:06:21 -0500[DBD::Pg 2/2] Note latest patch
Mon, 6 Jan 2014 22:01:51 -0500[DBD::Pg 1/2] Explicitly specify en_US for spell checking
Mon, 6 Jan 2014 22:01:50 -0500[DBD::Pg 2/2] Note recent Change
Fri, 13 Dec 2013 16:09:14 -0500[DBD::Pg 1/2] Fix typo in docs regarding pg_placeholder_dollaronly. RT #91400
Fri, 13 Dec 2013 16:09:13 -0500[DBD::Pg] Tweak test due to new utf8
Sun, 1 Dec 2013 23:57:03 -0500[DBD::Pg] More sv utf8 tweaks
Sun, 1 Dec 2013 23:48:42 -0500[DBD::Pg] Add some UTF-8 tests. Fix typo in dbdimp.c
Sun, 1 Dec 2013 23:46:17 -0500[DBD::Pg] SvUTF8_on is NOT enough here. Total testing fail: should be catching this.
Sun, 1 Dec 2013 23:09:15 -0500[DBD::Pg] Minor tweaks to testing script
Sat, 30 Nov 2013 22:56:37 -0500[DBD::Pg 2/2] Internal name should be INT8, not LONGINT
Fri, 29 Nov 2013 10:51:23 -0500[DBD::Pg 1/2] Add recent file to README.dev
Fri, 29 Nov 2013 10:51:22 -0500[DBD::Pg] Make sure we rewrite the new done_testing bit
Wed, 27 Nov 2013 23:36:35 -0500[DBD::Pg] Make arrayout field a hair larger to account for growing size in PG source. Merely pretties up types.c
Wed, 27 Nov 2013 23:28:46 -0500[DBD::Pg] Set to version 2.20.1_5
Wed, 27 Nov 2013 22:45:09 -0500[DBD::Pg 1/2] Version 2.20.1_4
Wed, 27 Nov 2013 22:37:49 -0500[DBD::Pg 2/2] Duh. Problem wasn't in Makefile.PL, it was failure to add a new file to the MANIFEST.
Wed, 27 Nov 2013 22:37:50 -0500[DBD::Pg 2/2] do() blocks causing errors in cpantesters: perhaps the use lib is being ignored inside of it. Changed to a simple if, and added a test that we have a sane POSTGRES_HOME and bail at that point if we do not.
Wed, 27 Nov 2013 11:06:48 -0500[DBD::Pg 1/2] Version 2.20.1_3
Wed, 27 Nov 2013 11:06:47 -0500[DBD::Pg] Use newer escaping syntax for pod
Tue, 26 Nov 2013 12:50:48 -0500[DBD::Pg] Spellcheck tweaks
Tue, 26 Nov 2013 12:03:59 -0500[DBD::Pg] Update TODO
Tue, 26 Nov 2013 09:21:06 -0500[DBD::Pg] Note some recent changes inside Changes
Tue, 26 Nov 2013 09:18:46 -0500[DBD::Pg] Add tests and attribute handlers for $h->{switch_prepared}
Mon, 25 Nov 2013 21:34:49 -0500[DBD::Pg] Slight adjustment to new switch_prepared logic.
Mon, 25 Nov 2013 21:15:08 -0500[DBD::Pg 2/2] Update App::Info.
Mon, 25 Nov 2013 17:50:15 -0500[DBD::Pg 1/2] Print instead of prompt when running unattended.
Mon, 25 Nov 2013 17:50:14 -0500[DBD::Pg] Note TODO item
Mon, 25 Nov 2013 18:39:32 -0500[DBD::Pg] Add new attribute, pg_switch_prepared, which controls when we switch from using PQexecParams to PQexecPrepared. The default is 2, meaning we do one round of PQexecParams, then switch to PQexecPrepared. Mostly a proof of concept, alhough it seems to at least pass the tests. :)
Mon, 25 Nov 2013 18:36:47 -0500[DBD::Pg] Remove dead link
Wed, 20 Nov 2013 23:02:38 -0500[DBD::Pg] Switch from char to SV, per ideas from the coropg project.
Wed, 20 Nov 2013 22:58:36 -0500[DBD::Pg] Minor casting tweak
Wed, 20 Nov 2013 22:39:54 -0500[DBD::Pg] Version 2.20.1_2
Wed, 20 Nov 2013 22:19:49 -0500[DBD::Pg] Minor Changes tweaks
Wed, 20 Nov 2013 22:14:12 -0500[DBD::Pg] More lo_import_with_oid tweaks. May just yank the whole thing out! :)
Wed, 20 Nov 2013 22:11:17 -0500[DBD::Pg] pg_server_prepare should be 1 here. So this test is not working yet!
Mon, 18 Nov 2013 13:17:05 -0500[DBD::Pg 2/2] Teach everyone that AutoInactiveDestroy is a legal word for us.
Sat, 16 Nov 2013 22:08:58 -0500[DBD::Pg 1/2] Skip pg_lo_import_with_oid tests for now. Noted as RT #90448
Sat, 16 Nov 2013 22:08:57 -0500[DBD::Pg] Adjust debugging to use new _slow macros.
Sat, 16 Nov 2013 21:54:09 -0500[DBD::Pg 2/2] Cleanup the Changes file
Sat, 16 Nov 2013 21:44:33 -0500[DBD::Pg 1/2] Add support for AutoInactiveDestroy. Committer note: Per RT #68893. Changed pg_server_prepare from 1 to 0 in the tests.
Sat, 16 Nov 2013 21:44:32 -0500[DBD::Pg] Better git ignoring.
Sat, 16 Nov 2013 21:21:24 -0500[DBD::Pg 2/2] Bump DBI requirement to 1.614. Version bump for development testing.
Sat, 16 Nov 2013 21:18:41 -0500[DBD::Pg 1/2] Testing tweaks
Sat, 16 Nov 2013 21:18:40 -0500[DBD::Pg 2/2] Perl::Critic tweaks
Thu, 14 Nov 2013 09:54:38 -0500[DBD::Pg 1/2] Spellcheck tweaks.
Thu, 14 Nov 2013 09:54:37 -0500[DBD::Pg] Bump version here too
Thu, 14 Nov 2013 00:04:32 -0500[DBD::Pg] Bump Test::More requirement to .88, as we are using done_testing()
Thu, 14 Nov 2013 00:03:51 -0500[DBD::Pg 2/2] Update with latest type information from Postgres
Thu, 14 Nov 2013 00:01:58 -0500[DBD::Pg 1/2] Stop trying to count tests here!
Thu, 14 Nov 2013 00:01:57 -0500[DBD::Pg] Skip the still-not-working pg_lo_truncate tests.
Mon, 11 Nov 2013 11:20:20 -0500[DBD::Pg 2/2] Make sure we force expand_array on inside of foreign_key_info, then reset it back the way it was. Per complaint on RT #51780. Much thanks to Tim Bunce for helping unravel this.
Mon, 11 Nov 2013 11:18:33 -0500[DBD::Pg 1/2] Note latest change
Mon, 11 Nov 2013 11:18:32 -0500[DBD::Pg] Add a new field, pg_expression, to the results from statistics_info. This will show the index expression for the column in question. In other words, things such as lower(foo) will show up here. Per request from RT #76608
Sat, 2 Nov 2013 23:34:46 -0400[DBD::Pg] Let's call this TODO item done.
Wed, 30 Oct 2013 19:15:59 -0400[DBD::Pg] Quick dump of lo_truncate support. Not working yet.
Mon, 21 Oct 2013 12:38:41 -0400[DBD::Pg] Move Perl requirement down to 5.8.1, per RT request.
Sun, 20 Oct 2013 15:07:47 -0400[DBD::Pg] gitignore tweaks
Sun, 20 Oct 2013 14:03:50 -0400[DBD::Pg] Adjust test to use 3 digit exponential values (CPAN bug #59449)
Wed, 2 Oct 2013 11:11:08 -0400[DBD::Pg] Make some tests AUTHOR_TESTING, not RELEASE_TESTING, as we really don't want anyone else to run them.
Tue, 1 Oct 2013 15:04:54 -0400[DBD::Pg] Bump Perl requirement to 5.8.4. May go up further, but let's put this stake in the ground.
Tue, 1 Oct 2013 15:01:54 -0400[DBD::Pg 1/2] Use correct SQL_BIGINT constant for int8
Sun, 29 Sep 2013 22:49:39 -0400[DBD::Pg 2/2] Bump version to DBI to 1.54 everywhere. Credit recent change.
Sun, 29 Sep 2013 22:49:40 -0400[DBD::Pg] Fix skip numbers
Tue, 24 Sep 2013 12:21:43 -0400[DBD::Pg] Correct the number of .pm files we skip for this test.
Sun, 22 Sep 2013 13:13:34 -0400[DBD::Pg] Note recent Changes
Sat, 21 Sep 2013 22:49:36 -0400[DBD::Pg 2/2] Fix foreign_key_info with unspecified schema
Sat, 21 Sep 2013 22:48:56 -0400[DBD::Pg 1/2] Fix ORDINAL_POSITION in foreign_key_info. Per RT 88794
Sat, 21 Sep 2013 22:48:55 -0400[DBD::Pg 1/2] Format our prepared statements with %x, not %d, for very long-running transactions in which the internal prepare_number rolls over into negative numbers - which bumps up against Postgres' rules about prepared statement names. Per RT #88827.
Sat, 21 Sep 2013 22:35:55 -0400[DBD::Pg 2/2] Cleanup Changes
Sat, 21 Sep 2013 22:35:56 -0400[DBD::Pg] Minor doc changes for utf8 stuff.
Thu, 5 Sep 2013 22:22:57 -0400[DBD::Pg] Yes, it's all utf-8 now.
Thu, 5 Sep 2013 21:33:43 -0400
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.