aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
Commit message (Expand)AuthorAge
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-20
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* column and tuple numbers should be int not size_t.Tom Lane2000-12-29
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Added pg_execute command behaving like spi_exec of PL/TclJan Wieck2000-11-27
* Use $(filter ...), not $(findstring ...).Peter Eisentraut2000-10-31
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut2000-09-25
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-17
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut2000-06-28
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-17
* Back out libpgtcl tcl/tksh includes.Bruce Momjian2000-06-14
* add missing filesBruce Momjian2000-06-13
* in the Directory src/bin/pgtclsh there is a good mechanism to integrateBruce Momjian2000-06-13
* Moved configure script from src/ to the top level directory. MovedPeter Eisentraut2000-06-06
* Cleanup of <> and ""Bruce Momjian2000-05-29
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane2000-03-11
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-08
* Clean up badly-formatted error messages from pg_connect.Tom Lane2000-02-27
* Add:Bruce Momjian2000-01-26
* Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian2000-01-10
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* Add pginterface into main tree, called pgeasy.Bruce Momjian1999-10-11
* 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