| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as | Tom Lane | 2002-12-30 | 1 | -37/+40 |
| * | Add -cmdTuples to tcl interface. | Bruce Momjian | 2002-11-26 | 1 | -1/+9 |
| * | Improve formatting of error message. | Tom Lane | 2002-10-17 | 1 | -2/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -6/+9 |
| * | Partial solution for 'unexpected EOF' problem with pg_disconnect: it | Tom Lane | 2002-09-02 | 1 | -8/+6 |
| * | pg_on_connection_loss command for libpgtcl. Patch from | Tom Lane | 2002-09-02 | 1 | -1/+83 |
| * | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 | 1 | -2/+3 |
| * | Back out tcl patch, per Tom Lane: | Bruce Momjian | 2002-08-18 | 1 | -5/+2 |
| * | What I have done for libpgtcl: | Bruce Momjian | 2002-08-17 | 1 | -2/+5 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com. | Tom Lane | 2002-03-04 | 1 | -2/+2 |
| * | Pg_lo_open must OR together multiple modes, not AND them. Per report | Tom Lane | 2001-12-03 | 1 | -3/+3 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -13/+1 |
| * | Below is the patch against current cvs for libpgtcl and | Bruce Momjian | 2001-09-06 | 1 | -1/+9 |
| * | Since PQoidStatus is deprecated, we should probably stop using it in | Tom Lane | 2001-08-10 | 1 | -5/+8 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -57/+63 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -2/+2 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | column and tuple numbers should be int not size_t. | Tom Lane | 2000-12-29 | 1 | -2/+2 |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 1 | -2/+2 |
| * | Added pg_execute command behaving like spi_exec of PL/Tcl | Jan Wieck | 2000-11-27 | 1 | -1/+379 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+2 |
| * | Change PQconndefaults() to return a malloc'd array, instead of a static | Tom Lane | 2000-03-11 | 1 | -13/+20 |
| * | Clean up badly-formatted error messages from pg_connect. | Tom Lane | 2000-02-27 | 1 | -8/+9 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -4/+1 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -19/+19 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -53/+59 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -4/+4 |
| * | Add PQresStatus() function to avoid direct access to pgresStatus[] array, | Tom Lane | 1999-02-07 | 1 | -2/+2 |
| * | TCL_ARRAYS option patches from Massimo Dal Zotto | Tom Lane | 1999-01-17 | 1 | -35/+72 |
| * | Fix another memory leak in pg_select --- pointed out by teo@flex.ro | Tom Lane | 1998-10-14 | 1 | -9/+9 |
| * | Fix potential coredump in pg_conndefaults (assigning constant string | Tom Lane | 1998-10-02 | 1 | -13/+15 |
| * | Simplify pg_result by using new libpq PQresultErrorMessage; | Tom Lane | 1998-10-01 | 1 | -23/+20 |
| * | This patch covers several to-do items that I had for libpgtcl: | Bruce Momjian | 1998-09-21 | 1 | -52/+134 |
| * | libpgtcl cleanups for Tom Lane. | Bruce Momjian | 1998-09-04 | 1 | -3/+2 |
| * | patch cleanups. | Bruce Momjian | 1998-09-03 | 1 | -3/+3 |
| * | Attached is a patch to remove the definitions of libpq's internal | Bruce Momjian | 1998-09-03 | 1 | -27/+33 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -716/+796 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -3/+3 |
| * | Date: Sun, 16 Aug 1998 14:56:48 -0400 | Marc G. Fournier | 1998-08-17 | 1 | -47/+51 |
| * | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 | 1 | -19/+2 |
| * | large object fix | Bruce Momjian | 1998-06-16 | 1 | -2/+2 |
| * | There is a patch which has worked for me. The real problem might | Bruce Momjian | 1998-06-16 | 1 | -2/+2 |
| * | The attached patch modifies libpgtcl per previous discussion: the | Bruce Momjian | 1998-06-16 | 1 | -122/+116 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -19/+1 |
| * | This problem had nothing to do with the upgrades I made. There | Bruce Momjian | 1998-03-30 | 1 | -3/+3 |
| * | From: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com> | Marc G. Fournier | 1998-03-15 | 1 | -941/+824 |