aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Collapse)AuthorAge
* Un-break code generated by ECPGRelease production.Tom Lane1999-08-22
|
* Fix for perl5 on BSD/OS.Bruce Momjian1999-08-16
|
* Fix for Win32 making problem with MB enabled.Tatsuo Ishii1999-08-16
| | | | Patches created by Hiroki Kataoka.
* *** empty log message ***Michael Meskes1999-08-02
|
* *** empty log message ***Michael Meskes1999-07-19
|
* Enable WIN32 compilation of libpq.Bruce Momjian1999-07-19
|
* Win32 cleanupBruce Momjian1999-07-19
|
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-19
|
* Remove getopt configure check.Bruce Momjian1999-07-19
|
* Update ecpg compile.Bruce Momjian1999-07-18
|
* Add getopt test.Bruce Momjian1999-07-18
|
* Update for 6.6.Bruce Momjian1999-07-18
|
* Update configure include checks.Bruce Momjian1999-07-18
|
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
|
* Tired of seeing that 'unused variable' warning...Tom Lane1999-07-16
|
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
|
* Remove S*I comments from Stephan.Bruce Momjian1999-07-13
|
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-13
|
* Update stuff for 6.5.1 release.Bruce Momjian1999-07-10
|
* Fix gcc complaint about long being passed to sprintf %d.Tom Lane1999-07-09
|
* Re-apply range check patch after fixing LIMIT_H test and defines.Bruce Momjian1999-07-09
|
* Test Case:Bruce Momjian1999-07-08
| | | | | | | | | | | | | | | | ---------- exec sql begin declare section; short s ; unsigned short us; exec sql end declare section; exec sql create table test(s smallint, us smallint); exec sql commit; s = 1; us =32000; exec sql insert into test values( :s, :us ) ; <== error Error Message: "i4toi2: '-600309759' causes int2 underflow" Masaaki Sakaida
* Add CXXFLAGS +=Bruce Momjian1999-07-08
|
* 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
|