summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2005-07-11Further tweaking of Win32-specific random code. Marko KreenTom Lane
2005-07-11I forgot to update win32 code when doing a renaming in random.c.Tom Lane
2005-07-11Avoid bzero/bxopy in favor of more standard library routines.Tom Lane
2005-07-11More pgcrypto fixes: avoid bogus alignment assumptions in sha2,Tom Lane
2005-07-11Add support for AES cipher with older OpenSSL libraries.Tom Lane
2005-07-10> One more failure:Bruce Momjian
2005-07-10Add extra argument for new pg_regexec API.Bruce Momjian
2005-07-10Suppress compile warning.Tom Lane
2005-07-10Remove #include <openssl/bn.h> as compile fix.Bruce Momjian
2005-07-10As Kris Jurka found out, pgcrypto does not work withBruce Momjian
2005-07-10Add missing pgcrypto files from previous commit.Bruce Momjian
2005-07-10Major pgcrypto changes:Bruce Momjian
2005-07-10- Add Fortuna PRNG to pgcrypto.Bruce Momjian
2005-07-10This patch adds implementation of SHA2 to pgcrypto.Bruce Momjian
2005-07-09Fix inadequate error checking: you can't assume that fcinfo->resultinfoTom Lane
2005-07-08This patch updates the DDL for contrib/pgcrypto to create allNeil Conway
2005-07-06Fix incorrect PG_CPPFLAGS initialization, per Marko.Tom Lane
2005-07-05Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependencyTom Lane
2005-07-05Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-opensslTom Lane
2005-07-05Fix initialization bug in pgcrypto openssl code. Marko KreenTom Lane
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-07-04Bruce, please apply this additional patch, that fixes theBruce Momjian
2005-07-03This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8Bruce Momjian
2005-07-01Remove contrib version of rtree_gist --- now in core system.Tom Lane
2005-07-01Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev
2005-06-29Clean up the rather historically encumbered interface to now() andTom Lane
2005-06-27Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane
2005-06-27Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2005-06-24Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane
2005-06-24Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane
2005-06-23Move findoidjoins out of contrib and into src/tools, which is a moreTom Lane
2005-06-23Cleanup the contrib/lo module: there is no need anymore to implementTom Lane
2005-06-22Remove contrib modules that have been agreed to be obsolete.Tom Lane
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-06-20Fix bogus assumption that sizeof() produces an int-sized result.Tom Lane
2005-06-19Simplify uses of readdir() by creating a function ReadDir() thatTom Lane
2005-06-15Fix display of database name during autovacuum.Bruce Momjian
2005-06-14Simplify shared-memory lock data structures as per recent discussion:Tom Lane
2005-06-01Prevent to divide by zero and range out of 0..1Teodor Sigaev
2005-05-31Change relblocknumber field of pg_buffercache view from numeric to int8Tom Lane
2005-05-30Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane
2005-05-29Improve LockAcquire API per my recent proposal. All error conditionsTom Lane
2005-05-29Modify hash_search() API to prevent future occurrences of the errorTom Lane
2005-05-27Clean up bogus checking of date and numeric fields in DBF files,Tom Lane
2005-05-27Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-05-24Correct a thinko in pgbench that might result in incorrectly ignoring anNeil Conway
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2005-05-19Factor out lock cleanup code that is needed in several places in lock.c.Tom Lane