| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prevent compiler warning from sprintf in recent ipv6 patch. | Bruce Momjian | 2003-06-24 | 1 | -3/+3 |
| * | Add ipv6 address parsing support to 'inet' and 'cidr' data types. | Bruce Momjian | 2003-06-24 | 8 | -400/+979 |
| * | Add -L../ecpglib -lecpg for Cygwin compile. | Bruce Momjian | 2003-06-24 | 1 | -2/+2 |
| * | typedef sa_family_t for cygwin. | Bruce Momjian | 2003-06-24 | 1 | -1/+5 |
| * | Do not include: | Bruce Momjian | 2003-06-24 | 1 | -1/+3 |
| * | Remove references to sa_family_t, except when SOCKADDR_STORAGE requires | Bruce Momjian | 2003-06-23 | 3 | -9/+19 |
| * | Add mention that the grep's have to be adjusted in pgtest. | Bruce Momjian | 2003-06-23 | 1 | -0/+3 |
| * | Change pqInternalNotice to accept a format string and args instead of | Tom Lane | 2003-06-23 | 7 | -79/+70 |
| * | Remove crypt.h from fe-connect.c --- not needed, and caused problems on | Bruce Momjian | 2003-06-23 | 1 | -4/+1 |
| * | Revise hash join and hash aggregation code to use the same datatype- | Tom Lane | 2003-06-22 | 24 | -190/+460 |
| * | Added missing terminating '\0' char for data put into char *. | Michael Meskes | 2003-06-22 | 2 | -2/+6 |
| * | Add pgtest script. | Bruce Momjian | 2003-06-22 | 1 | -0/+33 |
| * | Use libpq's new logic to get the server version, instead of doing it ourselves. | Tom Lane | 2003-06-22 | 2 | -26/+16 |
| * | Bring the libpq example programs into the 21st century. | Tom Lane | 2003-06-22 | 7 | -244/+218 |
| * | Get rid of extraneous newline in PQendcopy error output (was causing | Tom Lane | 2003-06-21 | 2 | -7/+30 |
| * | Update libpq to make new features of FE/BE protocol available to | Tom Lane | 2003-06-21 | 9 | -368/+1324 |
| * | Fix for extended-query protocol: in event of error, backend was issuing | Tom Lane | 2003-06-20 | 1 | -5/+7 |
| * | Synced with backend. | Michael Meskes | 2003-06-20 | 2 | -10/+11 |
| * | Just another Informix compatibility change. They uses "free" for cursors as w... | Michael Meskes | 2003-06-20 | 7 | -5/+36 |
| * | Sorry, missed a file. | Michael Meskes | 2003-06-20 | 1 | -2/+2 |
| * | Allow constants in using clauses. | Michael Meskes | 2003-06-20 | 7 | -8/+38 |
| * | We neglected to set conn->raddr.salen, leading to breakage of CANCEL | Tom Lane | 2003-06-20 | 1 | -2/+3 |
| * | Disallow dollar sign in operator names, instead allow it as a non-first | Tom Lane | 2003-06-19 | 2 | -20/+22 |
| * | Fixed fetch into char * and added missing prototype for an Informix function. | Michael Meskes | 2003-06-19 | 5 | -86/+85 |
| * | Change clusterdb and vacuumdb into C programs. | Peter Eisentraut | 2003-06-18 | 6 | -357/+526 |
| * | Make FLOAT(p) measure the precision p in bits, not decimal digits, to | Tom Lane | 2003-06-17 | 1 | -6/+6 |
| * | More information schema views. | Peter Eisentraut | 2003-06-17 | 1 | -22/+309 |
| * | Add missing file to clean target. | Peter Eisentraut | 2003-06-17 | 1 | -3/+2 |
| * | Fixed several more parsing bugs. | Michael Meskes | 2003-06-17 | 4 | -18/+22 |
| * | Fix error line numbers reported for errors in plpgsql_parse_word and | Tom Lane | 2003-06-17 | 1 | -18/+52 |
| * | Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not | Tom Lane | 2003-06-16 | 1 | -7/+20 |
| * | Fixed two small bugs. | Michael Meskes | 2003-06-16 | 2 | -9/+9 |
| * | Allow GROUP BY, ORDER BY, DISTINCT targets to be unknown literals, | Tom Lane | 2003-06-16 | 6 | -39/+105 |
| * | Adjust nestloop-with-inner-indexscan plan generation so that we catch | Tom Lane | 2003-06-15 | 10 | -137/+284 |
| * | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane | 2003-06-15 | 4 | -10/+17 |
| * | Cause GROUP BY clause to adopt ordering operators from ORDER BY when | Tom Lane | 2003-06-15 | 3 | -17/+43 |
| * | index() -> strchr(). | Tom Lane | 2003-06-15 | 1 | -2/+2 |
| * | Typo in version number. | Michael Meskes | 2003-06-15 | 1 | -2/+2 |
| * | Some minor changes for new version numbering. | Michael Meskes | 2003-06-15 | 3 | -14/+19 |
| * | Ecpg cleanups for prototypes. | Bruce Momjian | 2003-06-15 | 2 | -8/+14 |
| * | Run autoconf/autoheader for ecpg change. | Bruce Momjian | 2003-06-15 | 1 | -1/+1 |
| * | Make ecpg thread safe. | Bruce Momjian | 2003-06-15 | 13 | -127/+260 |
| * | Move thread os defines into template files. | Bruce Momjian | 2003-06-14 | 4 | -0/+26 |
| * | Handle threading in two more gethostbyname calls. | Bruce Momjian | 2003-06-14 | 2 | -4/+21 |
| * | Make libpq thread-safe with configure --with-threads option. | Bruce Momjian | 2003-06-14 | 8 | -63/+106 |
| * | Add thread.c for libpq threading, and hook it into libpq/configure. | Bruce Momjian | 2003-06-14 | 6 | -7/+128 |
| * | Add --with-threads configure option to control threaded libpq. | Bruce Momjian | 2003-06-13 | 1 | -3/+0 |
| * | - Enable FETCH without INTO. | Michael Meskes | 2003-06-13 | 10 | -30/+123 |
| * | Okay, recognize freebsd 2.* and 3.* too. | Tom Lane | 2003-06-13 | 1 | -1/+1 |
| * | Expect FreeBSD 5.* to have standard float arithmetic. | Tom Lane | 2003-06-13 | 1 | -1/+1 |