index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
fuzzystrmatch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure Soundex difference() function handles empty input sanely.
Tom Lane
2023-05-16
3
-7
/
+15
*
Avoid using non-ASCII commentary in daitch_mokotoff.c.
Tom Lane
2023-04-16
1
-15
/
+9
*
Remove some non-ASCII symbols from a comment.
Tom Lane
2023-04-15
1
-1
/
+1
*
Remove useless dependencies in daitch_mokotoff_header.pl.
Tom Lane
2023-04-07
1
-4
/
+0
*
Pacify perlcritic.
Tom Lane
2023-04-07
1
-1
/
+1
*
Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch.
Tom Lane
2023-04-07
12
-4
/
+1153
*
New header varatt.h split off from postgres.h
Peter Eisentraut
2023-01-10
1
-0
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
2
-2
/
+2
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
1
-0
/
+2
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
1
-2
/
+2
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-4
/
+12
*
Harmonize parameter names in contrib code.
Peter Geoghegan
2022-09-22
1
-1
/
+1
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
1
-0
/
+26
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-19
2
-25
/
+1
*
Mark some contrib modules as "trusted".
Tom Lane
2020-02-13
1
-0
/
+1
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
1
-12
/
+6
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
1
-2
/
+0
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-1
/
+4
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Replace search.cpan.org with metacpan.org
Michael Paquier
2018-06-29
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
1
-1
/
+1
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
1
-2
/
+2
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-1
/
+1
*
fuzzystrmatch: Add test suite
Peter Eisentraut
2017-09-14
4
-0
/
+94
*
fuzzystrmatch: Remove dead code
Peter Eisentraut
2017-09-05
1
-28
/
+6
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-4
/
+4
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-2
/
+2
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
2
-5
/
+5
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
1
-5
/
+7
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Update fuzzystrmatch extension for parallel query.
Robert Haas
2016-06-07
4
-13
/
+29
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
1
-13
/
+16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
Remove dead code.
Heikki Linnakangas
2015-02-03
1
-5
/
+0
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Add missing va_end() call to a early exit in dmetaphone.c's StringAt().
Andres Freund
2015-01-04
1
-0
/
+3
*
Move the guts of our Levenshtein implementation into core.
Robert Haas
2014-11-13
3
-431
/
+57
*
Define META_FREE in a way that doesn't cause -Wempty-body warnings.
Andres Freund
2014-09-26
1
-1
/
+1
*
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-08-25
1
-1
/
+1
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
1
-1
/
+2
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-4
/
+4
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
2
-15
/
+0
[next]