Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Un-break code generated by ECPGRelease production. | Tom Lane | 1999-08-22 |
| | |||
* | Fix for perl5 on BSD/OS. | Bruce Momjian | 1999-08-16 |
| | |||
* | Fix for Win32 making problem with MB enabled. | Tatsuo Ishii | 1999-08-16 |
| | | | | Patches created by Hiroki Kataoka. | ||
* | *** empty log message *** | Michael Meskes | 1999-08-02 |
| | |||
* | *** empty log message *** | Michael Meskes | 1999-07-19 |
| | |||
* | Enable WIN32 compilation of libpq. | Bruce Momjian | 1999-07-19 |
| | |||
* | Win32 cleanup | Bruce Momjian | 1999-07-19 |
| | |||
* | Re-add getopt.h check, remove NT-specific tests for it. | Bruce Momjian | 1999-07-19 |
| | |||
* | Remove getopt configure check. | Bruce Momjian | 1999-07-19 |
| | |||
* | Update ecpg compile. | Bruce Momjian | 1999-07-18 |
| | |||
* | Add getopt test. | Bruce Momjian | 1999-07-18 |
| | |||
* | Update for 6.6. | Bruce Momjian | 1999-07-18 |
| | |||
* | Update configure include checks. | Bruce Momjian | 1999-07-18 |
| | |||
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
| | |||
* | Tired of seeing that 'unused variable' warning... | Tom Lane | 1999-07-16 |
| | |||
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
| | |||
* | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 |
| | |||
* | Redefine cpu's as __cpu__. Only for 6.6 branch. | Bruce Momjian | 1999-07-13 |
| | |||
* | Update stuff for 6.5.1 release. | Bruce Momjian | 1999-07-10 |
| | |||
* | Fix gcc complaint about long being passed to sprintf %d. | Tom Lane | 1999-07-09 |
| | |||
* | Re-apply range check patch after fixing LIMIT_H test and defines. | Bruce Momjian | 1999-07-09 |
| | |||
* | Test Case: | Bruce Momjian | 1999-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 Momjian | 1999-07-08 |
| | |||
* | Clarify maximum tuple and max attribute lengths. | Bruce Momjian | 1999-07-04 |
| | |||
* | Fix to prevent too large tuple from being created. | Bruce Momjian | 1999-07-03 |
| | |||
* | Make sure symlinks for sharedlib get removed by 'make clean'. | Tom Lane | 1999-06-30 |
| | |||
* | *** empty log message *** | Michael Meskes | 1999-06-29 |
| | |||
* | Some minor bug fixes | Peter Mount | 1999-06-27 |
| | |||
* | *** empty log message *** | Michael Meskes | 1999-06-25 |
| | |||
* | *** empty log message *** | Michael Meskes | 1999-06-24 |
| | |||
* | Some fixes supplied by Jon Nielsen jonfn@image.dk | Peter Mount | 1999-06-23 |
| | |||
* | Incorporate fixes from Date and Darwen, 1997. | Thomas G. Lockhart | 1999-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 TYPEALIGN | Bruce Momjian | 1999-06-17 |
| | | | | for Irix. | ||
* | Add CLI required header and examples from SQL3/SQL98 | Thomas G. Lockhart | 1999-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 Meskes | 1999-06-16 |
| | |||
* | *** empty log message *** | Michael Meskes | 1999-06-16 |
| | |||
* | *** empty log message *** | Michael Meskes | 1999-06-10 |
| | |||
* | > Here is a small patch that should only affect win32 building | Bruce Momjian | 1999-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 from | Tom Lane | 1999-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. Fournier | 1999-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 Momjian | 1999-06-01 |
| | | | | Vince. | ||
* | commented out PgConnection& references for now. May be using them | Bruce Momjian | 1999-06-01 |
| | | | | | | later. Vince. | ||
* | egcs thinks omitting the return type in a function declaration | Tom Lane | 1999-05-30 |
| | | | | is poor coding style. I agree. | ||
* | Replace static rcsid[] strings by IDENTIFICATION comments in | Tom Lane | 1999-05-30 |
| | | | | | file headers, to conform to established Postgres coding style and avoid warnings from gcc. | ||
* | Update pygresql version stamp. | Bruce Momjian | 1999-05-28 |
| | |||
* | When closure of the backend connection is detected during pqFlush, | Tom Lane | 1999-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 Momjian | 1999-05-27 |
| | | | | | | | but the Makefile does break non g++. <<mak.patch>> Andreas | ||
* | Fix for NT from Horak Daniel | Bruce Momjian | 1999-05-26 |
| | |||
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
| | |||
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
| |