summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2007-01-15Fix localization support for multibyte encoding and C locale.Teodor Sigaev
2007-01-10Backport patch.Tatsuo Ishii
2006-12-28Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane
2006-12-26Fix memory reallocation conditionTeodor Sigaev
2006-12-21Fix convertion for 'PFX flag N num'Teodor Sigaev
2006-12-04Fix core dump of ispell for case of non-successfull initialization.Teodor Sigaev
2006-11-24Make contrib/isn pass the opr_sanity sanity checks: add missingTom Lane
2006-11-23Fix lowercasing while parse OO dictionaryTeodor Sigaev
2006-11-22Avoid infinity calculations in rank_cdTeodor Sigaev
2006-11-21Fix type in return valueTeodor Sigaev
2006-11-20Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php.Teodor Sigaev
2006-11-10Minor code cleanup for pgcrypto: for UDFs declared to be strict, checkingNeil Conway
2006-11-08Fix two typos.Neil Conway
2006-11-08New README, forgotten when docs was updatedTeodor Sigaev
2006-11-06Get rid of some unnecessary dependencies on DataDir: wherever possible,Tom Lane
2006-10-31Add description of new featuresTeodor Sigaev
2006-10-22Code cleanup for pg_buffercache, from Mark Kirkwood.Tom Lane
2006-10-21pgbench: More fix with handling default scaling factor in the defaultTatsuo Ishii
2006-10-20Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,Tom Lane
2006-10-19Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane
2006-10-19Handle missing M_PI the same way we've been doing in the core code,Tom Lane
2006-10-19Further MSVC portability fixes from Magnus.Tom Lane
2006-10-19Fix a couple of places that were assuming debug_query_string couldn'tTom Lane
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