summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-262-30/+30
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-242-9/+41
* Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane2005-06-241-7/+12
* Move findoidjoins out of contrib and into src/tools, which is a moreTom Lane2005-06-236-361/+1
* Cleanup the contrib/lo module: there is no need anymore to implementTom Lane2005-06-236-203/+91
* Remove contrib modules that have been agreed to be obsolete.Tom Lane2005-06-2271-30667/+1
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-217-14/+14
* Fix bogus assumption that sizeof() produces an int-sized result.Tom Lane2005-06-201-2/+2
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-191-15/+4
* Fix display of database name during autovacuum.Bruce Momjian2005-06-151-3/+3
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-141-3/+3
* Prevent to divide by zero and range out of 0..1Teodor Sigaev2005-06-011-4/+7
* Change relblocknumber field of pg_buffercache view from numeric to int8Tom Lane2005-05-313-7/+7
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-309-205/+277
* Improve LockAcquire API per my recent proposal. All error conditionsTom Lane2005-05-291-2/+2
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-292-9/+0
* Clean up bogus checking of date and numeric fields in DBF files,Tom Lane2005-05-271-38/+15
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-273-7/+5
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-2518-124/+124
* Correct a thinko in pgbench that might result in incorrectly ignoring anNeil Conway2005-05-241-2/+2
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-2116-174/+18
* Factor out lock cleanup code that is needed in several places in lock.c.Tom Lane2005-05-191-1/+3
* Extend the pg_locks system view so that it can fully display all lockTom Lane2005-05-171-3/+3
* Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane2005-05-173-17/+18
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-171-0/+1