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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve error messages from to_tsquery per yesterday's discussion:
Tom Lane
2006-10-04
1
-8
/
+18
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
73
-5724
/
+7208
*
Update tsearch2 README.
Bruce Momjian
2006-10-02
1
-3
/
+2
*
Remove accented characters in comments, to avoid failures when this
Tom Lane
2006-10-01
1
-2
/
+2
*
Suppress compiler warnings.
Tom Lane
2006-09-30
1
-2
/
+4
*
uninstall script for sslinfo
Tom Lane
2006-09-30
2
-0
/
+10
*
uninstall script for pg_freespacemap
Tom Lane
2006-09-30
2
-1
/
+9
*
uninstall script for pgrowlocks - Josh Drake
Tom Lane
2006-09-30
2
-1
/
+7
*
Add uninstall script for adminpack - Josh Drake
Tom Lane
2006-09-30
2
-0
/
+9
*
Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only
Tom Lane
2006-09-22
7
-33
/
+36
*
Fix free space map to correctly track the total amount of FSM space needed
Tom Lane
2006-09-21
3
-47
/
+47
*
Change patternsel (LIKE/regex selectivity estimation) so that if there
Tom Lane
2006-09-20
1
-4
/
+36
*
Rename xml_valid() to xml_is_well_formed(), but provide a temporary
Tom Lane
2006-09-16
4
-8
/
+22
*
Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp.
Tom Lane
2006-09-16
1
-6
/
+6
*
Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.
Tom Lane
2006-09-15
1
-1
/
+1
*
Remove sslinfo copyright with author permission, keep author attribution.
Bruce Momjian
2006-09-14
2
-4
/
+2
*
Change "tps" to "scale" to avoid confusion
Tatsuo Ishii
2006-09-13
3
-36
/
+56
*
Add uninstall script
Teodor Sigaev
2006-09-12
2
-0
/
+40
*
Spell readme file's name correctly, per buildfarm reports.
Tom Lane
2006-09-12
1
-1
/
+1
*
Small fix for the README install for contrib/sslinfo.
Peter Eisentraut
2006-09-12
1
-1
/
+1
*
Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.
Tom Lane
2006-09-11
2
-2
/
+3
*
Rename the uninstall scripts for contrib/lo and contrib/tsearch2 to
Tom Lane
2006-09-11
3
-5
/
+5
*
Fix omissions in contrib uninstall scripts. Michael Fuhr
Tom Lane
2006-09-11
2
-0
/
+16
*
Install a cleaner solution to the AIX libpq linking problem, as per
Tom Lane
2006-09-10
1
-4
/
+1
*
Fix dblink build for --enable-nls or --enable-openssl on AIX.
Tom Lane
2006-09-10
1
-1
/
+4
*
contrib/isn updates from Jeremy Kronuz.
Tom Lane
2006-09-10
4
-73
/
+224
*
Rename contrib contains/contained-by operators to @> and <@, per discussion.
Tom Lane
2006-09-10
35
-1108
/
+1287
*
Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, and
Tom Lane
2006-09-09
18
-752
/
+4582
*
Be more wary about which LIBS elements to pull into sslinfo link.
Tom Lane
2006-09-06
1
-1
/
+1
*
Fix compiler warnings on 64-bit boxes: difference between
Teodor Sigaev
2006-09-06
1
-4
/
+4
*
Fix sslinfo so it builds on Darwin.
Tom Lane
2006-09-05
1
-1
/
+4
*
Silence compiler warning about signed vs unsigned chars.
Tom Lane
2006-09-05
1
-2
/
+8
*
Silence compiler warnings about incompatible function pointer types.
Tom Lane
2006-09-05
1
-2
/
+4
*
Remove pgcrypto functions that were deprecated and slated for removal.
Tom Lane
2006-09-05
5
-106
/
+6
*
Fix markup and license.
Teodor Sigaev
2006-09-05
1
-9
/
+14
*
Add hstore contrib module.
Teodor Sigaev
2006-09-05
14
-1
/
+3701
*
Remove contrib modules that have been migrated to pgfoundry: adddepend,
Tom Lane
2006-09-05
44
-7063
/
+6
*
Bring sslinfo Makefile up to speed for VPATH and pgxs builds.
Tom Lane
2006-09-04
1
-5
/
+9
*
sslinfo contrib module - information about current SSL certificate
Peter Eisentraut
2006-09-04
5
-1
/
+503
*
Update Japanese readme for pgstattuple.
Bruce Momjian
2006-09-04
1
-27
/
+103
*
Clean up some leftover problems in pgstattuple: remove unwanted and
Tom Lane
2006-09-04
4
-93
/
+32
*
Use '' rather than \' for literal single quotes in strings in
Bruce Momjian
2006-09-02
3
-28
/
+43
*
Added async query capability. Original patch by
Joe Conway
2006-09-02
8
-166
/
+686
*
Add functions to /contrib/pgstattuple that show index statistics and
Bruce Momjian
2006-09-02
4
-45
/
+919
*
Add description of tsvector type layout
Teodor Sigaev
2006-08-29
1
-0
/
+14
*
Remove pos comparison in silly_cmp_tsvector(): it is not a semantically signi...
Teodor Sigaev
2006-08-29
1
-2
/
+0
*
Fix incorrect length of lexemes in silly_cmp_tsvector()
Teodor Sigaev
2006-08-29
1
-1
/
+1
*
Add blank line.
Bruce Momjian
2006-08-25
1
-0
/
+1
*
Add 'feedback' section heading to xml2.
Bruce Momjian
2006-08-25
1
-0
/
+3
*
Fix regression tests: after changing comparing function
Teodor Sigaev
2006-08-25
1
-1
/
+1
[next]