summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
AgeCommit message (Expand)Author
2002-09-04pgindent run.Bruce Momjian
2002-09-02Partial solution for 'unexpected EOF' problem with pg_disconnect: itTom Lane
2002-09-02pg_on_connection_loss command for libpgtcl. Patch fromTom Lane
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-08-18Back out tcl patch, per Tom Lane:Bruce Momjian
2002-08-17What I have done for libpgtcl:Bruce Momjian
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-06-20Update copyright to 2002.Bruce Momjian
2002-03-04Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com.Tom Lane
2001-12-03Pg_lo_open must OR together multiple modes, not AND them. Per reportTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-17Use portable putenv(), not unportable setenv().Tom Lane
2001-09-10The attached patch should be sufficient to fix libpgtcl. It requiresBruce Momjian
2001-09-07>has anyone ever successfully done copy to/from stdout with theBruce Momjian
2001-09-06> The win32.mak and libpgtcl.def files had been lost (patch doesn't handleBruce Momjian
2001-09-06Below is the patch against current cvs for libpgtcl andBruce Momjian
2001-08-10Since PQoidStatus is deprecated, we should probably stop using it inTom Lane
2001-05-11Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-29column and tuple numbers should be int not size_t.Tom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-11-27Added pg_execute command behaving like spi_exec of PL/TclJan Wieck
2000-10-31Use $(filter ...), not $(findstring ...).Peter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-09-25Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
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