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