summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-2732-59/+59
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-243-8/+10
* Suppress signed-vs-unsigned-char warnings in contrib.Tom Lane2005-09-2415-105/+124
* Document that chkpass ignores password characters after the eighth.Tom Lane2005-09-231-1/+5
* 1 Update Snowball sourcesTeodor Sigaev2005-09-1514-2337/+2269
* Correct comment about why contrib/xml2 isn't built automatically.Tom Lane2005-09-011-2/+2
* int_array_enum function should be using fcinfo->flinfo->fn_extra forTom Lane2005-08-151-7/+8
* Remove API file.Bruce Momjian2005-08-131-163/+0
* The large one adds support for RSA keys and reorganizesBruce Momjian2005-08-1323-278/+808
* Remove contrib version of pg_autovacuum --- superseded by integratedTom Lane2005-07-297-2303/+2
* Move reindexdb from /contrib to /bin.Bruce Momjian2005-07-294-267/+1
* Remove dbsize mention.Bruce Momjian2005-07-291-4/+0
* Move dbsize functions into the backend. New functions:Bruce Momjian2005-07-295-597/+1
* Partial fixes for contrib build on AIX: include -lm where needed.Tom Lane2005-07-244-4/+9
* Fix storage size for btree_gist interval indexes. Fix penaltyTom Lane2005-07-215-37/+42
* /contrib/btree_gist adjustments for new 'day' interval value.Bruce Momjian2005-07-202-4/+4
* pgcrypto documentation update. Marko KreenTom Lane2005-07-181-292/+605
* Fortuna fixes. Marko KreenTom Lane2005-07-185-88/+193
* Small cleanups for pgcrypto. Marko KreenTom Lane2005-07-186-14/+29
* Fix C++-style comments, per Rocco Altier.Tom Lane2005-07-182-4/+4
* Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntaxNeil Conway2005-07-141-13/+13
* More pgcrypto fixes: handle long messages correctly, suppressTom Lane2005-07-1212-11/+104
* Further tweaking of Win32-specific random code. Marko KreenTom Lane2005-07-111-3/+2
* I forgot to update win32 code when doing a renaming in random.c.Tom Lane2005-07-111-2/+2
* Avoid bzero/bxopy in favor of more standard library routines.Tom Lane2005-07-111-32/+27
* More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane2005-07-1129-90/+99
* Add support for AES cipher with older OpenSSL libraries.Tom Lane2005-07-111-14/+41
* > One more failure:Bruce Momjian2005-07-101-3/+3
* Add extra argument for new pg_regexec API.Bruce Momjian2005-07-101-1/+1
* Suppress compile warning.Tom Lane2005-07-101-2/+3
* Remove #include <openssl/bn.h> as compile fix.Bruce Momjian2005-07-101-3/+1
* As Kris Jurka found out, pgcrypto does not work withBruce Momjian2005-07-101-18/+38
* Add missing pgcrypto files from previous commit.Bruce Momjian2005-07-1044-0/+10539
* Major pgcrypto changes:Bruce Momjian2005-07-105-17/+408
* - Add Fortuna PRNG to pgcrypto.Bruce Momjian2005-07-105-77/+284
* This patch adds implementation of SHA2 to pgcrypto.Bruce Momjian2005-07-102-4/+209
* Fix inadequate error checking: you can't assume that fcinfo->resultinfoTom Lane2005-07-092-41/+45
* This patch updates the DDL for contrib/pgcrypto to create allNeil Conway2005-07-081-14/+14
* Fix incorrect PG_CPPFLAGS initialization, per Marko.Tom Lane2005-07-061-2/+2
* Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependencyTom Lane2005-07-051-2/+2
* Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-opensslTom Lane2005-07-051-54/+26
* Fix initialization bug in pgcrypto openssl code. Marko KreenTom Lane2005-07-053-7/+7
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-15/+12
* Bruce, please apply this additional patch, that fixes theBruce Momjian2005-07-041-3/+4
* This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8Bruce Momjian2005-07-031-1/+4
* Remove contrib version of rtree_gist --- now in core system.Tom Lane2005-07-0111-4436/+1
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-0127-304/+730
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-292-0/+5
* Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane2005-06-277-978/+13
* Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane2005-06-275-54/+60