summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix omissions in contrib uninstall scripts. Michael FuhrTom Lane2006-09-112-0/+16
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-101-4/+1
* Fix dblink build for --enable-nls or --enable-openssl on AIX.Tom Lane2006-09-101-1/+4
* contrib/isn updates from Jeremy Kronuz.Tom Lane2006-09-104-73/+224
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-1035-1108/+1287
* Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, andTom Lane2006-09-0918-752/+4582
* Be more wary about which LIBS elements to pull into sslinfo link.Tom Lane2006-09-061-1/+1
* Fix compiler warnings on 64-bit boxes: difference betweenTeodor Sigaev2006-09-061-4/+4
* Fix sslinfo so it builds on Darwin.Tom Lane2006-09-051-1/+4