- 29 Aug, 2002 18 commits
-
-
Bruce Momjian authored
please apply small patch for README.tsearch. I've documented space usage and using CLUSTER command Oleg Bartunov
-
Bruce Momjian authored
Manfred Koizar
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
to the table function, thus preventing memory leakage accumulation across calls. This means that SRFs need to be careful to distinguish permanent and local storage; adjust code and documentation accordingly. Patch by Joe Conway, very minor tweaks by Tom Lane.
-
Tom Lane authored
Per pghackers discussion from back around 1-August.
-
Tom Lane authored
tables that need special defenses. I believe this is okay even for TOAST tables that belong to system tables.
-
D'Arcy J.M. Cain authored
This is currently a cosmetic difference but I make the change now in case the macros diverge one day.
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Tom Lane authored
pghackers discussion around 31-Jul-02.
-
Tom Lane authored
-
Tatsuo Ishii authored
-
Tom Lane authored
ERROR: Cannot display a value of type RECORD rather than a random integer when someone tries to SELECT a tuple value. Per pghackers discussion around 26-May-02.
-
Tom Lane authored
INSERT, UPDATE, or DELETE shouldn't change FOUND. IMHO anyway. Also, try to make documentation a little clearer.
-
Tom Lane authored
This breaks support for 6.2 or older client libraries.
-
Tom Lane authored
defined in the FROM clause. From Joe Conway, with some tweaks.
-
Tom Lane authored
types, SRFs. Not happy with memory management yet, but I'll commit these other changes.
-
- 28 Aug, 2002 14 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
unify the wording, to make life easier for translators. from Dennis Bjorklund
-
Bruce Momjian authored
-
Bruce Momjian authored
when it finds an existing relation with the same name as the to-be-created index. Old error message: nconway=# create table foo (a int); CREATE TABLE nconway=# create index foo on foo (a); ERROR: index named "foo" already exists I replaced 'index' with 'relation' in the error message. Neil Conway
-
Bruce Momjian authored
should be pretty safe in practice, but it's probably better to be safe than sorry. I was actually looking for cases where NAMEDATALEN is assumed to be 32, but only found one. That's fixed too, as well as a few bits of code cleanup. Neil Conway
-
Bruce Momjian authored
recently. I just ran into it while running a set of python test scripts, and I'm not sure who the normal maintainer is for interfaces/python. John Nield
-
Bruce Momjian authored
CVS HEAD): Amended "strings" regression test. TOAST tests now insert two values with storage set to "external", to exercise properly the TOAST slice routines which fetch only a subset of the chunks. Changed now-misleading comment on AlterTableCreateToastTable in tablecmds.c, because both columns of the index on a toast table are now used. John Gray
-
Bruce Momjian authored
Note can probably be removed after a couple of releases. Rod Taylor
-
Peter Eisentraut authored
-
Bruce Momjian authored
< * Remove PGPASSWORD because it is insecure on some OS's, in 7.4
-
Tom Lane authored
-
Bruce Momjian authored
a more logical ordering.
-
- 27 Aug, 2002 8 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
> o Add SET SCHEMA
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
formatting (\timing) works correctly. Change "Total time" to "Time" since there is nothing that "total" refers to. Remove non-multibyte code.
-
Peter Eisentraut authored
except that it's more robust, reconnects less often, and is NLS'ed.
-