summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2006-07-31Change the relation_open protocol so that we obtain lock on a relationTom Lane
2006-07-31Fix memory allocation bug in pgbench.Tatsuo Ishii
2006-07-28Change the delta val from 0 and 10000 to -5000 and 5000 per recentTatsuo Ishii
2006-07-27Fix incorrect function return code in cube_cmp and cube_dim;Tom Lane
2006-07-27revert last change - broke non-AIX platforms.Andrew Dunstan
2006-07-27another try at keeping AIX/ppc happy on cube test.Andrew Dunstan
2006-07-27fix most regression tests for new cube code.Andrew Dunstan
2006-07-26New features contributed by Tomoaki Sato.Tatsuo Ishii
2006-07-25/contrib/cube improvements:Bruce Momjian
2006-07-23Split the buffer mapping table into multiple separately lockableTom Lane
2006-07-19pgcrypto merge cleanup:Neil Conway
2006-07-16Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane
2006-07-15Fix some pgcrypto portability issues, per Marko Kreen.Tom Lane
2006-07-15Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane
2006-07-14In PGP public key tests, encrypt the secret key with AES not CAST5,Tom Lane
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-07-14Add additional includes needed on some platforms.Bruce Momjian
2006-07-13Adjust /contrib for new include file contents.Bruce Momjian
2006-07-13Be consistent about not using ECHO_N/ECHO_C (seems unnecessary on Linux).Peter Eisentraut
2006-07-13Fix C++-style comment.Neil Conway
2006-07-13"Annual" pgcrypto update from Marko Kreen:Neil Conway
2006-07-11Alphabetically order reference to include files, "S"-"Z".Bruce Momjian
2006-07-11Alphabetically order reference to include files, "N" - "S".Bruce Momjian
2006-07-11Alphabetically order reference to include files, "G" - "M".Bruce Momjian
2006-07-11GIN improvementsTeodor Sigaev
2006-07-11Sort reference of include files, "A" - "F".Bruce Momjian
2006-07-11Fix bug corrupting query in gist consistent function.Teodor Sigaev
2006-07-10Allow /contrib include files to compile on their own.Bruce Momjian
2006-07-10Add #include code to prevent multiple inclusion.Bruce Momjian
2006-07-10Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.Bruce Momjian
2006-07-06Add index information to /contrib/pgstattuple:Bruce Momjian
2006-07-06Backpatch dbmirror fix for escape handling.Bruce Momjian
2006-06-28ChangesTeodor Sigaev
2006-06-27Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane
2006-06-21- During dblink_open, if transaction state was IDLE, force cursor count toJoe Conway
2006-06-09Now ispell dictionary can eat dictionaries in MySpell format,Teodor Sigaev
2006-06-08/contrib/adminpack: More clearly identify renaming of existing backendBruce Momjian
2006-06-08Add missing 3rd argument to open().Bruce Momjian
2006-06-08Add missing 3rd parameter to open().Bruce Momjian
2006-06-06Allow do not lexize words in substitution.Teodor Sigaev
2006-06-02Fix wrong NOTICE/ERROR levelsTeodor Sigaev
2006-06-02Distinguish between stop-word recognized in thesaurus_lexize()Teodor Sigaev
2006-06-02Add more strict check of stop and non-recognized words,Teodor Sigaev
2006-06-01Got tired of waiting for spoonbill's compiler to get fixed. Let'sTom Lane
2006-05-31fix comparison with SPI_processedTeodor Sigaev
2006-05-31Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes.Teodor Sigaev
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-05-30Un-DOS-ify newly added files.Tom Lane
2006-05-30Add /contrib/adminpack to contrib/Makefile, do case-folding change.Bruce Momjian
2006-05-30Re-defines SHA2 symbols so that they would not conflict with certainBruce Momjian