Commit Graph

1105 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)

Author SHA1 Message Date
Tom Lane e6a30121be int_array_enum function should be using fcinfo->flinfo->fn_extra for 21 years ago
Bruce Momjian f547909db7 Remove API file. 21 years ago
Bruce Momjian 87688ddf87 The large one adds support for RSA keys and reorganizes 21 years ago
Tom Lane 80f6c35833 Remove contrib version of pg_autovacuum --- superseded by integrated 21 years ago
Bruce Momjian 85e9a5a014 Move reindexdb from /contrib to /bin. 21 years ago
Bruce Momjian 46c5b4bf5d Remove dbsize mention. 21 years ago
Bruce Momjian 358a897fa1 Move dbsize functions into the backend. New functions: 21 years ago
Tom Lane ac652466ec Partial fixes for contrib build on AIX: include -lm where needed. 21 years ago
Tom Lane 3976899f29 Fix storage size for btree_gist interval indexes. Fix penalty 21 years ago
Bruce Momjian a45f4c2533 /contrib/btree_gist adjustments for new 'day' interval value. 21 years ago
Tom Lane 24ce1438c0 pgcrypto documentation update. Marko Kreen 21 years ago
Tom Lane 35c675a7fd Fortuna fixes. Marko Kreen 21 years ago
Tom Lane 2787db9b1d Small cleanups for pgcrypto. Marko Kreen 21 years ago
Tom Lane dd4a190d18 Fix C++-style comments, per Rocco Altier. 21 years ago
Neil Conway 75c76e93c7 Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntax 21 years ago
Tom Lane 807bbe6051 More pgcrypto fixes: handle long messages correctly, suppress 21 years ago
Tom Lane a1a64bb7c3 Further tweaking of Win32-specific random code. Marko Kreen 21 years ago
Tom Lane e82f7e9e7e I forgot to update win32 code when doing a renaming in random.c. 21 years ago
Tom Lane 067a5cdb35 Avoid bzero/bxopy in favor of more standard library routines. 21 years ago
Tom Lane e997758cb6 More pgcrypto fixes: avoid bogus alignment assumptions in sha2, 21 years ago
Tom Lane 3c52d17fa6 Add support for AES cipher with older OpenSSL libraries. 21 years ago
Bruce Momjian 2e330699fa > One more failure: 21 years ago
Bruce Momjian 21634e513f Add extra argument for new pg_regexec API. 21 years ago
Tom Lane aacfeba61b Suppress compile warning. 21 years ago
Bruce Momjian 6e1004f0fd Remove #include <openssl/bn.h> as compile fix. 21 years ago
Bruce Momjian d51df91897 As Kris Jurka found out, pgcrypto does not work with 21 years ago
Bruce Momjian e94dd6ab91 Add missing pgcrypto files from previous commit. 21 years ago
Bruce Momjian 73e2431817 Major pgcrypto changes: 21 years ago
Bruce Momjian 4fcf8b11ff - Add Fortuna PRNG to pgcrypto. 21 years ago
Bruce Momjian 248eeb82f0 This patch adds implementation of SHA2 to pgcrypto. 21 years ago
Tom Lane be3aa30da3 Fix inadequate error checking: you can't assume that fcinfo->resultinfo 21 years ago
Neil Conway 86897f54a8 This patch updates the DDL for contrib/pgcrypto to create all 21 years ago
Tom Lane 3d6b0d8631 Fix incorrect PG_CPPFLAGS initialization, per Marko. 21 years ago
Tom Lane 84d630eb24 Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependency 21 years ago
Tom Lane c19aa704c8 Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl 21 years ago
Tom Lane 576ac4b8c9 Fix initialization bug in pgcrypto openssl code. Marko Kreen 21 years ago
Tom Lane eb5949d190 Arrange for the postmaster (and standalone backends, initdb, etc) to 21 years ago
Bruce Momjian a3ff1aad5d Bruce, please apply this additional patch, that fixes the 21 years ago
Bruce Momjian 76eca0ec98 This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8 21 years ago
Tom Lane e6a8eba3f2 Remove contrib version of rtree_gist --- now in core system. 21 years ago
Teodor Sigaev ef770cbb69 Fixes from Janko Richter <jankorichter@yahoo.de> 21 years ago
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and 21 years ago
Tom Lane dcf2e1c8c7 Remove the << >> &< and &> operators for contrib/cube, which were 21 years ago
Tom Lane 54c80a3434 Adjust contrib/seg &< and &> operators so that r-tree indexing logic 21 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 21 years ago
Tom Lane b90f8f20f0 Extend r-tree operator classes to handle Y-direction tests equivalent 21 years ago
Tom Lane 9a09248edd Fix rtree and contrib/rtree_gist search behavior for the 1-D box and 21 years ago
Tom Lane 2f5c47e882 Move findoidjoins out of contrib and into src/tools, which is a more 21 years ago
Tom Lane 5b0c9d3603 Cleanup the contrib/lo module: there is no need anymore to implement 21 years ago
Tom Lane d20763dbee Remove contrib modules that have been agreed to be obsolete. 21 years ago