summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect remark about having to restart backend to load a newTom Lane2003-12-271-6/+0
* Fix signed char in comparison and check memory allocationTeodor Sigaev2003-12-181-4/+5
* Repair badly broken estimation of output buffer size in lquery_out().Tom Lane2003-12-171-5/+4
* Fix integer types to use definition from c.h. Per bug report by Patrick Boula...Teodor Sigaev2003-12-102-15/+15
* Minor autovacuum fixes from Matthew O'Connor.Tom Lane2003-12-081-2/+2
* Add fflush() before sleeping, per Matthew O'Connor.Tom Lane2003-12-081-0/+1
* Replace unportable and overflow-prone use of 'long long' with saferTom Lane2003-12-072-9/+9
* One more fix confusionTeodor Sigaev2003-12-051-1/+1
* Avoid confusion start_parse_str function with tsearch V1Teodor Sigaev2003-12-053-8/+9
* Avoid conflict strndup with glibcTeodor Sigaev2003-12-041-4/+4
* Fix for word with several infinitivesTeodor Sigaev2003-12-031-1/+1
* I've run across a pretty serious problem with pg_autovacuum.Bruce Momjian2003-12-012-9/+9
* I noticed in the 7.4 release that in contrib/pg_autovacuum, args->logfile isBruce Momjian2003-12-011-0/+5
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-2929-30/+34
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-2954-54/+54
* Fix free instead of pfreeTeodor Sigaev2003-11-281-8/+8
* Fix regression in dblink_disconnect() reported by Eduardo Stern:Joe Conway2003-11-283-5/+5
* Fixes about word with several infiniteveTeodor Sigaev2003-11-272-3/+5
* Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bugJoe Conway2003-11-261-0/+3
* Utility for convert myspell dictionaries to ispell, full README will be laterTeodor Sigaev2003-11-262-0/+59
* Patches from Yutaka Tanida. Create primary key indexes after dataTatsuo Ishii2003-11-263-7/+33
* Ignore too long lexemeTeodor Sigaev2003-11-251-2/+20
* Optimize. Improve ispell support for compound words. This work was sponsored ...Teodor Sigaev2003-11-173-294/+706
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-122-9/+8
* Typo fix in comment from David WheelerBruce Momjian2003-11-121-2/+2
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-092-4/+7
* Fix typo on autovacuum readme.Bruce Momjian2003-11-091-2/+2
* Here is an update to the dbmirror README file.Bruce Momjian2003-10-271-53/+12
* Update README file to show 7.4 oidjoins relationships. The regressionTom Lane2003-10-191-5/+13
* I have run pg_autovacuum on AIX, so that can, at least loosely, beBruce Momjian2003-10-161-7/+14
* Fix core dump on root starting pg_autovacuum.Bruce Momjian2003-10-101-58/+60
* Someone report me small bug in contrib/pg_dumplo today. It's problemBruce Momjian2003-10-091-4/+6
* Change some awkward wording in the pg_autovacuum README file. I reallyBruce Momjian2003-10-081-1/+1
* Attached is a patch for contrib/tablefunc. It fixes two issues raised byTom Lane2003-10-022-67/+71
* I've not changed any malloc/calloc to palloc. It looks to me that these memoryBruce Momjian2003-09-293-9/+38
* A) Fixes a bug that prevented mirroring of data on a table that has hadBruce Momjian2003-09-292-3/+14
* Make dbf2pg safe for non-ASCII character sets.Bruce Momjian2003-09-271-0/+2
* Fixed calculation of bid when generating accounts. Used to createJan Wieck2003-09-271-2/+2
* Add positive defense against dropped columns, per suggestion fromTom Lane2003-09-241-18/+22
* fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@software...Teodor Sigaev2003-09-222-6/+7
* Persuade tsearch/tsearch2 to work (or at least pass their regressionTom Lane2003-09-142-23/+0
* expected results for dblink test seem to be out of date ...Tom Lane2003-09-141-2/+6
* Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-149-190/+115
* Make contrib/cube work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-149-424/+221
* With Joe Conway's concurrence, remove srandom() call from normal_rand().Tom Lane2003-09-135-18/+9
* Minor wording improvements.Tom Lane2003-09-132-4/+3
* pgindent C file, per patch request.Bruce Momjian2003-09-131-15/+20
* > OK, well as we wait on the fix for the stats system, let me submit myBruce Momjian2003-09-133-84/+120
* Fix incorrect pfree in to_tsquery_name(), per Nigel Andrews.Tom Lane2003-09-121-9/+5
* > It quotes table names for vacuum and analyze, and uppercases theBruce Momjian2003-09-111-3/+8