- 17 Nov, 2001 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
Place it in the expected place in the User's Guide, rather than hiding it in the command reference page for CREATE SEQUENCE.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Tom Lane authored
search lists was broken in such a way that only the most recent instance of a given hash code would ever be searched, thus possibly missing longer matches further back. Fixing this gave 5 to 10% compression improvement on some text test cases. Additional small tweaks to improve speed of inner loops a little bit. There is no compatibility issue created by this change, since the compressed data format and decompression algorithm don't change.
-
Bruce Momjian authored
-
- 16 Nov, 2001 13 commits
-
-
Tom Lane authored
This seems the right thing for most usages, but I notice two places where it is the wrong thing. One is that the default permissions on TOAST rels should be no-access, not world-readable; the other is that PrepareForTupleInvalidation doesn't really need to spend time looking at tuples of TOAST relations.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
Kevin Jacobs and Brad McLean.
-
Bruce Momjian authored
-
Tom Lane authored
-
Peter Eisentraut authored
and comment in src/backend/parser/Makefile for the technical details.
-
Tom Lane authored
discussions in pghackers.
-
Peter Eisentraut authored
-
Michael Meskes authored
-
Hiroshi Inoue authored
-
Tom Lane authored
mutually exclusive keyword lists spanning all known keywords --- including AS. Moved COALESCE and a few other ColLabels into the can-be-ColId list.
-
Tom Lane authored
-
- 15 Nov, 2001 12 commits
-
-
Tom Lane authored
round of editorial effort.
-
Tom Lane authored
to reverse-engineer documentation for them.
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
int8, int16, int32, int64 and separately uint8, uint16, uint32, uint64 The previous patch grouped: int8, int16 and int32 uint8, uint16 and uint32 int64 and uint64 <-- this grouping is wrong on AIX 4.3.3 and below If you prefer to make 4 groups out of this you could apply this patch. Andreas
-
Bruce Momjian authored
-
Bruce Momjian authored
Peter E, Tatsuo, Andreas
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tatsuo Ishii authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 14 Nov, 2001 7 commits
-
-
Tom Lane authored
with reality, and add doco for Jan's recent round of enhancements.
-
Tom Lane authored
in C, but recommend that newbies who don't recognize this trick should do some studying ...
-
Bruce Momjian authored
-
Dave Cramer authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Barry Lind authored
There's also a little fix for the getRow() method. While fixing absolute(), I noticed that getRow() wasn't quite following the spec: it wasn't returning 0 when the ResultSet wasn't positioned on a row. I've started a ResultSet test case and included it as well. Liam Stewart
-
- 13 Nov, 2001 1 commit
-
-
Bruce Momjian authored
-