summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove SEP_CHAR from /contrib.Bruce Momjian2001-05-301-8/+7
* Playing with the earthdistance stuff, and found I needed the followingBruce Momjian2001-05-301-2/+2
* Further conversions to Version 1 API. Also, fix boolean return to useD'Arcy J.M. Cain2001-05-301-7/+7
* Upgraded code to use the current version 1 calling conventions.D'Arcy J.M. Cain2001-05-281-32/+47
* Changed use of macros for extracting information. According to commentsD'Arcy J.M. Cain2001-05-271-3/+3
* Fix 'make clean' with jdbc and ant by using filesets.Bruce Momjian2001-05-171-3/+5
* Add NUMERIC tests to jdbc code.Bruce Momjian2001-05-161-1/+2
* Backpatch jdbc2 fixes to jdbc1, ANT fixes, from Peter EisentrautBruce Momjian2001-05-161-2/+7
* Well, the correct code - that corresponds to currentBruce Momjian2001-05-151-2/+3
* > I've been experimenting with pgcrypto 0.3 (distributed withBruce Momjian2001-05-131-2/+2
* Update to ora2pg 1.2.Bruce Momjian2001-05-136-554/+949
* Add mention in README of Oracle.Bruce Momjian2001-05-101-0/+4
* Add oracle conversion utility ora2pg in /contrib/oracle.Bruce Momjian2001-05-105-1/+1238
* Add dbase conversion utility to /contrib.Bruce Momjian2001-05-108-0/+1751
* This directory contains a module that implements the "Metaphone" code asBruce Momjian2001-05-096-1/+448
* Initial checkin of a contributed type that handles passwords efficiently.D'Arcy J.M. Cain2001-05-034-0/+326
* Pass -D option to pg_ctl because export PGDATA won't be preserved acrossPeter Eisentraut2001-04-192-14/+10
* Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane2001-04-041-1/+4
* Provide snprintf() if system hasn't got it.Tom Lane2001-04-032-8/+16
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-8/+18
* Run pgindent on _int.c, for Tom Lane. I had skipped this file becauseBruce Momjian2001-03-221-748/+939
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-223-21/+12
* pgindent run. Make it all clean.Bruce Momjian2001-03-2239-3202/+3759
* Repair intarray's problems with TOASTed input, avoid scribbling onTom Lane2001-03-204-186/+2210
* Restore include-file updates, and fix some of the more glaring macroTom Lane2001-03-181-16/+20
* Restore Peter's makefile fixes.Tom Lane2001-03-181-24/+11
* Update contrib intarray to Jan 25 version.Bruce Momjian2001-03-177-266/+816
* Documentation update from Marko Kreen.Tom Lane2001-03-161-0/+9
* Resetting the XLOG can't include rewinding it to logical position zero,Tom Lane2001-03-161-9/+25
* First cut at XLOG file reset utility.Tom Lane2001-03-145-2/+1079
* 'test -e' isn't portable. Use 'test -f'.Peter Eisentraut2001-03-131-2/+2
* Update for new pg_control format.Tom Lane2001-03-133-99/+124
* Add uninstall target to Java build.Peter Eisentraut2001-03-111-2/+9
* Update my2pg, new version.Bruce Momjian2001-03-061-17/+23
* Hmmm, a conflict with V1.104 of configure.in remained and broke configurePeter Mount2001-03-052-3/+8
* First batch of the tools merged in...Peter Mount2001-03-0531-9/+3526
* Update mysql converter, new version released.Bruce Momjian2001-03-041-22/+51