- 11 Jul, 2006 1 commit
-
-
Teodor Sigaev authored
Thank to Mario Weilguni <mweilguni@sime.com> to discover a bug.
-
- 11 Mar, 2006 1 commit
-
-
Bruce Momjian authored
-
- 01 Mar, 2006 1 commit
-
-
Neil Conway authored
more compliant with the error message style guide. In particular, errdetail should begin with a capital letter and end with a period, whereas errmsg should not. I also fixed a few related issues in passing, such as fixing the repeated misspelling of "lexeme" in contrib/tsearch2 (per Tom's suggestion).
-
- 20 Jan, 2006 1 commit
-
-
Tom Lane authored
sizebitvec of tsearch2, as well as identical code in several other contrib modules. This provided about a 20X speedup in building a large tsearch2 index ... didn't try to measure its effects for other operations. Thanks to Stephan Vollmer for providing a test case.
-
- 15 Oct, 2005 1 commit
-
-
Bruce Momjian authored
-
- 25 May, 2005 1 commit
-
-
Bruce Momjian authored
them, the executation behavior could be unexpected.
-
- 21 Oct, 2004 1 commit
-
-
Tom Lane authored
getting rid of numerous ad-hoc versions that have popped up in various places. Shortens code and avoids conflict with Windows min() and max() macros.
-
- 19 Jan, 2004 1 commit
-
-
Teodor Sigaev authored
-
- 27 Jul, 2003 1 commit
-
-
Tom Lane authored
-
- 11 Jun, 2003 1 commit
-
-
Bruce Momjian authored
1 intarray: bugfix for int[]-int[] operation 2 intarray: split _int.c to several files (_int.c now is unused) 3 ntarray (gist__intbig_ops opclass): use special type for index storage 4 ltree (gist__ltree_ops opclass), intarray (gist__intbig_ops): optimize GiST's penalty and picksplit interface functions, now use Hemming distance. Teodor Sigaev
-
- 19 Feb, 2003 1 commit
-
-
Bruce Momjian authored
ltree_73.patch.gz - for 7.3 : Fix ~ operation bug: eg '1.1.1' ~ '*.1' ltree_74.patch.gz - for current CVS Fix ~ operation bug: eg '1.1.1' ~ '*.1' Add ? operation Optimize index storage Last change needs drop/create all ltree indexes, so only for 7.4 Teodor Sigaev
-
- 04 Sep, 2002 1 commit
-
-
Bruce Momjian authored
-
- 10 Aug, 2002 2 commits
-
-
Bruce Momjian authored
contrib/tsearch and contrib/ltree :) Teodor Sigaev
-
Bruce Momjian authored
Christopher Kings-Lynne wrote: > I'm still getting ltree failures on 64bit freebsd: > > sed 's,MODULE_PATHNAME,$libdir/ltree,g' ltree.sql.in >ltree.sql > gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -DPI > C -DLOWER_NODE -I. -I../../src/include -c -o ltree_io.o ltree_io.c -MMD > ltree_io.c: In function `ltree_in': > ltree_io.c:57: warning: int format, different type arg (arg 3) > ltree_io.c:63: warning: int format, different type arg (arg 4) > ltree_io.c:68: warning: int format, different type arg (arg 3) Teodor Sigaev
-
- 04 Aug, 2002 1 commit
-
-
Bruce Momjian authored
Changes: July 31, 2002 Now works on 64-bit platforms. Added function lca - lowest common ancestor Version for 7.2 is distributed as separate package - http://www.sai.msu.su/~megera/postgres/gist/ltree/ltree-7.2.tar.gz Oleg Bartunov
-
- 30 Jul, 2002 1 commit
-
-
Bruce Momjian authored
-