- 22 Feb, 2002 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 14 Jan, 2002 1 commit
-
-
Bruce Momjian authored
changes.
-
- 31 Dec, 2001 1 commit
-
-
Bruce Momjian authored
-
- 12 Oct, 2001 1 commit
-
-
Tom Lane authored
From Oleg Bartunov and Teodor Sigaev.
-
- 01 Oct, 2001 1 commit
-
-
Tatsuo Ishii authored
-
- 29 Sep, 2001 1 commit
-
-
Bruce Momjian authored
Converted pgcrypto one too. * Changed default randomness source to libc random() That way pgcrypto does not have any external dependencies and should work everywhere. * Re-enabled pgcrypto build in contrib/makefile * contrib/README update - there is more stuff than only 'hash functions' * Noted the libc random fact in README.pgcrypto Marko Kreen
-
- 04 Sep, 2001 1 commit
-
-
Tom Lane authored
-
- 22 Aug, 2001 1 commit
-
-
Tom Lane authored
From Oleg Bartunov and Teodor Sigaev.
-
- 21 Aug, 2001 1 commit
-
-
Bruce Momjian authored
-
- 07 Aug, 2001 3 commits
-
-
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
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
-
- 30 Jul, 2001 1 commit
-
-
Bruce Momjian authored
John Gray
-
- 14 Jun, 2001 1 commit
-
-
Bruce Momjian authored
Joe Conway
-
- 31 May, 2001 1 commit
-
-
Tom Lane authored
Oleg Bartunov and Teodor Sigaev.
-
- 10 May, 2001 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 09 May, 2001 1 commit
-
-
Bruce Momjian authored
a PostgreSQL user-defined function. The Metaphone system is a method of matching similar sounding names (or any words) to the same code. Metaphone was invented by Lawrence Philips as an improvement to the popular name-hashing routine, Soundex. This metaphone code is from Michael Kuhn, and is detailed at http://aspell.sourceforge.net/metaphone/metaphone-kuhn.txt Joel Burton
-
- 14 Mar, 2001 1 commit
-
-
Tom Lane authored
Could do with more testing, but it works in the simple cases.
-
- 23 Feb, 2001 1 commit
-
-
Bruce Momjian authored
version number from the current database, and couldn't find any existing program to do that. linda:~$ pg_controldata Log file id: 0 Log file segment: 5 Last modified: Wed Feb 7 19:35:47 2001 Database block size: 8192 Blocks per segment of large relation: 131072 Catalog version number: 200101061 LC_COLLATE: en_GB LC_CTYPE: en_GB Log archive directory: Oliver Elphick Oliver.Elphick@lfix.co.uk
-
- 11 Feb, 2001 1 commit
-
-
Bruce Momjian authored
-
- 10 Feb, 2001 1 commit
-
-
Bruce Momjian authored
-
- 08 Feb, 2001 1 commit
-
-
Peter Eisentraut authored
contrib/init.d start script. Place into more aptly named directory. Maybe we could add scripts for other platforms here later.
-
- 03 Feb, 2001 1 commit
-
-
Bruce Momjian authored
-
- 30 Jan, 2001 1 commit
-
-
Bruce Momjian authored
-
- 15 Jan, 2001 1 commit
-
-
Tom Lane authored
-
- 13 Jan, 2001 5 commits
-
-
Marc G. Fournier authored
check one last time for any erros ...
-
Marc G. Fournier authored
ignore his too
-
Marc G. Fournier authored
and this time?
-
Marc G. Fournier authored
try this again ...
-
Marc G. Fournier authored
okay, this appears to work ... onlly changes aer adding some white space ...
-
- 11 Dec, 2000 1 commit
-
-
Tom Lane authored
-
- 21 Nov, 2000 1 commit
-
-
Tom Lane authored
-
- 18 Sep, 2000 1 commit
-
-
Peter Eisentraut authored
revise ODBC "installation instructions"; update some other outdated documentation; update contrib documentation
-
- 19 Jun, 2000 1 commit
-
-
Bruce Momjian authored
-
- 15 Jun, 2000 1 commit
-
-
Bruce Momjian authored
-
- 12 Jun, 2000 1 commit
-
-
Bruce Momjian authored
prepared for dirtribution (it needs a little changes). I can change and work on this, but I need motivation :-) And Peter, I know and I agree that standard PG tree is not good space for all interfaces and for all tools based on PG, but LO is PG feature and we haven't backup tool for LO. Karel Zak
-
- 16 Apr, 2000 1 commit
-
-
Tom Lane authored
estimation operators. See contrib/likeplanning/README for info.
-
- 25 Jan, 2000 1 commit
-
-
Bruce Momjian authored
family functions. Contain: conversion from a datetype to formatted text: to_char( datetime, text) to_char( timestamp, text) to_char( int4, text) to_char( int8, text) to_char( float4, text) to_char( float8, text) to_char( numeric, text) vice versa: to_date ( text, text) to_datetime ( text, text) to_timestamp ( text, text) to_number ( text, text) (convert to numeric) PostgreSQL to_char is very compatible with Oracle's to_char(), but not total exactly (now). Small differentions are in number formating. It will fix in next to_char() version. ! If will this patch aplly to the main tree, must be delete the current to_char version in contrib (directory "dateformat" and note in contrib's README), this patch not erase it (sorry Bruce). The patch patching files: doc/src/sgml/func.sgml ^^^^^^^^ Hmm, I'm not sure if my English... :( Check it anyone (volunteer)? Thomas, it is right? SGML is not my primary lang and compile the current PG docs tree is very happy job (hard variables setting in docs/sgml/Makefile --> HSTYLE= /home/users/t/thomas/.... :-) What add any definition to global configure.in and set Makefiles in docs tree via ./configure? src/backend/utils/adt/Makefile src/backend/utils/adt/formatting.c src/include/catalog/pg_proc.h src/include/utils/formatting.h Karel Zak <zakkr@zf.jcu.cz> http://home.zf.jcu.cz/~zakkr/
-