summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* sslinfo contrib module - information about current SSL certificatePeter Eisentraut2006-09-045-1/+503
* Update Japanese readme for pgstattuple.Bruce Momjian2006-09-041-27/+103
* Clean up some leftover problems in pgstattuple: remove unwanted andTom Lane2006-09-044-93/+32
* Use '' rather than \' for literal single quotes in strings inBruce Momjian2006-09-023-28/+43
* Added async query capability. Original patch byJoe Conway2006-09-028-166/+686
* Add functions to /contrib/pgstattuple that show index statistics andBruce Momjian2006-09-024-45/+919
* Add description of tsvector type layoutTeodor Sigaev2006-08-291-0/+14
* Remove pos comparison in silly_cmp_tsvector(): it is not a semantically signi...Teodor Sigaev2006-08-291-2/+0
* Fix incorrect length of lexemes in silly_cmp_tsvector()Teodor Sigaev2006-08-291-1/+1
* Add blank line.Bruce Momjian2006-08-251-0/+1
* Add 'feedback' section heading to xml2.Bruce Momjian2006-08-251-0/+3
* Fix regression tests: after changing comparing functionTeodor Sigaev2006-08-251-1/+1
* Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunn...Teodor Sigaev2006-08-241-8/+34
* Update XML2 documentation for xpath_table().Bruce Momjian2006-08-241-1/+75
* Fix pgbench to handle empty lines in script files as documented.Tatsuo Ishii2006-08-151-3/+3
* Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s...Teodor Sigaev2006-08-081-6/+26
* fix bug about modifying value in shared buffer,Teodor Sigaev2006-08-071-41/+13
* Fix references to the Options section in the pgcrypto documentation.Neil Conway2006-08-051-5/+5
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-2/+1
* Fix memory allocation bug in pgbench.Tatsuo Ishii2006-07-311-2/+2
* Change the delta val from 0 and 10000 to -5000 and 5000 per recentTatsuo Ishii2006-07-281-30/+25
* Fix incorrect function return code in cube_cmp and cube_dim;Tom Lane2006-07-274-27/+55
* revert last change - broke non-AIX platforms.Andrew Dunstan2006-07-271-4/+4
* another try at keeping AIX/ppc happy on cube test.Andrew Dunstan2006-07-271-4/+4
* fix most regression tests for new cube code.Andrew Dunstan2006-07-275-19/+49
* New features contributed by Tomoaki Sato.Tatsuo Ishii2006-07-263-61/+333
* /contrib/cube improvements:Bruce Momjian2006-07-257-196/+662
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-231-10/+13
* pgcrypto merge cleanup:Neil Conway2006-07-193-10/+13
* Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane2006-07-163-9/+3
* Fix some pgcrypto portability issues, per Marko Kreen.Tom Lane2006-07-152-22/+11
* Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane2006-07-152-17/+6
* In PGP public key tests, encrypt the secret key with AES not CAST5,Tom Lane2006-07-142-32/+32
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-1413-35/+20
* Add additional includes needed on some platforms.Bruce Momjian2006-07-143-0/+4
* Adjust /contrib for new include file contents.Bruce Momjian2006-07-137-1/+11
* Be consistent about not using ECHO_N/ECHO_C (seems unnecessary on Linux).Peter Eisentraut2006-07-131-11/+2
* Fix C++-style comment.Neil Conway2006-07-131-2/+2
* "Annual" pgcrypto update from Marko Kreen:Neil Conway2006-07-1322-374/+4397
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-113-11/+11
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-114-6/+8
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-112-9/+9
* GIN improvementsTeodor Sigaev2006-07-111-4/+4
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-115-12/+12
* Fix bug corrupting query in gist consistent function.Teodor Sigaev2006-07-113-3/+19
* Allow /contrib include files to compile on their own.Bruce Momjian2006-07-1010-11/+24
* Add #include code to prevent multiple inclusion.Bruce Momjian2006-07-103-0/+15
* Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.Bruce Momjian2006-07-105-9/+11
* Add index information to /contrib/pgstattuple:Bruce Momjian2006-07-063-105/+430
* Backpatch dbmirror fix for escape handling.Bruce Momjian2006-07-061-2/+2