First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
ecpg generated files ignorable?
Hi, I keep seeing these files show up in the source tree in a VPATH build: ? src/interfaces/ecpg/compatlib/libecpg_compatddll.def ? src/interfaces/ecpg/ecpglib/libecpgddll.def ? src/interfaces/ecpg/pgtypeslib/libpgtypesddll.def I am not sure if these should stay on the source dir (i.e. are they needed in th... 17 Jul 2008 17:53
Better error reporting for tsearch config fileproblems
Translators: refer to http://archives.postgresql.org/message-id/27688.1213803578%40sss.pgh.pa.us Tom Lane wrote: This should be a simple, easily tested patch, and I am tempted to propose back-patching it into 8.3, on the grounds that people need help now --- by the time 8.4 is out they'll already have de... 19 Jun 2008 01:23
Better error reporting for tsearch config file problems
I'm not totally sure that bug #4253 reflects a problem in the user's text search stopword files, but I'm suspicious. If I deliberately introduce an encoding error into italian.stop, I get regression=# select to_tsvector('italian','prova'); ERROR: invalid byte sequence for encoding "UTF8": 0xc30a HINT: This er... 19 Jun 2008 01:23
Overhauling GUCS
Greg Smith wrote: On Thu, 5 Jun 2008, Magnus Hagander wrote: We really need a "proper API" for it, and the stuff in pgAdmin isn't even enough to base one on. I would be curious to hear your opinion on whether the GUC overhaul discussed in this thread is a useful precursor to building such a pro... 16 Jul 2008 13:00
Postgres + Window manager
Good day, Progress in office technologies stopped, and it has occurred because user himself can not map arbitrary 3-dimensional composition _into_ a window. In the same time, it's possible to keep composition in Postgres, to extract by operator 'select', and to transfer got binary data without transformation into... 23 Jun 2008 01:28
regex cache
Folks, I'm doing some analysis of PostgreSQL site traffic, and am being frequently hung up by the compile-time-fixed size of our regex cache (32 regexes, per MAX_CACHED_RES). Is there a reason why it would be hard to use work_mem or some other dynamically changeable limit for regex caching? -- --Josh ... 19 Jun 2008 01:23
pg_dump fails to include sequences, leads to restorefail in any version
Jeffrey Baker escribi�: On Tue, Jun 17, 2008 at 10:59 AM, Tom Lane <tgl(a)sss.pgh.pa.us> wrote: "Jeffrey Baker" <jwbaker(a)gmail.com> writes: It is impossible to dump (with pg_dump -Ocx) and restore (with psql) a database which contains sequences in any of 8.1, 8.2, or 8.3: I should thin... 19 Jun 2008 01:22
pg_dump fails to include sequences, leads to restore fail in any version
"Jeffrey Baker" <jwbaker(a)gmail.com> writes: It is impossible to dump (with pg_dump -Ocx) and restore (with psql) a database which contains sequences in any of 8.1, 8.2, or 8.3: I should think we would have heard about it before now if such a sweeping claim were true. What I suspect is that you are using 8.... 19 Jun 2008 01:22
Cleaning up cross-type arithmetic operators
There was a discussion back here: http://archives.postgresql.org/pgsql-bugs/2008-01/msg00189.php that came to the conclusion that cross-type operators are a bad idea if they don't come in complete sets: if you don't have an exact match to the input types, and there are multiple possible candidates, then the system... 19 Jun 2008 01:22
sh -> pl
Folks, I've noticed that a big hunk of our build system has gratuitous dependencies on some variety of shell and on tools like sed, none of which makes Windows developers feel welcome. I know people are working toward a cmake or other more cross-platform toolchain. My proposal is a lot more modest, and doesn... 19 Jun 2008 01:23
First  |  Prev |  Next  |  Last
Pages: 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98