summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Add newline/tab to middle of long failure message to pretty it up a bit.Thomas G. Lockhart1997-12-231-9/+6
* Fix tolower loops to go in proper direction for cache.Bruce Momjian1997-12-052-4/+4
* Run through toupper() conversion in the forward direction.Thomas G. Lockhart1997-12-041-2/+2
* Update description for PGHOST and unix domain sockets. Add warning for faile...Bruce Momjian1997-12-041-2/+2
* Update description for PGHOST and unix domain sockets. Add warning for faile...Bruce Momjian1997-12-041-2/+3
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-044-11/+139
* Fix pg_dump, and libpq changes.Bruce Momjian1997-12-012-4/+4
* Document pg_dump -z, clean up option list. Fix problem with libpq handling o...Bruce Momjian1997-12-012-4/+4
* More archive cleanup.Bruce Momjian1997-11-211-12/+4
* Unscramble port selection logic to avoid compiler complaints aboutThomas G. Lockhart1997-11-171-33/+31
* Add other initialization environment variables:Thomas G. Lockhart1997-11-141-4/+14
* Add PGTZ environment variable to initialization code.Thomas G. Lockhart1997-11-101-29/+41
* Fix case issues with quotes.Bruce Momjian1997-11-102-29/+60
* Update of Java driver from Peter Mount.Bruce Momjian1997-11-077-75/+162
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-071-30/+28
* Add paging for \d, and fix \i.Bruce Momjian1997-11-031-3/+1
* Fix for java to allow password, european dates,from Peter T MountBruce Momjian1997-10-304-76/+237
* Patch for tcl library crash, from Jan Wieck.Bruce Momjian1997-10-301-3/+3
* Fix for java timestamp type from teunis@sigil.computersupportcentre.comBruce Momjian1997-10-301-0/+2
* Fix for array handling, from Gerhard HintermayerBruce Momjian1997-10-301-2/+2
* Fix for perl from Brook MilliganBruce Momjian1997-10-301-2/+5
* Added support for shlib for BSD44_derived & i386_solaris.Vadim B. Mikheev1997-10-281-19/+27
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1997-09-293-24/+23
* From: CNT systemen BV <cntsys@cistron.nl>Marc G. Fournier1997-09-281-1/+1
* Changed location of libpgtcl stuff.Bruce Momjian1997-09-271-2/+2
* Get these two files finally committed for Peter...sorry for delay :(Marc G. Fournier1997-09-262-0/+241
* *** empty log message ***Edmund Mergl1997-09-2510-43/+67
* Fix for libpgtcl from Constantin Teodorescu.Bruce Momjian1997-09-251-4/+9
* Cleanup.Bruce Momjian1997-09-231-2/+2
* Bring in Peter's changes...finally :(Marc G. Fournier1997-09-2010-247/+1324
* Inline memset() as MemSet().Bruce Momjian1997-09-182-6/+6
* *** empty log message ***Edmund Mergl1997-09-171-0/+265
* *** empty log message ***Edmund Mergl1997-09-171-261/+0
* adapted to pgsql-v6.2Edmund Mergl1997-09-173-0/+709
* *** empty log message ***Edmund Mergl1997-09-1710-817/+131
* Makefile cleanup.Bruce Momjian1997-09-165-20/+21
* -Linux configure additoin, libtcl Makefile patch.Bruce Momjian1997-09-141-6/+6
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-0810-177/+177
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-0816-980/+974
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-0716-4636/+5353
* Add // comments.Bruce Momjian1997-09-052-19/+19
* Update patch from Peter <patches@maidast.demon.co.uk>Marc G. Fournier1997-08-318-3969/+4657
* Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev1997-08-272-12/+65
* Fix up paths to $(SRCDIR)Marc G. Fournier1997-08-171-30/+30
* Add appropriate links into the interfaces directory, as well as a MakefileMarc G. Fournier1997-08-161-0/+27
* Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier1997-08-1611-0/+5097
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-10/+10
* Fix c++ copy example code.Bruce Momjian1997-07-301-2/+2
* mkLinux patches from Tatsuo Ishii.Bruce Momjian1997-07-291-1/+2
* Change char to int as used in EOF compare, GerhardBruce Momjian1997-07-121-2/+2