Commit Graph

102 Commits (b0546a25547f22c44bbaba7bb7f0ef663bb23ffd)

Author SHA1 Message Date
Bruce Momjian b0546a2554 Fix libpq++'s FieldSize to return int, not short. 25 years ago
Bruce Momjian 9668b948f7 Add mention of getLength returning short. 25 years ago
Bruce Momjian a79b698adb Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'm 25 years ago
Peter Eisentraut a298589e1c We got automatic dependencies now. 25 years ago
Peter Eisentraut cb6edf9d56 Make sure -L and -I's for our source tree are always before system include 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Peter Eisentraut 7b021ce17c Polish shared library build to reduce number of special hacks. In 26 years ago
Peter Eisentraut 805e431a38 Add support for VPATH builds, that is, building somewhere else than in the 26 years ago
Peter Eisentraut 335248c9b7 Support for DESTDIR make variable. This is used as in `make install 26 years ago
Peter Eisentraut 424f0edcb8 Fix relative path references so that make knowns which dependencies refer 26 years ago
Bruce Momjian e3b4400667 Here is a bug and patch to fix it. I have tested this bug and fix on 26 years ago
Peter Eisentraut 385470f8c6 Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> 26 years ago
Peter Eisentraut 44f64dd3ea Makefile cleanup for interface tree. Now essentially with all the 26 years ago
Peter Eisentraut 1652d43358 Remove fmgrstamp-h business -- not needed and confusing 26 years ago
Peter Eisentraut 5b9d0d9a5c Moved configure script from src/ to the top level directory. Moved 26 years ago
Bruce Momjian 6c944bf3cc Cleanup of <> and "" 26 years ago
Tom Lane 091126fa28 Generated header files parse.h and fmgroids.h are now copied into 26 years ago
Bruce Momjian a0551e8afa Make c++ examples return 0 from main(). 26 years ago
Bruce Momjian 11ae8ba7ea Add mention of int in variable. 26 years ago
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