| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update md5.h because it can't get the value from configure. | Bruce Momjian | 2001-11-15 | 1 | -2/+2 |
| * | Fix comment at top of file to match file name. | Bruce Momjian | 2001-11-15 | 1 | -48/+48 |
| * | fixes getIndex to work with forte's transparent persistence | Dave Cramer | 2001-11-14 | 1 | -4/+7 |
| * | Added Christof's patches. | Michael Meskes | 2001-11-14 | 16 | -200/+281 |
| * | Attached is a patch against the CVS repository that fixes the ResultSet absol... | Barry Lind | 2001-11-14 | 3 | -8/+84 |
| * | Update CVS tags. | Bruce Momjian | 2001-11-13 | 1 | -4/+1 |
| * | Remove md5.c check, add CVS log stamp. Update comments. | Bruce Momjian | 2001-11-13 | 1 | -3/+15 |
| * | fixed bug in ResultSet. Version 1.29 backed out two previous fixes (1.26 and... | Barry Lind | 2001-11-12 | 2 | -3/+46 |
| * | Commit to support MD5 passwords as per the backend for 7.2. This patch was s... | Barry Lind | 2001-11-12 | 2 | -5/+100 |
| * | Sync up both files. | Bruce Momjian | 2001-11-12 | 1 | -1/+3 |
| * | Add comments and remove CVS tag from md5.c so they remain identical. | Bruce Momjian | 2001-11-12 | 1 | -1/+1 |
| * | Update md5 to match. | Bruce Momjian | 2001-11-12 | 1 | -1/+1 |
| * | Add md5 authentication support thanks to Bruce Momjian. | Hiroshi Inoue | 2001-11-12 | 6 | -4/+468 |
| * | Use abbreviated connection string more widely. | Hiroshi Inoue | 2001-11-11 | 1 | -1/+2 |
| * | Defend against possibility that SSL error reporting mechanism returns | Tom Lane | 2001-11-11 | 1 | -3/+41 |
| * | Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names, | Tom Lane | 2001-11-10 | 1 | -357/+404 |
| * | Jason Davies patch to getImported/getExported keys | Dave Cramer | 2001-11-09 | 2 | -299/+223 |
| * | Fix indenting for 'extern "C"' cases. | Bruce Momjian | 2001-11-08 | 8 | -622/+620 |
| * | Add casts to suppress compiler warnings observed on Darwin platform | Tom Lane | 2001-11-08 | 1 | -2/+3 |
| * | Some post pgident run updates, | Bruce Momjian | 2001-11-07 | 1 | -87/+91 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 48 | -439/+458 |
| * | Preparation for the parameter array handling. | Hiroshi Inoue | 2001-11-05 | 2 | -1/+12 |
| * | 1) Fix a few bugs about SQLGetData() | Hiroshi Inoue | 2001-11-05 | 13 | -120/+428 |
| * | Version was 3.3 but last released version was 3.1. Setting to match rest | D'Arcy J.M. Cain | 2001-11-04 | 1 | -1/+1 |
| * | Note that PyGreSQL has been checked against Python 2.1 now. | D'Arcy J.M. Cain | 2001-11-04 | 1 | -1/+1 |
| * | The "%d", while syntactically correct, was confusing. Added a space to | D'Arcy J.M. Cain | 2001-11-04 | 1 | -1/+1 |
| * | 1) Improve literal handling in parse_statement(). | Hiroshi Inoue | 2001-11-03 | 7 | -37/+45 |
| * | proper select for Jason Davies patch to getImportedKeys | Dave Cramer | 2001-11-02 | 1 | -11/+9 |
| * | proper select for Jason Davies patch to getImportedKeys | Dave Cramer | 2001-11-02 | 1 | -113/+150 |
| * | Windows portability macros SOCK_ERRNO and SOCK_STRERROR should be in | Tom Lane | 2001-11-02 | 2 | -269/+276 |
| * | updates | Peter Eisentraut | 2001-11-02 | 1 | -94/+96 |
| * | Suppress compiler warning (only seen in MULTIBYTE case). | Tom Lane | 2001-11-02 | 1 | -0/+1 |
| * | Sync parser yet again. | Michael Meskes | 2001-11-02 | 3 | -34/+15 |
| * | minor improvements on Dave's last checkin | Barry Lind | 2001-11-01 | 2 | -8/+3 |
| * | Suppress a compiler warning. | Hiroshi Inoue | 2001-10-31 | 1 | -0/+6 |
| * | changes to support 3rd party ERD tools and staroffice | Dave Cramer | 2001-10-31 | 1 | -157/+320 |
| * | allow null passwords | Dave Cramer | 2001-10-31 | 1 | -4/+7 |
| * | added dummy login | Dave Cramer | 2001-10-31 | 1 | -9/+123 |
| * | Traditional Chinese error messages for JDBC. | Bruce Momjian | 2001-10-31 | 1 | -0/+75 |
| * | Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne. | Bruce Momjian | 2001-10-31 | 2 | -8/+8 |
| * | Apply updated PO language patch. | Bruce Momjian | 2001-10-31 | 1 | -16/+16 |
| * | PO language update. | Bruce Momjian | 2001-10-31 | 1 | -2/+1 |
| * | fixed change in behavior introduced in bytea / getBytes changes. This patch ... | Barry Lind | 2001-10-30 | 2 | -38/+62 |
| * | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian | 2001-10-30 | 1 | -3/+3 |
| * | updated patch from Mark Lillywhite per Tom Lane's comments: subtract VARHDRSZ... | Barry Lind | 2001-10-30 | 1 | -3/+3 |
| * | applied patch from Mark Lillywhite, patch was already applied to jdbc2, this ... | Barry Lind | 2001-10-30 | 1 | -2/+14 |
| * | Change position of a check button in multibyte mode. | Hiroshi Inoue | 2001-10-29 | 1 | -1/+1 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 69 | -824/+854 |
| * | Remove 294 reduce/reduce conflicts. | Tom Lane | 2001-10-25 | 1 | -5/+3 |
| * | pgjindent jdbc files. First time jdbc files were formatted. | Bruce Momjian | 2001-10-25 | 85 | -22572/+24211 |