summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Call srandom() instead of srand().Tatsuo Ishii2006-12-261-2/+2
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-232-7/+7
* Fix convertion for 'PFX flag N num'Teodor Sigaev2006-12-211-1/+1
* Fix typos in comments and error messages in HStore. Patch from FilipNeil Conway2006-12-052-8/+8
* Fix core dump of ispell for case of non-successfull initialization.Teodor Sigaev2006-12-042-4/+4
* Make contrib/isn pass the opr_sanity sanity checks: add missingTom Lane2006-11-241-73/+878
* Fix lowercasing while parse OO dictionaryTeodor Sigaev2006-11-231-3/+3
* Avoid infinity calculations in rank_cdTeodor Sigaev2006-11-221-1/+11
* Fix type in return valueTeodor Sigaev2006-11-211-1/+1
* Fix bug http://archives.postgresql.org/pgsql-bugs/2006-10/msg00258.php.Teodor Sigaev2006-11-206-62/+131
* Minor code cleanup for pgcrypto: for UDFs declared to be strict, checkingNeil Conway2006-11-102-65/+4
* Fix two typos.Neil Conway2006-11-081-2/+2
* New README, forgotten when docs was updatedTeodor Sigaev2006-11-081-166/+167
* Get rid of some unnecessary dependencies on DataDir: wherever possible,Tom Lane2006-11-061-58/+56
* Add description of new featuresTeodor Sigaev2006-10-313-90/+503
* Code cleanup for pg_buffercache, from Mark Kirkwood.Tom Lane2006-10-221-66/+34
* pgbench: More fix with handling default scaling factor in the defaultTatsuo Ishii2006-10-213-3/+31
* Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,Tom Lane2006-10-201-20/+18
* Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane2006-10-191-1/+3
* Handle missing M_PI the same way we've been doing in the core code,Tom Lane2006-10-191-4/+5
* Further MSVC portability fixes from Magnus.Tom Lane2006-10-191-1/+4
* Fix a couple of places that were assuming debug_query_string couldn'tTom Lane2006-10-191-2/+5
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-193-19/+4
* Fix typo.Neil Conway2006-10-191-2/+2
* Simplify contrib Makefiles by removing unnecessary SRCS macro,Tom Lane2006-10-193-11/+6
* Rename function 'isexists' and 'isdefined' toTeodor Sigaev2006-10-115-31/+43
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-071-9/+10
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-053-28/+25
* Improve error messages from to_tsquery per yesterday's discussion:Tom Lane2006-10-041-8/+18
* pgindent run for 8.2.Bruce Momjian2006-10-0473-5724/+7208
* Update tsearch2 README.Bruce Momjian2006-10-021-3/+2
* Remove accented characters in comments, to avoid failures when thisTom Lane2006-10-011-2/+2
* Suppress compiler warnings.Tom Lane2006-09-301-2/+4
* uninstall script for sslinfoTom Lane2006-09-302-0/+10
* uninstall script for pg_freespacemapTom Lane2006-09-302-1/+9
* uninstall script for pgrowlocks - Josh DrakeTom Lane2006-09-302-1/+7
* Add uninstall script for adminpack - Josh DrakeTom Lane2006-09-302-0/+9
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-227-33/+36
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-213-47/+47
* Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane2006-09-201-4/+36
* Rename xml_valid() to xml_is_well_formed(), but provide a temporaryTom Lane2006-09-164-8/+22
* Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane2006-09-161-6/+6
* Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.Tom Lane2006-09-151-1/+1
* Remove sslinfo copyright with author permission, keep author attribution.Bruce Momjian2006-09-142-4/+2
* Change "tps" to "scale" to avoid confusionTatsuo Ishii2006-09-133-36/+56
* Add uninstall scriptTeodor Sigaev2006-09-122-0/+40
* Spell readme file's name correctly, per buildfarm reports.Tom Lane2006-09-121-1/+1
* Small fix for the README install for contrib/sslinfo.Peter Eisentraut2006-09-121-1/+1
* Move xml2's PG_MODULE_MAGIC block to the right source file, per Michael Fuhr.Tom Lane2006-09-112-2/+3
* Rename the uninstall scripts for contrib/lo and contrib/tsearch2 toTom Lane2006-09-113-5/+5