summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2004-03-05Add xml2 as skipped /contrib Makefile entry.Bruce Momjian
2004-03-05Add mention xml2 is a newer version.Bruce Momjian
2004-03-05Add missing xml files.Bruce Momjian
2004-03-05Move new version of contrib/ xml into xml2, keep old version in /xml.Bruce Momjian
2004-03-05Thanks to the generous support of Torchbox (http://www.torchbox.com), IBruce Momjian
2004-03-03Seems the usage message for oid2name calls it pg_oid2name. Fixed.Bruce Momjian
2004-02-24Add %option nodefault to all our flex lexers. Fix a couple of rule gapsTom Lane
2004-02-24When returning type "record", replace use of pgresultGetTupleDescJoe Conway
2004-02-24Apply quote_literal to the start_with argument of connectby. Fixes problemJoe Conway
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2004-02-20The following bug has been logged online:Bruce Momjian
2004-02-17Please apply this patch to contrib/dbmirrorBruce Momjian
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-01-26Docs fix from Kris Jurka <books@ejurka.com>Teodor Sigaev
2004-01-19Correct type for isalnumTeodor Sigaev
2004-01-08Remove broken (and unnecessary) definition of operator <> for _int4Tom Lane
2003-12-27Remove incorrect remark about having to restart backend to load a newTom Lane
2003-12-18Fix signed char in comparison and check memory allocationTeodor Sigaev
2003-12-17Repair badly broken estimation of output buffer size in lquery_out().Tom Lane
2003-12-10Fix integer types to use definition from c.h. Per bug report by Patrick Boula...Teodor Sigaev
2003-12-08Minor autovacuum fixes from Matthew O'Connor.Tom Lane
2003-12-08Add fflush() before sleeping, per Matthew O'Connor.Tom Lane
2003-12-07Replace unportable and overflow-prone use of 'long long' with saferTom Lane
2003-12-05One more fix confusionTeodor Sigaev
2003-12-05Avoid confusion start_parse_str function with tsearch V1Teodor Sigaev
2003-12-04Avoid conflict strndup with glibcTeodor Sigaev
2003-12-03Fix for word with several infinitivesTeodor Sigaev
2003-12-01I've run across a pretty serious problem with pg_autovacuum.Bruce Momjian
2003-12-01I noticed in the 7.4 release that in contrib/pg_autovacuum, args->logfile isBruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-28Fix free instead of pfreeTeodor Sigaev
2003-11-28Fix regression in dblink_disconnect() reported by Eduardo Stern:Joe Conway
2003-11-27Fixes about word with several infiniteveTeodor Sigaev
2003-11-26Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bugJoe Conway
2003-11-26Utility for convert myspell dictionaries to ispell, full README will be laterTeodor Sigaev
2003-11-26Patches from Yutaka Tanida. Create primary key indexes after dataTatsuo Ishii
2003-11-25Ignore too long lexemeTeodor Sigaev
2003-11-17Optimize. Improve ispell support for compound words. This work was sponsored ...Teodor Sigaev
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-12Typo fix in comment from David WheelerBruce Momjian
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-11-09Fix typo on autovacuum readme.Bruce Momjian
2003-10-27Here is an update to the dbmirror README file.Bruce Momjian
2003-10-19Update README file to show 7.4 oidjoins relationships. The regressionTom Lane
2003-10-16I have run pg_autovacuum on AIX, so that can, at least loosely, beBruce Momjian
2003-10-10Fix core dump on root starting pg_autovacuum.Bruce Momjian
2003-10-09Someone report me small bug in contrib/pg_dumplo today. It's problemBruce Momjian
2003-10-08Change some awkward wording in the pg_autovacuum README file. I reallyBruce Momjian
2003-10-02Attached is a patch for contrib/tablefunc. It fixes two issues raised byTom Lane