summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
AgeCommit message (Expand)Author
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-06-28Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-14Back out libpgtcl tcl/tksh includes.Bruce Momjian
2000-06-13add missing filesBruce Momjian
2000-06-13in the Directory src/bin/pgtclsh there is a good mechanism to integrateBruce Momjian
2000-06-06Moved configure script from src/ to the top level directory. MovedPeter Eisentraut
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-11Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
2000-02-27Clean up badly-formatted error messages from pg_connect.Tom Lane
2000-01-26Add:Bruce Momjian
2000-01-10Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian
1999-12-16I have done the QNX4 port with the current source tree. The number ofBruce Momjian
1999-10-11Add pginterface into main tree, called pgeasy.Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-06-30Make sure symlinks for sharedlib get removed by 'make clean'.Tom Lane
1999-05-30egcs thinks omitting the return type in a function declarationTom Lane
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-02-07Include -lcrypt when needed to link libpgtcl.so and plpgsql.soTom Lane
1999-02-07Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane
1999-01-17Keep Tcl from getting confused if backend closes connectionTom Lane
1999-01-17TCL_ARRAYS option patches from Massimo Dal ZottoTom Lane
1998-10-19Centralized shared-library build knowledge in a new file,Tom Lane
1998-10-18Clean up shared makefile install procedures.Tom Lane
1998-10-14Clean up library names and installation paths.Thomas G. Lockhart
1998-10-14Fix another memory leak in pg_select --- pointed out by teo@flex.roTom Lane
1998-10-12Tcl fixes from Billy G. AllieBruce Momjian
1998-10-12More Solaris fixes.Bruce Momjian
1998-10-12Add SVr4 shared libraries.Bruce Momjian
1998-10-12Solaris shared library fixes.Bruce Momjian
1998-10-09major/minor shared name cleanupBruce Momjian
1998-10-09More bsdi 4.0 cleanups for shared libraries.Bruce Momjian
1998-10-09More bsdi 4.0 fixes.Bruce Momjian
1998-10-09Fix for BSDI shared libraries.Bruce Momjian
1998-10-07Use the $(LN_S) substitution for "ln -s" since configure tests for it.Thomas G. Lockhart
1998-10-02Fix potential coredump in pg_conndefaults (assigning constant stringTom Lane
1998-10-01Simplify pg_result by using new libpq PQresultErrorMessage;Tom Lane
1998-09-21This patch covers several to-do items that I had for libpgtcl:Bruce Momjian
1998-09-10More bsdi 4.0 additions.Bruce Momjian
1998-09-04libpgtcl cleanups for Tom Lane.Bruce Momjian
1998-09-03patch cleanups.Bruce Momjian
1998-09-03Attached is a patch to remove the definitions of libpq's internalBruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian