summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-071-13/+3
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-0632-1061/+394
* This makes encrypt() parser more strict.Bruce Momjian2001-09-061-10/+12
* unixdate subdirectory is gone.Tom Lane2001-09-042-6/+1
* This is obsolete and doesn't work anymore.Peter Eisentraut2001-09-042-52/+0
* Makefile forgot to install README.btree_gist.Tom Lane2001-08-231-1/+1
* Add chkpass.Tom Lane2001-08-231-1/+2
* Bring chkpass build process into sync with other contrib modules;Tom Lane2001-08-232-28/+31
* Remove test of 'inf' since it introduces a platform dependency (someTom Lane2001-08-232-14/+0
* tskey_cmp() should use timestamp_cmp() instead of doing its ownTom Lane2001-08-231-15/+7
* New contrib module for BTREE emulation in GiST.Tom Lane2001-08-2210-3/+3003
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-225-465/+238
* Persuade new pgcrypto stuff to compile.Tom Lane2001-08-223-18/+18
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-2112-383/+564
* Add 0.2 version XML files.Bruce Momjian2001-08-212-0/+245
* Remove krb.c.Bruce Momjian2001-08-211-119/+0
* Remove encode.*. Not needed anymore.Bruce Momjian2001-08-212-441/+0
* Remove object file.Bruce Momjian2001-08-211-0/+0
* Add missing pgcrypto file.Bruce Momjian2001-08-2115-0/+5187
* /contrib/pgcrypto:Bruce Momjian2001-08-2112-257/+1791
* 1. I've now produced an updated version (and called it 0.2) of my XMLBruce Momjian2001-08-214-77/+114
* Update XML author's email address.Bruce Momjian2001-08-211-1/+1
* geo_distance function needs to be marked strict.Tom Lane2001-08-161-1/+2
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-161-0/+5
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-105-40/+23
* 1. null-safe interface to GiSTBruce Momjian2001-08-104-44/+44
* Update README for fuzzystrmatch description.Bruce Momjian2001-08-071-4/+1
* Sorry - I should have gotten to this sooner. Here's a patch which you shouldBruce Momjian2001-08-0714-688/+166
* Per this discussion, here's a patch to implement both levenshtein() andBruce Momjian2001-08-076-0/+963
* This patch adds the following to the FTI module:Bruce Momjian2001-08-043-142/+190
* Looks okay in a quick glance, except error message spelling is poor:Bruce Momjian2001-08-041-1/+1
* 1. Fixed error with empty array ( '{}' ),Bruce Momjian2001-08-042-21/+36
* The fti.pl supplied with the fulltextindex module generate ALL possibleBruce Momjian2001-08-011-12/+13
* When invoked with -i (initialize mode), split the copy command everyTatsuo Ishii2001-08-011-22/+45
* XML conversion utility, requires expat library.Bruce Momjian2001-07-308-1/+764
* Patch to add comments to Linux startup script.Bruce Momjian2001-07-301-2/+6
* Arrange to recycle old XLOG log segment files as new segment files,Tom Lane2001-07-191-1/+5
* Resolve a number of oddities in the Java build. First, remove the weirdPeter Eisentraut2001-07-063-28/+86
* Here the latest version and first working release of Ora2Pg a tool to exportBruce Momjian2001-06-236-494/+1293
* Add support to lock manager for conditionally locking a lock (ie,Tom Lane2001-06-222-17/+13
* Attached is a patch to deal with the ones that I missed the first timeBruce Momjian2001-06-203-6/+8
* The attached patch enables the contrib subtree to build cleanly underBruce Momjian2001-06-1818-14/+35
* Here's a small patch for dblink:Bruce Momjian2001-06-182-19/+33
* Add new dblink to /contrib Makefile.'Bruce Momjian2001-06-181-1/+2
* Allow remote query execution (dblink)Bruce Momjian2001-06-146-0/+560
* contrib/intarray updates from Oleg Bartunov:Tom Lane2001-06-111-138/+263
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-062-11/+17
* Ooops, forgot to commit Makefile along with other changes.Tom Lane2001-05-311-2/+2
* Support for emulating RTREE indexing in GiST. Contributed byTom Lane2001-05-3111-1/+4731
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-313-144/+110