- 10 Aug, 2001 15 commits
-
-
Tom Lane authored
Other small improvements.
-
Tom Lane authored
our own code ...
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
default, but OIDS are removed from many system catalogs that don't need them. Some interesting side effects: TOAST pointers are 20 bytes not 32 now; pg_description has a three-column key instead of one. Bugs fixed in passing: BINARY cursors work again; pg_class.relhaspkey has some usefulness; pg_dump dumps comments on indexes, rules, and triggers in a valid order. initdb forced.
-
Tom Lane authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
appears to be duplicated (two identical <listitems> right after each other). Here is a quick patch to remove one instance of it. Magnus Hagander
-
Bruce Momjian authored
* Merges identical code from org.postgresql.jdbc[1|2].Statement into org.postgresql.Statement. * Moves escapeSQL() method from Connection to Statement (the only place it's used) * Minor cleanup of the new isolation level stuff. * Minor cleanup of version string handling. Anders Bengtsson
-
Bruce Momjian authored
(as proposed in http://fts.postgresql.org/db/mw/msg.html?mid=1028327) 2. support for 'pass-by-value' arguments - to test this we used special opclass for int4 with values in range [0-2^15] More testing will be done after resolving problem with index_formtuple and implementation of B-tree using GiST 3. small patch to contrib modules (seg,cube,rtree_gist,intarray) - mark functions as 'isstrict' where needed. Oleg Bartunov
-
Bruce Momjian authored
Neil Padgett
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
- 09 Aug, 2001 7 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
consistent type naming.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
-
- 08 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
-
- 07 Aug, 2001 10 commits
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
be able to apply against what you just committed. It rolls soundex into fuzzystrmatch. Remove soundex/metaphone and merge into fuzzystrmatch. Joe Conway
-
Bruce Momjian authored
Here is a context diff from latest cvs And I see why you couldn't apply the last diff, the setCatalog diff has been backed out, that was causing the compile problem in the first place. This following one needs to be applied to allow the current cvs to compile Dave Cramer
-
Bruce Momjian authored
Cyril VELTER
-
Bruce Momjian authored
metaphone() in a contrib. There seem to be a fair number of different approaches to both of these algorithms. I used the simplest case for levenshtein which has a cost of 1 for any character insertion, deletion, or substitution. For metaphone, I adapted the same code from CPAN that the PHP folks did. A couple of questions: 1. Does it make sense to fold the soundex contrib together with this one? 2. I was debating trying to add multibyte support to levenshtein (it would make no sense at all for metaphone), but a quick search through the contrib directory found no hits on the word MULTIBYTE. Should worry about adding multibyte support to levenshtein()? Joe Conway
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
response, to avoid noise in the server log.
-
- 06 Aug, 2001 7 commits
-
-
Tom Lane authored
since it's completely redundant with regress.sgml. I think we agreed to remove it awhile back, actually, but no one got around to doing it.
-
Tom Lane authored
files.
-
Peter Eisentraut authored
Add some resultmap entries for SCO OpenServer.
-
Tom Lane authored
error message.
-
Tom Lane authored
clauses are equal(), before trying to match them up using btree opclass inference rules. This allows it to recognize many simple cases involving non-btree operations, for example 'x IS NULL'. Clean up code a little.
-
Tom Lane authored
ExecEvalExpr, to avoid possible memory leak.
-
Peter Eisentraut authored
install prefix=elsewhere' works.
-