summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2000-06-30Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut
2000-06-28Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut
2000-06-20Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in thePeter Eisentraut
2000-06-19Integrated ODBC driver into regular build. No more standalone business,Peter Eisentraut
2000-06-19Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in lengthBruce Momjian
2000-06-19fix HAVE_SQLGETPRIVATEPROFILESTRING defineBruce Momjian
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-14Back out libpgtcl tcl/tksh includes.Bruce Momjian
2000-06-14OK, I have tidied up todays (13th) snapshot with the attached patch, IBruce 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-12Brand 7.1 release. Also update jdbc version in release branch.Bruce Momjian
2000-06-12Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian
2000-06-12Back out old unixodbc patches and apply new ones. Nick GorhamBruce Momjian
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut
2000-06-10Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut
2000-06-09This patch fixes the 0-based/1-based result set indexing problem forBruce Momjian
2000-06-09I have made the couple of mods required to make the odbc driver withBruce Momjian
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-06-08More odbc include cleanupsBruce Momjian
2000-06-08Update odbc includeBruce Momjian
2000-06-08Fix ODBC for new binary fopen/open paramsBruce Momjian
2000-06-07Here is a patch for interfaces/jdbc/org/postgresql/jdbc2/ResultSet.javaBruce Momjian
2000-06-07Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut
2000-06-06Moved configure script from src/ to the top level directory. MovedPeter Eisentraut
2000-06-06Added org/postgresql/DriverClass.java to the list of files removed by make cl...Peter Mount
2000-06-06Added some missing org.'s that prevented the use of the geometric typesPeter Mount
2000-06-06Removed hardwired 8k limit on queriesPeter Mount
2000-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian
2000-06-01Removed timezone in ResultSet.getTimestamp()Peter Mount
2000-06-01More perl cleanupBruce Momjian
2000-06-01Rename perl example eg directory to examples.Bruce Momjian
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-27Update kerberos patchBruce Momjian
2000-05-27Back out kerberos changes. Causes compile problems.Bruce Momjian
2000-05-27Patch for Kerberos V.Bruce Momjian
2000-05-27Remove // comments from ODBC.Bruce Momjian
2000-05-25! * Users doing non-blocking connections need to handle the resetBruce Momjian
2000-05-22Irix fixes from Murad NayalBruce Momjian
2000-05-21Remove calls to getprotobyname(), which we now know leaks memory onTom Lane
2000-05-18Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to useBruce Momjian
2000-05-17Back out odbc changes until 7.1.Bruce Momjian
2000-05-17*** empty log message ***Michael Meskes
2000-05-16Several compilation and run-time problems occur when building on SGIBruce Momjian
2000-05-16Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane
2000-05-15Fixed the message Makefile produces after compiling. It still saidPeter Mount