aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq++
Commit message (Expand)AuthorAge
* Inlined a patch to add the libpq setNoticeProcessor capability toBruce Momjian2002-03-11
* Update Win32-world version number of libpq++.Peter Eisentraut2002-01-30
* libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane2002-01-22
* Make libpq++ safe again for older C++ compilers. Do 'using namespace std'Tom Lane2001-09-30
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
* Add win32 c++ files.Bruce Momjian2001-07-12
* Libpq++ fixes for Win32 compile.Bruce Momjian2001-07-11
* Bump major libpq++ version after API changes, Patrick WelcheBruce Momjian2001-05-22
* Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian2001-05-11
* Fix libpq++'s FieldSize to return int, not short.Bruce Momjian2001-05-09
* Add mention of getLength returning short.Bruce Momjian2001-05-09
* Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'mBruce Momjian2001-05-09
* We got automatic dependencies now.Peter Eisentraut2001-03-14
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-20
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Polish shared library build to reduce number of special hacks. InPeter Eisentraut2000-10-23
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-17
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Here is a bug and patch to fix it. I have tested this bug and fix onBruce Momjian2000-07-27
* Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com>Peter Eisentraut2000-06-30
* Makefile cleanup for interface tree. Now essentially with all thePeter Eisentraut2000-06-28
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-17
* Moved configure script from src/ to the top level directory. MovedPeter Eisentraut2000-06-06
* Cleanup of <> and ""Bruce Momjian2000-05-29
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Make c++ examples return 0 from main().Bruce Momjian2000-04-25
* Add mention of int in variable.Bruce Momjian2000-04-23
* Add mention of int for variable in examplesBruce Momjian2000-04-23
* Remove broken tracing code (which would be dangerous if it did work...)Tom Lane2000-04-22
* Update example: PgLargeObject constructor now takes a conninfo string,Tom Lane2000-04-22
* #undef const, inline, signed, volatile, on the expectation that a C++Tom Lane2000-04-14
* Use the CXXFLAGS exported by configure (amazingly, we weren't before!)Tom Lane2000-03-31
* Make use of configure symbols for unportable constructs. MakeTom Lane2000-03-30
* libpq++ Makefile uses -DDEBUG to turn on debugging trace toBruce Momjian2000-03-16
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-08
* Patch for Irix from Mark Dalphin.Bruce Momjian2000-03-02
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Add:Bruce Momjian2000-01-26
* Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian2000-01-10
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* This *should* fix the large object segfault problem. Note linewrap mayBruce Momjian1999-12-05
* Replace examples .H to .h.Bruce Momjian1999-12-03
* Rename libpq++.H to libpq++.h.Bruce Momjian1999-12-03
* Remove libpq++ todo item.Bruce Momjian1999-10-22
* This *should* fix the large binary object problem in libpq++ from theBruce Momjian1999-10-22
* Correctly return -1 on error to CmdTuples()Bruce Momjian1999-10-13
* CmdTuples() returns an int showing the number of affected tuples after anBruce Momjian1999-10-06
* As we now use lipq++.H which wasn't around when I first posted theBruce Momjian1999-10-04