summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in thePeter Eisentraut2000-06-202-5/+5
* Integrated ODBC driver into regular build. No more standalone business,Peter Eisentraut2000-06-1915-5536/+74
* Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in lengthBruce Momjian2000-06-192-2/+2
* fix HAVE_SQLGETPRIVATEPROFILESTRING defineBruce Momjian2000-06-192-2/+2
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-177-39/+15
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-143-18/+15
* Back out libpgtcl tcl/tksh includes.Bruce Momjian2000-06-143-44/+1
* OK, I have tidied up todays (13th) snapshot with the attached patch, IBruce Momjian2000-06-141-2/+1
* add missing filesBruce Momjian2000-06-132-0/+34
* in the Directory src/bin/pgtclsh there is a good mechanism to integrateBruce Momjian2000-06-131-1/+14
* Brand 7.1 release. Also update jdbc version in release branch.Bruce Momjian2000-06-123-6/+6
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-122-48/+49
* Back out old unixodbc patches and apply new ones. Nick GorhamBruce Momjian2000-06-123-5/+5
* Substituted new configure test for types of accept()Peter Eisentraut2000-06-114-14/+10
* Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut2000-06-107-74/+222
* This patch fixes the 0-based/1-based result set indexing problem forBruce Momjian2000-06-091-10/+29
* I have made the couple of mods required to make the odbc driver withBruce Momjian2000-06-092-1/+4
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-092-5/+13
* More odbc include cleanupsBruce Momjian2000-06-083-11/+12
* Update odbc includeBruce Momjian2000-06-081-1/+1
* Fix ODBC for new binary fopen/open paramsBruce Momjian2000-06-081-0/+10
* Here is a patch for interfaces/jdbc/org/postgresql/jdbc2/ResultSet.javaBruce Momjian2000-06-071-2/+5
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-071-2/+2
* Moved configure script from src/ to the top level directory. MovedPeter Eisentraut2000-06-066-13/+13
* Added org/postgresql/DriverClass.java to the list of files removed by make cl...Peter Mount2000-06-0610-19/+102
* Added some missing org.'s that prevented the use of the geometric typesPeter Mount2000-06-062-9/+14
* Removed hardwired 8k limit on queriesPeter Mount2000-06-061-3/+5
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-024-75/+39
* Removed timezone in ResultSet.getTimestamp()Peter Mount2000-06-013-2/+5
* More perl cleanupBruce Momjian2000-06-012-6/+6
* Rename perl example eg directory to examples.Bruce Momjian2000-06-013-3/+3
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-3/+3
* Cleanup of <> and ""Bruce Momjian2000-05-2931-71/+71
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-293-11/+5
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-10/+1
* Update kerberos patchBruce Momjian2000-05-273-160/+127
* Back out kerberos changes. Causes compile problems.Bruce Momjian2000-05-273-127/+160
* Patch for Kerberos V.Bruce Momjian2000-05-273-160/+127
* Remove // comments from ODBC.Bruce Momjian2000-05-2728-662/+667
* ! * Users doing non-blocking connections need to handle the resetBruce Momjian2000-05-251-2/+10
* Irix fixes from Murad NayalBruce Momjian2000-05-221-1/+1
* Remove calls to getprotobyname(), which we now know leaks memory onTom Lane2000-05-211-12/+3
* Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to useBruce Momjian2000-05-187-88/+17
* Back out odbc changes until 7.1.Bruce Momjian2000-05-1728-667/+662
* *** empty log message ***Michael Meskes2000-05-176-18/+44
* Several compilation and run-time problems occur when building on SGIBruce Momjian2000-05-1628-662/+667
* Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane2000-05-162-86/+179
* Fixed the message Makefile produces after compiling. It still saidPeter Mount2000-05-152-3/+8
* *** empty log message ***Michael Meskes2000-05-154-4/+17
* Fix the off by one errors in ResultSet from 6.5.3, and more.Bruce Momjian2000-05-121-11/+13