First  |  Prev |  Next  |  Last
Pages: 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
Oddly indented raw_expression_tree_walker
Takahiro Itagaki <itagaki.takahiro(a)oss.ntt.co.jp> writes: I found raw_expression_tree_walker() is oddly indented in 8.4 and HEAD. I expected pgindent would fix those clutter, but it could not. Should we cleanup it manually, or leave it as-is? There is exactly zero point in a manual cleanup, because pgindent... 8 Apr 2010 05:04
[COMMITTERS] pgsql: Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset()
Fujii Masao wrote: On Wed, Apr 7, 2010 at 7:23 PM, Heikki Linnakangas <heikki.linnakangas(a)enterprisedb.com> wrote: This commit is a stop-gap solution until we figure out what exactly to do about that. Masao-san wrote a patch that included the TLI in the string returned by pg_last_xlog_receive/replay_l... 8 Apr 2010 03:59
[HACKERS] Oddly indented raw_expression_tree_walker
I found raw_expression_tree_walker() is oddly indented in 8.4 and HEAD. I expected pgindent would fix those clutter, but it could not. Should we cleanup it manually, or leave it as-is? Also, should we backport such kind of cleanups to previous releases? Index: src/backend/nodes/nodeFuncs.c ======================... 8 Apr 2010 01:49
A maze of twisty mailing lists all the same
On Thu, Apr 8, 2010 at 1:11 AM, Greg Stark <stark(a)mit.edu> wrote: Likewise I don't think we should have pgsql-performance or pgsql-sql or pgsql-novice -- any thread appropriate for any of these would be better served by sending it to pgsql-general anyways (with the +1 -- Atentamente, Jaime Casanova... 8 Apr 2010 17:27
[HACKERS] A maze of twisty mailing lists all the same
I've often said in the past that we have too many mailing lists with overlapping and vague charters. I submit the following thread as evidence that this causes real problems. http://archives.postgresql.org/message-id/g2o4b46b5f01004010610ib8625426uae6ee90ac1435ba1(a)mail.gmail.com Because the poster chose to send... 8 Apr 2010 01:49
Enhancing phonetic search support for more languages- GSoC 2010
Dhiraj, For instance, if many users(above a threshold set by us) insert some search string for which no wanted search result is retrieved, we could track what he finally selects and then accordingly append/modify our set of phonetic rules based on the phonetic mismatch amongst the query inserted a... 7 Apr 2010 20:18
Default libpq application name
Bruce Momjian <bruce(a)momjian.us> writes: I just emailed Dave Page and it seems we don't set a default application name in libpq. Should we do: extern char *argv[]; and reference argv[0] in libpq to set a default application name? No. This is not portable and it's not a good idea even if it were. Th... 7 Apr 2010 14:38
[HACKERS] Default libpq application name
I just emailed Dave Page and it seems we don't set a default application name in libpq. Should we do: extern char *argv[]; and reference argv[0] in libpq to set a default application name? -- Bruce Momjian <bruce(a)momjian.us> http://momjian.us EnterpriseDB http://en... 7 Apr 2010 14:38
Thoughts on pg_hba.conf rejection
Simon Riggs <simon(a)2ndQuadrant.com> writes: When there is a specific reject rule, why does the server say FATAL: no pg_hba.conf entry It's intentional. We try to expose the minimum amount of knowledge about the contents of pg_hba.conf to potential attackers. regards, tom lane -- Sent via pgsql-h... 24 Apr 2010 03:57
system table/view and sequence
i'm trying to find where are stored sequence definition (increment,minvalue,maxvalue,start,cache) in system tables. Atm I found everything exept sequence. Thanks in advance. ... 8 Apr 2010 02:54
First  |  Prev |  Next  |  Last
Pages: 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110