Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | *** empty log message *** | Michael Meskes | 1999-05-25 |
| | |||
* | Here it is. Remove or rename the current interfaces/libpq++ and untar | Bruce Momjian | 1999-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 Momjian | 1999-05-21 |
| | |||
* | *** empty log message *** | Michael Meskes | 1999-05-21 |
| | |||
* | Remove 4096 string limited key on block size | Bruce Momjian | 1999-05-19 |
| | |||
* | Bring python up to date ... | Marc G. Fournier | 1999-05-19 |
| | | | | From: D'Arcy J.M. Cain <darcy@druid.net> | ||
* | Forgot the CHANGELOG | Peter Mount | 1999-05-18 |
| | |||
* | Internationalisation of error messages | Peter Mount | 1999-05-18 |
| | |||
* | Transactions in ImageViewer | Peter Mount | 1999-05-18 |
| | |||
* | *** empty log message *** | Michael Meskes | 1999-05-18 |
| | |||
* | Fixed Internationalization of error messages. | Peter Mount | 1999-05-17 |
| | |||
* | Minor bug fixes. Replaced DateStyle support with ISO. | Peter Mount | 1999-05-17 |
| | |||
* | Add python | Bruce Momjian | 1999-05-17 |
| | |||
* | Re-add python. | Bruce Momjian | 1999-05-17 |
| | |||
* | Updates for 6.5. | Bruce Momjian | 1999-05-17 |
| | |||
* | Change iostream to iostream.h, strstream to strstream.h | Tom Lane | 1999-05-16 |
| | | | | for compatibility with older C++ libraries. | ||
* | *** empty log message *** | Michael Meskes | 1999-05-14 |
| | |||
* | Update driver to 6-40-0006 | Byron Nikolaidis | 1999-05-13 |
| | |||
* | Fix bogus assumption that MAXALIGN is at least sizeof(pointer). | Tom Lane | 1999-05-12 |
| | |||
* | Allow perl install as non-root, from Geoff Keating | Bruce Momjian | 1999-05-10 |
| | |||
* | Update to PyGreSQL 2.3. | Bruce Momjian | 1999-05-10 |
| | |||
* | libpq++ uses fe_setauthsvc which is deprecated and results in an error | Bruce Momjian | 1999-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 no | Bruce Momjian | 1999-05-10 |
| | | | | real affect now. |