summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
Commit message (Expand)AuthorAgeFilesLines
* Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut2000-06-282-60/+55
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-171-5/+1
* Back out libpgtcl tcl/tksh includes.Bruce Momjian2000-06-143-44/+1
* add missing filesBruce Momjian2000-06-132-0/+34
* in the Directory src/bin/pgtclsh there is a good mechanism to integrateBruce Momjian2000-06-131-1/+14
* Moved configure script from src/ to the top level directory. MovedPeter Eisentraut2000-06-061-2/+2
* Cleanup of <> and ""Bruce Momjian2000-05-292-4/+4
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-291-4/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-124-17/+17
* Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane2000-03-111-13/+20
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-081-2/+2
* Clean up badly-formatted error messages from pg_connect.Tom Lane2000-02-271-8/+9
* Add:Bruce Momjian2000-01-266-12/+18
* Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian2000-01-101-2/+2
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-161-2/+2
* Add pginterface into main tree, called pgeasy.Bruce Momjian1999-10-111-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-173-10/+3
* Make sure symlinks for sharedlib get removed by 'make clean'.Tom Lane1999-06-301-3/+4
* egcs thinks omitting the return type in a function declarationTom Lane1999-05-301-3/+3
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-256-72/+72
* pgindent run over code.Bruce Momjian1999-05-254-100/+114
* 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-136-14/+14
* Include -lcrypt when needed to link libpgtcl.so and plpgsql.soTom Lane1999-02-071-2/+7
* Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane1999-02-071-2/+2
* Keep Tcl from getting confused if backend closes connectionTom Lane1999-01-171-1/+10
* TCL_ARRAYS option patches from Massimo Dal ZottoTom Lane1999-01-171-35/+72
* Centralized shared-library build knowledge in a new file,Tom Lane1998-10-191-122/+15
* Clean up shared makefile install procedures.Tom Lane1998-10-181-8/+14
* Clean up library names and installation paths.Thomas G. Lockhart1998-10-141-40/+41
* Fix another memory leak in pg_select --- pointed out by teo@flex.roTom Lane1998-10-141-9/+9
* Tcl fixes from Billy G. AllieBruce Momjian1998-10-121-1/+2
* More Solaris fixes.Bruce Momjian1998-10-121-2/+2
* Add SVr4 shared libraries.Bruce Momjian1998-10-121-1/+8
* Solaris shared library fixes.Bruce Momjian1998-10-121-2/+9
* major/minor shared name cleanupBruce Momjian1998-10-091-8/+11
* More bsdi 4.0 cleanups for shared libraries.Bruce Momjian1998-10-091-2/+2
* More bsdi 4.0 fixes.Bruce Momjian1998-10-091-2/+1
* Fix for BSDI shared libraries.Bruce Momjian1998-10-091-3/+3
* Use the $(LN_S) substitution for "ln -s" since configure tests for it.Thomas G. Lockhart1998-10-071-3/+3
* 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-216-171/+284
* More bsdi 4.0 additions.Bruce Momjian1998-09-101-14/+23
* 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-032-99/+65
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-016-1347/+1482
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* The attached patch fixes a problem that I seem to have introducedBruce Momjian1998-08-221-3/+13