Commit Graph

82 Commits (bc4e6db44c07dbef7e7c8d528b9c050417f898c3)

Author SHA1 Message Date
Bruce Momjian bc4e6db44c Add mention of int for variable in examples 26 years ago
Tom Lane 290978fff0 Remove broken tracing code (which would be dangerous if it did work...) 26 years ago
Tom Lane 51c92941c6 Update example: PgLargeObject constructor now takes a conninfo string, 26 years ago
Tom Lane 87ca3bd294 #undef const, inline, signed, volatile, on the expectation that a C++ 26 years ago
Tom Lane fb75e39800 Use the CXXFLAGS exported by configure (amazingly, we weren't before!) 26 years ago
Tom Lane 0a5a0b8dfd Make use of configure symbols for unportable constructs. Make 26 years ago
Bruce Momjian 3e4708c45c libpq++ Makefile uses -DDEBUG to turn on debugging trace to 26 years ago
Bruce Momjian f43ec05d05 I've made a diff against the 7.0beta1 tree that accomplishes several things: 26 years ago
Bruce Momjian bd2d0983d4 Patch for Irix from Mark Dalphin. 26 years ago
Peter Eisentraut 2b84cbb60f A few minor psql enhancements 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian 3f03f74f36 Update int28out and out8out and _in_ functions to handle trailing zeros 26 years ago
Bruce Momjian 7585deb087 I have done the QNX4 port with the current source tree. The number of 26 years ago
Bruce Momjian 9eb69977fe This *should* fix the large object segfault problem. Note linewrap may 26 years ago
Bruce Momjian 573553296b Replace examples .H to .h. 26 years ago
Bruce Momjian 5ada36c1e4 Rename libpq++.H to libpq++.h. 26 years ago
Bruce Momjian abceb20a52 Remove libpq++ todo item. 27 years ago
Bruce Momjian 95d1f5fa6d This *should* fix the large binary object problem in libpq++ from the 27 years ago
Bruce Momjian c7dea3a6b7 Correctly return -1 on error to CmdTuples() 27 years ago
Bruce Momjian 56ba75cb53 CmdTuples() returns an int showing the number of affected tuples after an 27 years ago
Bruce Momjian d0741fb42f As we now use lipq++.H which wasn't around when I first posted the 27 years ago
Bruce Momjian f282b4ff4c libpq++ cleanup from Vince Vielhaber 27 years ago
Bruce Momjian 5bb6bb8dd6 Addition of CmdTuples(). Wraps PQcmdTuples. 27 years ago
Bruce Momjian 4b06f6f9c8 I found the following useful - just a way of using PQgetisnull from 27 years ago
Tom Lane ea582ad7e7 Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com> 27 years ago
Bruce Momjian 0343024a5c Add CXXFLAGS += 27 years ago
Tom Lane fa179dde82 Make sure symlinks for sharedlib get removed by 'make clean'. 27 years ago
Tom Lane e7253d893c Remove redeclarations of default parameter values from 27 years ago
Bruce Momjian 42a02c441a forgot to attach the patch. :( 27 years ago
Bruce Momjian d2ab04ca73 commented out PgConnection& references for now. May be using them 27 years ago
Tom Lane d4d297af3c Replace static rcsid[] strings by IDENTIFICATION comments in 27 years ago
Bruce Momjian 781a1eb99a I am not sure if libpq++ will compile with non g++ compilers, 27 years ago
Bruce Momjian fe2bcf854c Fix for NT from Horak Daniel 27 years ago
Bruce Momjian b14c99d8d6 Here it is. Remove or rename the current interfaces/libpq++ and untar 27 years ago
Tom Lane bbf3748347 Change iostream to iostream.h, strstream to strstream.h 27 years ago
Bruce Momjian 86dacdb74c libpq++ uses fe_setauthsvc which is deprecated and results in an error 27 years ago
Bruce Momjian 7a6b562fdf Apply Win32 patch from Horak Daniel. 27 years ago
Bruce Momjian ba63dcd6a6 Put back string instead of string.h in libpq++. 28 years ago
Bruce Momjian 3037aace73 Change string to string.h in libpq++. BSDI 3.0 complains. 28 years ago
Tom Lane 6d98d3737a Centralized shared-library build knowledge in a new file, 28 years ago
Tom Lane e1942f5b9e Clean up shared makefile install procedures. 28 years ago
Bruce Momjian 31bca4540e I have included a couple of patches that will make postgres 28 years ago
Marc G. Fournier 97f5547297 Remove the -soname ${SHLIB} from solaris_{sparc,x86} as they conflict 28 years ago
Bruce Momjian e48623ce87 More Solaris fixes. 28 years ago
Bruce Momjian e16634386a Add SVr4 shared libraries. 28 years ago
Bruce Momjian 66f893f3fe Solaris shared library fixes. 28 years ago
Thomas G. Lockhart 03cb232a1f Move documentation to sgml sources, so remove man page installation. 28 years ago
Thomas G. Lockhart f5da9422be Move documentation to sgml sources. 28 years ago
Thomas G. Lockhart 7d4b59f024 Use the $(LN_S) substitution for "ln -s" since configure tests for it. 28 years ago
Bruce Momjian a3c5a3cb2f Cleanup for oid8[] from Tatsuo Ishii. 28 years ago