| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -10/+19 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -3/+3 |
| * | More archive cleanup. | Bruce Momjian | 1997-11-21 | 1 | -12/+4 |
| * | Patch for tcl library crash, from Jan Wieck. | Bruce Momjian | 1997-10-30 | 1 | -3/+3 |
| * | Fix for array handling, from Gerhard Hintermayer | Bruce Momjian | 1997-10-30 | 1 | -2/+2 |
| * | Fix for libpgtcl from Constantin Teodorescu. | Bruce Momjian | 1997-09-25 | 1 | -4/+9 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -222/+223 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -948/+1106 |
| * | From: Anton de Wet <adw@obsidian.co.za> | Marc G. Fournier | 1997-04-02 | 1 | -7/+16 |
| * | The last patch fixes some incongruences in the #define used to compile the | Marc G. Fournier | 1997-01-23 | 1 | -6/+6 |
| * | Fixes: | Marc G. Fournier | 1997-01-11 | 1 | -2/+2 |
| * | From: darcy@druid.net (D'Arcy J.M. Cain) | Marc G. Fournier | 1997-01-11 | 1 | -9/+10 |
| * | someone added pg_listen and pg_notifies to libpgtcl. But first | Marc G. Fournier | 1997-01-03 | 1 | -27/+13 |
| * | Add two new comments to pglibtcl... | Marc G. Fournier | 1996-12-19 | 1 | -1/+155 |