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