summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2006-10-19Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane
2006-10-19Fix typo.Neil Conway
2006-10-19Simplify contrib Makefiles by removing unnecessary SRCS macro,Tom Lane
2006-10-11Rename function 'isexists' and 'isdefined' toTeodor Sigaev
2006-10-07On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane
2006-10-05Make use of qsort_arg in several places that were formerly using klugyTom Lane
2006-10-04Improve error messages from to_tsquery per yesterday's discussion:Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-02Update tsearch2 README.Bruce Momjian
2006-10-01Remove accented characters in comments, to avoid failures when thisTom Lane
2006-09-30Suppress compiler warnings.Tom Lane
2006-09-30uninstall script for sslinfoTom Lane
2006-09-30uninstall script for pg_freespacemapTom Lane
2006-09-30uninstall script for pgrowlocks - Josh DrakeTom Lane
2006-09-30Add uninstall script for adminpack - Josh DrakeTom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-21Fix free space map to correctly track the total amount of FSM space neededTom Lane
2006-09-20Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane
2006-09-16Rename xml_valid() to xml_is_well_formed(), but provide a temporaryTom Lane
2006-09-16Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane
2006-09-15Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane
2006-09-14Remove sslinfo copyright with author permission, keep author attribution.Bruce Momjian
2006-09-13Change "tps" to "scale" to avoid confusionTatsuo Ishii
2006-09-12Add uninstall scriptTeodor Sigaev
2006-09-12Spell readme file's name correctly, per buildfarm reports.Tom Lane
2006-09-12Small fix for the README install for contrib/sslinfo.Peter Eisentraut
2006-09-11Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.Tom Lane
2006-09-11Rename the uninstall scripts for contrib/lo and contrib/tsearch2 toTom Lane
2006-09-11Fix omissions in contrib uninstall scripts. Michael FuhrTom Lane
2006-09-10Install a cleaner solution to the AIX libpq linking problem, as perTom Lane
2006-09-10Fix dblink build for --enable-nls or --enable-openssl on AIX.Tom Lane
2006-09-10contrib/isn updates from Jeremy Kronuz.Tom Lane
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-09-09Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, andTom Lane
2006-09-06Be more wary about which LIBS elements to pull into sslinfo link.Tom Lane
2006-09-06Fix compiler warnings on 64-bit boxes: difference betweenTeodor Sigaev
2006-09-05Fix sslinfo so it builds on Darwin.Tom Lane
2006-09-05Silence compiler warning about signed vs unsigned chars.Tom Lane
2006-09-05Silence compiler warnings about incompatible function pointer types.Tom Lane
2006-09-05Remove pgcrypto functions that were deprecated and slated for removal.Tom Lane
2006-09-05Fix markup and license.Teodor Sigaev
2006-09-05Add hstore contrib module.Teodor Sigaev
2006-09-05Remove contrib modules that have been migrated to pgfoundry: adddepend,Tom Lane
2006-09-04Bring sslinfo Makefile up to speed for VPATH and pgxs builds.Tom Lane
2006-09-04sslinfo contrib module - information about current SSL certificatePeter Eisentraut
2006-09-04Update Japanese readme for pgstattuple.Bruce Momjian
2006-09-04Clean up some leftover problems in pgstattuple: remove unwanted andTom Lane
2006-09-02Use '' rather than \' for literal single quotes in strings inBruce Momjian
2006-09-02Added async query capability. Original patch byJoe Conway
2006-09-02Add functions to /contrib/pgstattuple that show index statistics andBruce Momjian