| Commit message (Expand) | Author | Age | Files | Lines |
| * | More pgcrypto fixes: avoid bogus alignment assumptions in sha2, | Tom Lane | 2005-07-11 | 29 | -90/+99 |
| * | Add support for AES cipher with older OpenSSL libraries. | Tom Lane | 2005-07-11 | 1 | -14/+41 |
| * | > One more failure: | Bruce Momjian | 2005-07-10 | 1 | -3/+3 |
| * | Add extra argument for new pg_regexec API. | Bruce Momjian | 2005-07-10 | 1 | -1/+1 |
| * | Suppress compile warning. | Tom Lane | 2005-07-10 | 1 | -2/+3 |
| * | Remove #include <openssl/bn.h> as compile fix. | Bruce Momjian | 2005-07-10 | 1 | -3/+1 |
| * | As Kris Jurka found out, pgcrypto does not work with | Bruce Momjian | 2005-07-10 | 1 | -18/+38 |
| * | Add missing pgcrypto files from previous commit. | Bruce Momjian | 2005-07-10 | 44 | -0/+10539 |
| * | Major pgcrypto changes: | Bruce Momjian | 2005-07-10 | 5 | -17/+408 |
| * | - Add Fortuna PRNG to pgcrypto. | Bruce Momjian | 2005-07-10 | 5 | -77/+284 |
| * | This patch adds implementation of SHA2 to pgcrypto. | Bruce Momjian | 2005-07-10 | 2 | -4/+209 |
| * | Fix inadequate error checking: you can't assume that fcinfo->resultinfo | Tom Lane | 2005-07-09 | 2 | -41/+45 |
| * | This patch updates the DDL for contrib/pgcrypto to create all | Neil Conway | 2005-07-08 | 1 | -14/+14 |
| * | Fix incorrect PG_CPPFLAGS initialization, per Marko. | Tom Lane | 2005-07-06 | 1 | -2/+2 |
| * | Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependency | Tom Lane | 2005-07-05 | 1 | -2/+2 |
| * | Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl | Tom Lane | 2005-07-05 | 1 | -54/+26 |
| * | Fix initialization bug in pgcrypto openssl code. Marko Kreen | Tom Lane | 2005-07-05 | 3 | -7/+7 |
| * | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 1 | -15/+12 |
| * | Bruce, please apply this additional patch, that fixes the | Bruce Momjian | 2005-07-04 | 1 | -3/+4 |
| * | This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8 | Bruce Momjian | 2005-07-03 | 1 | -1/+4 |
| * | Remove contrib version of rtree_gist --- now in core system. | Tom Lane | 2005-07-01 | 11 | -4436/+1 |
| * | Fixes from Janko Richter <jankorichter@yahoo.de> | Teodor Sigaev | 2005-07-01 | 27 | -304/+730 |
| * | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 2 | -0/+5 |
| * | Remove the << >> &< and &> operators for contrib/cube, which were | Tom Lane | 2005-06-27 | 7 | -978/+13 |
| * | Adjust contrib/seg &< and &> operators so that r-tree indexing logic | Tom Lane | 2005-06-27 | 5 | -54/+60 |
| * | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 | 2 | -30/+30 |
| * | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane | 2005-06-24 | 2 | -9/+41 |
| * | Fix rtree and contrib/rtree_gist search behavior for the 1-D box and | Tom Lane | 2005-06-24 | 1 | -7/+12 |
| * | Move findoidjoins out of contrib and into src/tools, which is a more | Tom Lane | 2005-06-23 | 6 | -361/+1 |
| * | Cleanup the contrib/lo module: there is no need anymore to implement | Tom Lane | 2005-06-23 | 6 | -203/+91 |
| * | Remove contrib modules that have been agreed to be obsolete. | Tom Lane | 2005-06-22 | 71 | -30667/+1 |
| * | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 | 7 | -14/+14 |
| * | Fix bogus assumption that sizeof() produces an int-sized result. | Tom Lane | 2005-06-20 | 1 | -2/+2 |
| * | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 | 1 | -15/+4 |
| * | Fix display of database name during autovacuum. | Bruce Momjian | 2005-06-15 | 1 | -3/+3 |
| * | Simplify shared-memory lock data structures as per recent discussion: | Tom Lane | 2005-06-14 | 1 | -3/+3 |
| * | Prevent to divide by zero and range out of 0..1 | Teodor Sigaev | 2005-06-01 | 1 | -4/+7 |
| * | Change relblocknumber field of pg_buffercache view from numeric to int8 | Tom Lane | 2005-05-31 | 3 | -7/+7 |
| * | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane | 2005-05-30 | 9 | -205/+277 |
| * | Improve LockAcquire API per my recent proposal. All error conditions | Tom Lane | 2005-05-29 | 1 | -2/+2 |
| * | Modify hash_search() API to prevent future occurrences of the error | Tom Lane | 2005-05-29 | 2 | -9/+0 |
| * | Clean up bogus checking of date and numeric fields in DBF files, | Tom Lane | 2005-05-27 | 1 | -38/+15 |
| * | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway | 2005-05-27 | 3 | -7/+5 |
| * | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 | 18 | -124/+124 |
| * | Correct a thinko in pgbench that might result in incorrectly ignoring an | Neil Conway | 2005-05-24 | 1 | -2/+2 |
| * | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway | 2005-05-21 | 16 | -174/+18 |
| * | Factor out lock cleanup code that is needed in several places in lock.c. | Tom Lane | 2005-05-19 | 1 | -1/+3 |
| * | Extend the pg_locks system view so that it can fully display all lock | Tom Lane | 2005-05-17 | 1 | -3/+3 |
| * | Add a --dbname option to the pg_regress script, and use pl_regression | Tom Lane | 2005-05-17 | 3 | -17/+18 |
| * | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway | 2005-05-17 | 1 | -0/+1 |