aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Collapse)AuthorAge
* Clarify maximum tuple and max attribute lengths.Bruce Momjian1999-07-04
|
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
|
* Make sure symlinks for sharedlib get removed by 'make clean'.Tom Lane1999-06-30
|
* *** empty log message ***Michael Meskes1999-06-29
|
* Some minor bug fixesPeter Mount1999-06-27
|
* *** empty log message ***Michael Meskes1999-06-25
|
* *** empty log message ***Michael Meskes1999-06-24
|
* Some fixes supplied by Jon Nielsen jonfn@image.dkPeter Mount1999-06-23
|
* Incorporate fixes from Date and Darwen, 1997.Thomas G. Lockhart1999-06-18
| | | | | Did not check the function declarations as carefully as the other parts, though all of the function names *do* match up with D&D.
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-17
| | | | for Irix.
* Add CLI required header and examples from SQL3/SQL98Thomas G. Lockhart1999-06-17
| | | | | | August 1994 draft standard. Use the ecpg support libraries to write the CLI interface? Date and Darwen claim that CLI is a more modern and flexible approach...
* *** empty log message ***Michael Meskes1999-06-16
|
* *** empty log message ***Michael Meskes1999-06-16
|
* *** empty log message ***Michael Meskes1999-06-10
|
* > Here is a small patch that should only affect win32 buildingBruce Momjian1999-06-07
| | | | | | | | | | | | | | | | | | | | | | > (native win32, not cygnus). > It does the following: > Patches two win32.mak files to DEFINE HAVE_VSNPRINTF and > HAVE_STRDUP. This is required to build at all. > Bumps the version number on libpq.dll from 6.4 to 6.5. > Required for install programs to work. > Adds defintions for BLCKSZ and MAXIMUM_ALIGN to "win32.h" in > the client-side libpiq directory. > > All these files are only used when building on native win32, > so it should be safe I think. > > Again, really sorry to throw this in so late, but I would > hate to do the same thing as with 6.4 (which required 6.4.1 > to at all compile on Win32). > > Thanks, > > //Magnus
* Remove redeclarations of default parameter values fromTom Lane1999-06-05
| | | | | | PgDatabase::DisplayTuples and PgDatabase::PrintTuples. This is incorrect according to strict interpretation of the C++ spec, and some compilers will reject it. Also silence g++ warning about unused parameter.
* ecpg.patch (wrong makefile expansion in some cases)Marc G. Fournier1999-06-05
| | | | | | | | | the ecpg Makefiles use a variable DESTDIR which is never defined except by debian/rules makefile, in which case the ecpg makefiles expand wrong pathnames. If we want to support a DESTDIR root it must be done consistently in all the makefiles, not just in ecpg. From: Massimo Dal Zotto <dz@cs.unitn.it>
* forgot to attach the patch. :(Bruce Momjian1999-06-01
| | | | Vince.
* commented out PgConnection& references for now. May be using themBruce Momjian1999-06-01
| | | | | | later. Vince.
* egcs thinks omitting the return type in a function declarationTom Lane1999-05-30
| | | | is poor coding style. I agree.
* Replace static rcsid[] strings by IDENTIFICATION comments inTom Lane1999-05-30
| | | | | file headers, to conform to established Postgres coding style and avoid warnings from gcc.
* Update pygresql version stamp.Bruce Momjian1999-05-28
|
* When closure of the backend connection is detected during pqFlush,Tom Lane1999-05-28
| | | | | | | | do the right thing: look for a NOTICE message from the backend before we close our side of the socket. 6.4 libpq did not reliably print the backend's hara-kiri message, 'The Postmaster has informed me ...', because it only did the right thing if connection closure was detected during a read attempt instead of a write attempt.
* I am not sure if libpq++ will compile with non g++ compilers,Bruce Momjian1999-05-27
| | | | | | | but the Makefile does break non g++. <<mak.patch>> Andreas
* Fix for NT from Horak DanielBruce Momjian1999-05-26
|
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
|
* pgindent run over code.Bruce Momjian1999-05-25
|
* *** empty log message ***Michael Meskes1999-05-25
|
* Here it is. Remove or rename the current interfaces/libpq++ and untarBruce Momjian1999-05-23
| | | | | | | | | | | | | | | | this file in interfaces/ It will all need to be checked in. I used the char *rcsid[] method for cvs ids so it can be strings | grep'd to find version numbers. The new version for the library is 3.0. Run configure from src/ to create the Makefile and it should be good to go. I did minimal documentation references in the README, I'll see if I can get something to Tom Lockhart rather quickly. Vince.
* Change perl Makefile test.Bruce Momjian1999-05-21
|
* *** empty log message ***Michael Meskes1999-05-21
|
* Remove 4096 string limited key on block sizeBruce Momjian1999-05-19
|
* Bring python up to date ...Marc G. Fournier1999-05-19
| | | | From: D'Arcy J.M. Cain <darcy@druid.net>
* Forgot the CHANGELOGPeter Mount1999-05-18
|
* Internationalisation of error messagesPeter Mount1999-05-18
|
* Transactions in ImageViewerPeter Mount1999-05-18
|
* *** empty log message ***Michael Meskes1999-05-18
|
* Fixed Internationalization of error messages.Peter Mount1999-05-17
|
* Minor bug fixes. Replaced DateStyle support with ISO.Peter Mount1999-05-17
|
* Add pythonBruce Momjian1999-05-17
|
* Re-add python.Bruce Momjian1999-05-17
|
* Updates for 6.5.Bruce Momjian1999-05-17
|
* Change iostream to iostream.h, strstream to strstream.hTom Lane1999-05-16
| | | | for compatibility with older C++ libraries.
* *** empty log message ***Michael Meskes1999-05-14
|
* Update driver to 6-40-0006Byron Nikolaidis1999-05-13
|
* Fix bogus assumption that MAXALIGN is at least sizeof(pointer).Tom Lane1999-05-12
|
* Allow perl install as non-root, from Geoff KeatingBruce Momjian1999-05-10
|
* Update to PyGreSQL 2.3.Bruce Momjian1999-05-10
|
* libpq++ uses fe_setauthsvc which is deprecated and results in an errorBruce Momjian1999-05-10
| | | | | | | | | | | | | on connection. This patch changes it to use PQconnectdb rather than {fe_setauthsvc,PQsetdb}. This still isn't the complete solution, as there is no provision for user,password in class PgEnv, but it does get rid of the error message. Tested with gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) under NetBSD-1.3K/i386. Cheers, Patrick Welche
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
| | | | real affect now.