- Jun 02, 2001
-
-
Peter Eisentraut authored
Use --enable-nls to turn it on; see installation instructions for details. See developer's guide how to make use of it in programs and how to add translations. psql sources have been almost fully prepared and an incomplete German translation has been provided. In the backend, only elog() calls are currently translatable, and the provided German translation file is more of a placeholder.
-
- Jun 01, 2001
-
-
Tom Lane authored
report on old-style functions invoked by RI triggers. We had a number of other places that were being sloppy about which memory context FmgrInfo subsidiary data will be allocated in. Turns out none of them actually cause a problem in 7.1, but this is for arcane reasons such as the fact that old-style triggers aren't supported anyway. To avoid getting burnt later, I've restructured the trigger support so that we don't keep trigger FmgrInfo structs in relcache memory. Some other related cleanups too: it's not really necessary to call fmgr_info at all while setting up the index support info in relcache entries, because those ScanKeyEntry structs are never used to invoke the functions. This should speed up relcache initialization a tiny bit.
-
Bruce Momjian authored
-
- May 31, 2001
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- May 30, 2001
-
-
Bruce Momjian authored
Christopher Kings
-
Tom Lane authored
-
Bruce Momjian authored
7.7. Keys you have However, my application requires that each collection will also have a unique name. Why? So that a human being who wants to modify a collection will be able to identify it. It's much harder to know, if you have two collections named "Life Science", the the one tagged 24433 is the one you need, and the one tagged 29882 is not I think 'the the' shouldn't be repeated twice. Although taken from an email it would be cool to fix. Cheers, Maxim Maletsky
-
- May 28, 2001
-
-
Tom Lane authored
which says that PERFORM will execute any SELECT query and discard the result. The former implementation would in fact raise an error if the result contained more than one row or more than one column. Also, change plpgsql's error-logging mechanism to emit the additional messages about error location at NOTICE rather than DEBUG level. This allows them to be seen by the client without having to dig into the postmaster log file (which may be nonexistent or inaccessible by the client).
-
Peter Eisentraut authored
-
Bruce Momjian authored
Indicies: palm_buy_date_idx palm_user_date_idx Primary Key: palm_buyers_pkey Unique Key: palm_buyers_username Constraint: "$1" ((sex = 'M'::bpchar) OR (sex = 'F'::bpchar)) Note that check constraint name now shown as well. (Makes it a lot easier to test inheritance support in ADD/DROP constraint :) ) Attached is a docs change for psql. Christopher Kings
-
- May 27, 2001
-
-
Peter Eisentraut authored
privileges. INSERT and COPY FROM now require INSERT (only). Add privileges regression test.
-
- May 25, 2001
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Python) to support shared extension modules, I have learned that Guido prefers the style of the attached patch to solve the above problem. I feel that this solution is particularly appropriate in this case because the following: PglargeType PgType PgQueryType are already being handled in the way that I am proposing for PgSourceType. Jason Tishler
-
- May 24, 2001
-
-
Peter Eisentraut authored
-
- May 22, 2001
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
to do that, but inconsistently.) Make bit type reject too short input, too, per SQL. Since it no longer zero pads, 'zpbit*' has been renamed to 'bit*' in the source, hence initdb.
-
Peter Eisentraut authored
-
Bruce Momjian authored
Klaus Reger
-
- May 21, 2001
-
-
Peter Eisentraut authored
too long. While I was adjusting the regression tests I moved the array things all into array.sql, to make things more manageable.
-
- May 19, 2001
-
-
Peter Eisentraut authored
FUNCTION command. Guard against trying to load a directory. Update documentation some.
-
- May 17, 2001
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
specification of username (like in psql). pg_dumpall now works with password authentication.
-
Peter Eisentraut authored
library extension.
-
Bruce Momjian authored
-
- May 15, 2001
-
-
Bruce Momjian authored
-
- May 14, 2001
-
-
Bruce Momjian authored
forced.
-
Bruce Momjian authored
-
- May 13, 2001
-
-
Peter Eisentraut authored
-
- May 12, 2001
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
there's no shared libpython. Test suite works as well. Also, add some documentation.
-
- May 11, 2001
-
-
Tom Lane authored
-
Bruce Momjian authored
time to do it, not during beta because people are using this stuff in production sometimes.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- May 10, 2001
-
-
Tom Lane authored
between index order and table order.
-
Peter Eisentraut authored
from Oliver Elphick
-
- May 09, 2001
-
-
Bruce Momjian authored
-