summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2005-05-06For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane
2005-05-03Change tsearch2 to not use the unsafe practice of creating functionsTom Lane
2005-05-03Fix typos in documentation.Neil Conway
2005-04-29Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane
2005-04-25Fix btree_gist to handle timetz zone correctly per recent changes.Tom Lane
2005-04-23Treat a zero-D array as empty in int_enum(), per Andrew@supernews.Tom Lane
2005-04-23int_aggregate's int_enum() doesn't work correctly with arrays thatTom Lane
2005-04-19Add comment about permissions on pg_ts* tablesTeodor Sigaev
2005-04-19The following patch should allow UPDATE_INTERVAL to be specified on theBruce Momjian
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-03Put back code mistakenly removed from copy of postmaster'sTom Lane
2005-04-01Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.Neil Conway
2005-03-311 fix various comparing functionsTeodor Sigaev
2005-03-31Fix build error in pg_buffercache on Win32 (native and cygwin). FromNeil Conway
2005-03-30Document that the "-P" option to pg_autovacuum is insecure on manyNeil Conway
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2005-03-21pgcrypto update:Neil Conway
2005-03-21pgcrypto update:Neil Conway
2005-03-21pgcrypto update:Neil Conway
2005-03-21pgcrypto update:Neil Conway
2005-03-21* construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway
2005-03-21Remove support for libmhash/libmcrypt.Neil Conway
2005-03-12Adjust the API for aggregate function calls so that a C-coded functionTom Lane
2005-03-12Add pg_buffercache contrib module, from Mark Kirkwood.Neil Conway
2005-03-12Some builds (depends on crypto engine support?) of OpenSSLNeil Conway
2005-03-05Prevent rank change in case of duplicate search termsTeodor Sigaev
2005-03-01Simplify/clean up code for varlena typesTeodor Sigaev
2005-02-26Add routines to dbsize to return the index size and total relation size.Bruce Momjian
2005-02-25Fix float8->int64 transformationTeodor Sigaev
2005-02-21Simplify definesTeodor Sigaev
2005-02-21Fix memory leak for timestamp(with and w/o tz) and indexesTeodor Sigaev
2005-01-29Make sure contrib C functions are marked strict where needed.Tom Lane
2005-01-27Now that I look at it, int_array_enum() didn't work either.Tom Lane
2005-01-27Fix security and 64-bit issues in contrib/intagg. This code couldTom Lane
2005-01-27Add intset() to READMETeodor Sigaev
2005-01-26Adjust Windows autovacuum service to retry for up to 5 minutes waitingTom Lane
2005-01-26Avoid unnecessary dependence on u_int16_t, per buildfarm failure.Tom Lane
2005-01-26The attached patch implements the soundex difference function whichNeil Conway
2005-01-25improve support of agglutinative languages (query with compound words).Teodor Sigaev
2005-01-25ChangeTeodor Sigaev
2005-01-24Fix typo.Neil Conway
2005-01-24pg_autovacuum fixes from Dave Page:Neil Conway
2005-01-22Update version restriction on xml2.Bruce Momjian
2005-01-22Fix README /contrib/xml2 reference in 8.0 and HEAD.Bruce Momjian
2005-01-11Fixes:Teodor Sigaev
2005-01-09Fix segfault when xpath_list function is applied to an invalid document.Tom Lane
2005-01-08Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane
2005-01-01Some more missed copyright notices. Many of these look like theyTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian