First  |  Prev |  Next  |  Last
Pages: 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
pgsql: Clean up package namespace use and use ofSafe in plperl.
Tom Lane wrote: adunstan(a)postgresql.org (Andrew Dunstan) writes: Clean up package namespace use and use of Safe in plperl. According to buildfarm member kite, there is more than one spelling of the Perl warning message that was (randomly?) chosen for the test added here. I doubt i... 17 Feb 2010 02:16
auto_explain causes regression failures
Andrew Dunstan <andrew(a)dunslane.net> wrote: With the following settings custom_variable_classes = 'auto_explain' auto_explain.log_min_duration = 0 auto_explain.log_format = 'xml' auto_explain.log_analyze = on auto_explain.log_verbose = on shared_preload_libraries = '... 20 Feb 2010 11:19
Streaming replication on win32, still broken
On Tue, Feb 16, 2010 at 12:37 AM, Magnus Hagander <magnus(a)hagander.net> wrote: With the libpq fixes, I get further (more on that fix later, btw), but now I get stuck in this. When I do something on the master that generates WAL, such as insert a record, and then try to query this on the slave, the walreceiv... 21 Feb 2010 23:49
[HACKERS] OpenVMS?
Folks, Would it be worthwhile to light up some buildfarm animals on OpenVMS? http://www.openvms.org/stories.php?story=10/02/09/2319162 Cheers, David. -- David Fetter <david(a)fetter.org> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fetter@g... 17 Feb 2010 02:16
[COMMITTERS] pgsql: Clean up package namespace use and use of Safe in plperl.
adunstan(a)postgresql.org (Andrew Dunstan) writes: Clean up package namespace use and use of Safe in plperl. According to buildfarm member kite, there is more than one spelling of the Perl warning message that was (randomly?) chosen for the test added here. I doubt it's worth maintaining a variant expected file ... 17 Feb 2010 02:16
[HACKERS] ToDo: plpgsql plugin for query and expression verification
Hello I thinking about more restrictive query and expression checking than now. Used parser checking isn't enough - so some possible bugs can be detected in production stage. Other problem is using any expression as SELECT expr. The request on validation can be different and it is probably for more advanced us... 17 Feb 2010 02:16
psql tab-completion for new syntax
Here is a patch to support new syntax in psql tab completion and fix bugs to complete after an open parenthesis. Supported additonal syntax are: - ALTER TABLE/INDEX/TABLESPACE SET/RESET with options - ALTER TABLE ALTER COLUMN SET/RESET with options - ALTER TABLE ALTER COLUMN SET STORAGE - CREATE TRIGGER... 16 Feb 2010 00:26
[HACKERS] libpq PGresult object and encoding
libpq has a PQclientEncoding() function that takes a connection object. However, the client encoding is, in some cases, a property of the result object. For instance, if your client_encoding changes, but you keep the result object around, you have no way to determine later what encoding the results are in. Th... 15 Feb 2010 23:20
Error when building postgresql with contrib functions
M Z wrote: Looks like the contrib functions have not been added in. The contrib features are not built or installed by default -- they are optional modules. This should point you in the right direction: http://www.postgresql.org/docs/8.3/interactive/contrib.html -Kevin -- Sent via pgsql-hack... 15 Feb 2010 23:20
[HACKERS] [GENERAL] libecpg versions and libecpg_compat
Hi Hackers, I posted this to the GENERAL list a while back, but got no repies. Perhaps someone here can help... I've been building ECPG (embedded SQL/C) programs on a system with Pg version 8.0 installed. When I tried to run them recently on version 8.4 I found that there was a libecpg library incompatibil... 15 Feb 2010 18:54
First  |  Prev |  Next  |  Last
Pages: 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142