aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
Commit message (Expand)AuthorAge
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Make sure symlinks for sharedlib get removed by 'make clean'.Tom Lane1999-06-30
* egcs thinks omitting the return type in a function declarationTom Lane1999-05-30
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Include -lcrypt when needed to link libpgtcl.so and plpgsql.soTom Lane1999-02-07
* Add PQresStatus() function to avoid direct access to pgresStatus[] array,Tom Lane1999-02-07
* Keep Tcl from getting confused if backend closes connectionTom Lane1999-01-17
* TCL_ARRAYS option patches from Massimo Dal ZottoTom Lane1999-01-17
* Centralized shared-library build knowledge in a new file,Tom Lane1998-10-19
* Clean up shared makefile install procedures.Tom Lane1998-10-18
* Clean up library names and installation paths.Thomas G. Lockhart1998-10-14
* Fix another memory leak in pg_select --- pointed out by teo@flex.roTom Lane1998-10-14
* Tcl fixes from Billy G. AllieBruce Momjian1998-10-12
* More Solaris fixes.Bruce Momjian1998-10-12
* Add SVr4 shared libraries.Bruce Momjian1998-10-12
* Solaris shared library fixes.Bruce Momjian1998-10-12
* major/minor shared name cleanupBruce Momjian1998-10-09
* More bsdi 4.0 cleanups for shared libraries.Bruce Momjian1998-10-09
* More bsdi 4.0 fixes.Bruce Momjian1998-10-09
* Fix for BSDI shared libraries.Bruce Momjian1998-10-09
* Use the $(LN_S) substitution for "ln -s" since configure tests for it.Thomas G. Lockhart1998-10-07
* Fix potential coredump in pg_conndefaults (assigning constant stringTom Lane1998-10-02
* Simplify pg_result by using new libpq PQresultErrorMessage;Tom Lane1998-10-01
* This patch covers several to-do items that I had for libpgtcl:Bruce Momjian1998-09-21
* More bsdi 4.0 additions.Bruce Momjian1998-09-10
* libpgtcl cleanups for Tom Lane.Bruce Momjian1998-09-04
* patch cleanups.Bruce Momjian1998-09-03
* Attached is a patch to remove the definitions of libpq's internalBruce Momjian1998-09-03
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* The attached patch fixes a problem that I seem to have introducedBruce Momjian1998-08-22
* Here are additional patches for the UnixWare 7 port.Bruce Momjian1998-08-22
* Date: Sun, 16 Aug 1998 14:56:48 -0400Marc G. Fournier1998-08-17
* Update linux_i386 fix.Bruce Momjian1998-07-12
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-07-09
* large object fixBruce Momjian1998-06-16
* There is a patch which has worked for me. The real problem mightBruce Momjian1998-06-16
* The attached patch modifies libpgtcl per previous discussion: theBruce Momjian1998-06-16
* Add bsdi shared library support.Bruce Momjian1998-06-16
* Fix portname defines in Makefiles.Bruce Momjian1998-06-15
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Clean up template names and remove LINUX_ELF hack. No longerBruce Momjian1998-06-12
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-05-24
* Cleanups for large objects, so file is trucated on open, fix forBruce Momjian1998-05-12
* It seems the regression tests don't cover copy in/out at all, soBruce Momjian1998-05-06
* What I've done:Bruce Momjian1998-05-06
* From: Tom Lane <tgl@sss.pgh.pa.us>Marc G. Fournier1998-04-27