| Commit message (Expand) | Author | Age | Files | Lines |
| * | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane | 2001-09-07 | 1 | -13/+3 |
| * | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut | 2001-09-06 | 32 | -1061/+394 |
| * | This makes encrypt() parser more strict. | Bruce Momjian | 2001-09-06 | 1 | -10/+12 |
| * | unixdate subdirectory is gone. | Tom Lane | 2001-09-04 | 2 | -6/+1 |
| * | This is obsolete and doesn't work anymore. | Peter Eisentraut | 2001-09-04 | 2 | -52/+0 |
| * | Makefile forgot to install README.btree_gist. | Tom Lane | 2001-08-23 | 1 | -1/+1 |
| * | Add chkpass. | Tom Lane | 2001-08-23 | 1 | -1/+2 |
| * | Bring chkpass build process into sync with other contrib modules; | Tom Lane | 2001-08-23 | 2 | -28/+31 |
| * | Remove test of 'inf' since it introduces a platform dependency (some | Tom Lane | 2001-08-23 | 2 | -14/+0 |
| * | tskey_cmp() should use timestamp_cmp() instead of doing its own | Tom Lane | 2001-08-23 | 1 | -15/+7 |
| * | New contrib module for BTREE emulation in GiST. | Tom Lane | 2001-08-22 | 10 | -3/+3003 |
| * | Update GiST for new pg_opclass arrangement (finally a clean solution | Tom Lane | 2001-08-22 | 5 | -465/+238 |
| * | Persuade new pgcrypto stuff to compile. | Tom Lane | 2001-08-22 | 3 | -18/+18 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 12 | -383/+564 |
| * | Add 0.2 version XML files. | Bruce Momjian | 2001-08-21 | 2 | -0/+245 |
| * | Remove krb.c. | Bruce Momjian | 2001-08-21 | 1 | -119/+0 |
| * | Remove encode.*. Not needed anymore. | Bruce Momjian | 2001-08-21 | 2 | -441/+0 |
| * | Remove object file. | Bruce Momjian | 2001-08-21 | 1 | -0/+0 |
| * | Add missing pgcrypto file. | Bruce Momjian | 2001-08-21 | 15 | -0/+5187 |
| * | /contrib/pgcrypto: | Bruce Momjian | 2001-08-21 | 12 | -257/+1791 |
| * | 1. I've now produced an updated version (and called it 0.2) of my XML | Bruce Momjian | 2001-08-21 | 4 | -77/+114 |
| * | Update XML author's email address. | Bruce Momjian | 2001-08-21 | 1 | -1/+1 |
| * | geo_distance function needs to be marked strict. | Tom Lane | 2001-08-16 | 1 | -1/+2 |
| * | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 1 | -0/+5 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 5 | -40/+23 |
| * | 1. null-safe interface to GiST | Bruce Momjian | 2001-08-10 | 4 | -44/+44 |
| * | Update README for fuzzystrmatch description. | Bruce Momjian | 2001-08-07 | 1 | -4/+1 |
| * | Sorry - I should have gotten to this sooner. Here's a patch which you should | Bruce Momjian | 2001-08-07 | 14 | -688/+166 |
| * | Per this discussion, here's a patch to implement both levenshtein() and | Bruce Momjian | 2001-08-07 | 6 | -0/+963 |
| * | This patch adds the following to the FTI module: | Bruce Momjian | 2001-08-04 | 3 | -142/+190 |
| * | Looks okay in a quick glance, except error message spelling is poor: | Bruce Momjian | 2001-08-04 | 1 | -1/+1 |
| * | 1. Fixed error with empty array ( '{}' ), | Bruce Momjian | 2001-08-04 | 2 | -21/+36 |
| * | The fti.pl supplied with the fulltextindex module generate ALL possible | Bruce Momjian | 2001-08-01 | 1 | -12/+13 |
| * | When invoked with -i (initialize mode), split the copy command every | Tatsuo Ishii | 2001-08-01 | 1 | -22/+45 |
| * | XML conversion utility, requires expat library. | Bruce Momjian | 2001-07-30 | 8 | -1/+764 |
| * | Patch to add comments to Linux startup script. | Bruce Momjian | 2001-07-30 | 1 | -2/+6 |
| * | Arrange to recycle old XLOG log segment files as new segment files, | Tom Lane | 2001-07-19 | 1 | -1/+5 |
| * | Resolve a number of oddities in the Java build. First, remove the weird | Peter Eisentraut | 2001-07-06 | 3 | -28/+86 |
| * | Here the latest version and first working release of Ora2Pg a tool to export | Bruce Momjian | 2001-06-23 | 6 | -494/+1293 |
| * | Add support to lock manager for conditionally locking a lock (ie, | Tom Lane | 2001-06-22 | 2 | -17/+13 |
| * | Attached is a patch to deal with the ones that I missed the first time | Bruce Momjian | 2001-06-20 | 3 | -6/+8 |
| * | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian | 2001-06-18 | 18 | -14/+35 |
| * | Here's a small patch for dblink: | Bruce Momjian | 2001-06-18 | 2 | -19/+33 |
| * | Add new dblink to /contrib Makefile.' | Bruce Momjian | 2001-06-18 | 1 | -1/+2 |
| * | Allow remote query execution (dblink) | Bruce Momjian | 2001-06-14 | 6 | -0/+560 |
| * | contrib/intarray updates from Oleg Bartunov: | Tom Lane | 2001-06-11 | 1 | -138/+263 |
| * | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane | 2001-06-06 | 2 | -11/+17 |
| * | Ooops, forgot to commit Makefile along with other changes. | Tom Lane | 2001-05-31 | 1 | -2/+2 |
| * | Support for emulating RTREE indexing in GiST. Contributed by | Tom Lane | 2001-05-31 | 11 | -1/+4731 |
| * | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane | 2001-05-31 | 3 | -144/+110 |