| Commit message (Expand) | Author | Age | Files | Lines |
* | Add newline/tab to middle of long failure message to pretty it up a bit. | Thomas G. Lockhart | 1997-12-23 | 1 | -9/+6 |
* | Fix tolower loops to go in proper direction for cache. | Bruce Momjian | 1997-12-05 | 2 | -4/+4 |
* | Run through toupper() conversion in the forward direction. | Thomas G. Lockhart | 1997-12-04 | 1 | -2/+2 |
* | Update description for PGHOST and unix domain sockets. Add warning for faile... | Bruce Momjian | 1997-12-04 | 1 | -2/+2 |
* | Update description for PGHOST and unix domain sockets. Add warning for faile... | Bruce Momjian | 1997-12-04 | 1 | -2/+3 |
* | From: todd brandys <brandys@eng3.hep.uiuc.edu> | Marc G. Fournier | 1997-12-04 | 4 | -11/+139 |
* | Fix pg_dump, and libpq changes. | Bruce Momjian | 1997-12-01 | 2 | -4/+4 |
* | Document pg_dump -z, clean up option list. Fix problem with libpq handling o... | Bruce Momjian | 1997-12-01 | 2 | -4/+4 |
* | More archive cleanup. | Bruce Momjian | 1997-11-21 | 1 | -12/+4 |
* | Unscramble port selection logic to avoid compiler complaints about | Thomas G. Lockhart | 1997-11-17 | 1 | -33/+31 |
* | Add other initialization environment variables: | Thomas G. Lockhart | 1997-11-14 | 1 | -4/+14 |
* | Add PGTZ environment variable to initialization code. | Thomas G. Lockhart | 1997-11-10 | 1 | -29/+41 |
* | Fix case issues with quotes. | Bruce Momjian | 1997-11-10 | 2 | -29/+60 |
* | Update of Java driver from Peter Mount. | Bruce Momjian | 1997-11-07 | 7 | -75/+162 |
* | Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se | Bruce Momjian | 1997-11-07 | 1 | -30/+28 |
* | Add paging for \d, and fix \i. | Bruce Momjian | 1997-11-03 | 1 | -3/+1 |
* | Fix for java to allow password, european dates,from Peter T Mount | Bruce Momjian | 1997-10-30 | 4 | -76/+237 |
* | Patch for tcl library crash, from Jan Wieck. | Bruce Momjian | 1997-10-30 | 1 | -3/+3 |
* | Fix for java timestamp type from teunis@sigil.computersupportcentre.com | Bruce Momjian | 1997-10-30 | 1 | -0/+2 |
* | Fix for array handling, from Gerhard Hintermayer | Bruce Momjian | 1997-10-30 | 1 | -2/+2 |
* | Fix for perl from Brook Milligan | Bruce Momjian | 1997-10-30 | 1 | -2/+5 |
* | Added support for shlib for BSD44_derived & i386_solaris. | Vadim B. Mikheev | 1997-10-28 | 1 | -19/+27 |
* | From: Peter T Mount <patches@maidast.demon.co.uk> | Marc G. Fournier | 1997-09-29 | 3 | -24/+23 |
* | From: CNT systemen BV <cntsys@cistron.nl> | Marc G. Fournier | 1997-09-28 | 1 | -1/+1 |
* | Changed location of libpgtcl stuff. | Bruce Momjian | 1997-09-27 | 1 | -2/+2 |
* | Get these two files finally committed for Peter...sorry for delay :( | Marc G. Fournier | 1997-09-26 | 2 | -0/+241 |
* | *** empty log message *** | Edmund Mergl | 1997-09-25 | 10 | -43/+67 |
* | Fix for libpgtcl from Constantin Teodorescu. | Bruce Momjian | 1997-09-25 | 1 | -4/+9 |
* | Cleanup. | Bruce Momjian | 1997-09-23 | 1 | -2/+2 |
* | Bring in Peter's changes...finally :( | Marc G. Fournier | 1997-09-20 | 10 | -247/+1324 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 2 | -6/+6 |
* | *** empty log message *** | Edmund Mergl | 1997-09-17 | 1 | -0/+265 |
* | *** empty log message *** | Edmund Mergl | 1997-09-17 | 1 | -261/+0 |
* | adapted to pgsql-v6.2 | Edmund Mergl | 1997-09-17 | 3 | -0/+709 |
* | *** empty log message *** | Edmund Mergl | 1997-09-17 | 10 | -817/+131 |
* | Makefile cleanup. | Bruce Momjian | 1997-09-16 | 5 | -20/+21 |
* | -Linux configure additoin, libtcl Makefile patch. | Bruce Momjian | 1997-09-14 | 1 | -6/+6 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 10 | -177/+177 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 16 | -980/+974 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 16 | -4636/+5353 |
* | Add // comments. | Bruce Momjian | 1997-09-05 | 2 | -19/+19 |
* | Update patch from Peter <patches@maidast.demon.co.uk> | Marc G. Fournier | 1997-08-31 | 8 | -3969/+4657 |
* | Number of tuples inserted/affected by INSERT/UPDATE/DELETE... | Vadim B. Mikheev | 1997-08-27 | 2 | -12/+65 |
* | Fix up paths to $(SRCDIR) | Marc G. Fournier | 1997-08-17 | 1 | -30/+30 |
* | Add appropriate links into the interfaces directory, as well as a Makefile | Marc G. Fournier | 1997-08-16 | 1 | -0/+27 |
* | Bring in Adrian's JDBC driver as an interface | Marc G. Fournier | 1997-08-16 | 11 | -0/+5097 |
* | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian | 1997-08-12 | 1 | -10/+10 |
* | Fix c++ copy example code. | Bruce Momjian | 1997-07-30 | 1 | -2/+2 |
* | mkLinux patches from Tatsuo Ishii. | Bruce Momjian | 1997-07-29 | 1 | -1/+2 |
* | Change char to int as used in EOF compare, Gerhard | Bruce Momjian | 1997-07-12 | 1 | -2/+2 |