| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't use gethostbyname2(). It's not portable and we don't claim to | Peter Eisentraut | 2002-09-05 | 1 | -3/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 32 | -753/+924 |
| * | Brand 7.3. Ready for beta! | Bruce Momjian | 2002-09-04 | 1 | -4/+4 |
| * | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 | 4 | -63/+12 |
| * | Partial solution for 'unexpected EOF' problem with pg_disconnect: it | Tom Lane | 2002-09-02 | 2 | -13/+36 |
| * | Translation updates | Peter Eisentraut | 2002-09-02 | 3 | -2/+831 |
| * | pg_on_connection_loss command for libpgtcl. Patch from | Tom Lane | 2002-09-02 | 5 | -34/+206 |
| * | Fix breakage introduced by evidently-completely-untested snprintf patch. | Tom Lane | 2002-09-02 | 1 | -2/+3 |
| * | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 | 5 | -31/+32 |
| * | JDBC checkin fixing the following bugs: | Barry Lind | 2002-09-02 | 10 | -40/+243 |
| * | patch from Thomas O'Dowd to ensure that connections are closed | Dave Cramer | 2002-09-01 | 1 | -2/+5 |
| * | testing for insertRow | Dave Cramer | 2002-09-01 | 1 | -70/+71 |
| * | patch to allow insertRow on an empty resultSet | Dave Cramer | 2002-09-01 | 1 | -10/+20 |
| * | Changed to reflect the current reality, ie we do support updateable resultsets | Dave Cramer | 2002-09-01 | 1 | -5/+6 |
| * | perl5 interface moved to gborg | Marc G. Fournier | 2002-08-30 | 14 | -3661/+2 |
| * | libpgeasy moved to gborg ... | Marc G. Fournier | 2002-08-30 | 12 | -887/+2 |
| * | Fix off-by-one allocation error in PasswordFromFile(), per Gordon Runkle. | Tom Lane | 2002-08-30 | 1 | -3/+2 |
| * | > > > > If you want to put in security restrictions that are actually useful, | Bruce Momjian | 2002-08-29 | 1 | -1/+17 |
| * | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 | 3 | -51/+3 |
| * | Remove support for version-0 FE/BE protocol, per pghackers discussion. | Tom Lane | 2002-08-29 | 1 | -1/+6 |
| * | Updates from Dennis Bjorklund | Peter Eisentraut | 2002-08-28 | 1 | -133/+129 |
| * | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 | 1 | -1/+1 |
| * | This is a quick patch to fix a crash in pgquery_dictresult() introduced | Bruce Momjian | 2002-08-28 | 1 | -71/+7 |
| * | The attached patch implements the password packet length sanity check | Bruce Momjian | 2002-08-27 | 1 | -6/+7 |
| * | More connection timeout cleanups. | Bruce Momjian | 2002-08-27 | 1 | -4/+4 |
| * | Cleanup of libpq connection timeout code. | Bruce Momjian | 2002-08-27 | 1 | -47/+47 |
| * | This is a 2 line patch to src/interfaces/perl5/GNUMakefile that fixes | Bruce Momjian | 2002-08-27 | 1 | -3/+3 |
| * | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 1 | -8/+4 |
| * | Enhancements to how queries with bind values are stored internally and sent to | Barry Lind | 2002-08-23 | 6 | -147/+162 |
| * | Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc | Marc G. Fournier | 2002-08-22 | 81 | -39755/+2 |
| * | Okay, libpq++ is moved to GBorg, and all traces of it have been removed | Marc G. Fournier | 2002-08-22 | 31 | -2021/+2 |
| * | Move PO files into subdirectories separate from the source code. | Peter Eisentraut | 2002-08-21 | 7 | -4/+4 |
| * | Removed code that is no longer used and has been commented out | Barry Lind | 2002-08-20 | 7 | -351/+5 |
| * | Add #include <sys/time.h>. | Tom Lane | 2002-08-18 | 1 | -2/+3 |
| * | Back out tcl patch, per Tom Lane: | Bruce Momjian | 2002-08-18 | 3 | -26/+11 |
| * | Add includes for prototype using timeval. | Bruce Momjian | 2002-08-18 | 2 | -8/+11 |
| * | Clean up compile warnings. | Bruce Momjian | 2002-08-18 | 1 | -4/+5 |
| * | Add libpq connection timeout parameter. | Bruce Momjian | 2002-08-17 | 3 | -8/+87 |
| * | What I have done for libpgtcl: | Bruce Momjian | 2002-08-17 | 3 | -11/+26 |
| * | removed duplicate code from jdbc2 classes | Dave Cramer | 2002-08-16 | 2 | -3302/+523 |
| * | applied patch to fix encoding bug supplied by Jun Kawai | Dave Cramer | 2002-08-16 | 1 | -4/+4 |
| * | Applied patch for MD5 bug submitted by Jun Kawai | Dave Cramer | 2002-08-16 | 1 | -10/+11 |
| * | Performance tweaks to StringBuffer suggested by hhaag@gmx.de | Barry Lind | 2002-08-16 | 3 | -8/+11 |
| * | Remove interfaces/ssl. Was unclaimed stuff that had no more usefulness. | Bruce Momjian | 2002-08-16 | 5 | -676/+0 |
| * | This fixes some text as well as enforces the use of "drop table cascade" | Bruce Momjian | 2002-08-15 | 1 | -3/+3 |
| * | Well, that certainly appeared to be very straight forward. pg.py and | Bruce Momjian | 2002-08-15 | 2 | -3/+6 |
| * | http://archives.postgresql.org/pgsql-bugs/2002-06/msg00086.php and never | Bruce Momjian | 2002-08-15 | 2 | -11/+48 |
| * | I'm giving a try at some TODO items. Currently it's the turn of the | Bruce Momjian | 2002-08-15 | 2 | -18/+119 |
| * | Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4). | Barry Lind | 2002-08-14 | 51 | -3153/+2955 |
| * | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian | 2002-08-13 | 2 | -7/+7 |