summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl/pgtclCmds.c
Commit message (Expand)AuthorAgeFilesLines
* Below is the patch against current cvs for libpgtcl andBruce Momjian2001-09-061-1/+9
* Since PQoidStatus is deprecated, we should probably stop using it inTom Lane2001-08-101-5/+8
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-57/+63
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* column and tuple numbers should be int not size_t.Tom Lane2000-12-291-2/+2
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-2/+2
* Added pg_execute command behaving like spi_exec of PL/TclJan Wieck2000-11-271-1/+379
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane2000-03-111-13/+20
* Clean up badly-formatted error messages from pg_connect.Tom Lane2000-02-271-8/+9
* Add:Bruce Momjian2000-01-261-2/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-19/+19
* pgindent run over code.Bruce Momjian1999-05-251-53/+59
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-4/+4
* Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane1999-02-071-2/+2
* TCL_ARRAYS option patches from Massimo Dal ZottoTom Lane1999-01-171-35/+72
* Fix another memory leak in pg_select --- pointed out by teo@flex.roTom Lane1998-10-141-9/+9
* Fix potential coredump in pg_conndefaults (assigning constant stringTom Lane1998-10-021-13/+15
* Simplify pg_result by using new libpq PQresultErrorMessage;Tom Lane1998-10-011-23/+20
* This patch covers several to-do items that I had for libpgtcl:Bruce Momjian1998-09-211-52/+134
* libpgtcl cleanups for Tom Lane.Bruce Momjian1998-09-041-3/+2
* patch cleanups.Bruce Momjian1998-09-031-3/+3
* Attached is a patch to remove the definitions of libpq's internalBruce Momjian1998-09-031-27/+33
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-716/+796
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier1998-08-171-47/+51
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-091-19/+2
* large object fixBruce Momjian1998-06-161-2/+2
* There is a patch which has worked for me. The real problem mightBruce Momjian1998-06-161-2/+2
* The attached patch modifies libpgtcl per previous discussion: theBruce Momjian1998-06-161-122/+116
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-19/+1
* This problem had nothing to do with the upgrades I made. ThereBruce Momjian1998-03-301-3/+3
* From: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>Marc G. Fournier1998-03-151-941/+824
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-10/+19
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-3/+3
* More archive cleanup.Bruce Momjian1997-11-211-12/+4
* Patch for tcl library crash, from Jan Wieck.Bruce Momjian1997-10-301-3/+3
* Fix for array handling, from Gerhard HintermayerBruce Momjian1997-10-301-2/+2
* Fix for libpgtcl from Constantin Teodorescu.Bruce Momjian1997-09-251-4/+9
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-222/+223
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-948/+1106
* From: Anton de Wet <adw@obsidian.co.za>Marc G. Fournier1997-04-021-7/+16
* The last patch fixes some incongruences in the #define used to compile theMarc G. Fournier1997-01-231-6/+6
* Fixes:Marc G. Fournier1997-01-111-2/+2
* From: darcy@druid.net (D'Arcy J.M. Cain)Marc G. Fournier1997-01-111-9/+10
* someone added pg_listen and pg_notifies to libpgtcl. But firstMarc G. Fournier1997-01-031-27/+13
* Add two new comments to pglibtcl...Marc G. Fournier1996-12-191-1/+155