summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2000-05-12Fix the off by one errors in ResultSet from 6.5.3, and more.Bruce Momjian
2000-05-05ImageViewer transaction fixesPeter Mount
2000-05-03Minor fixes ready for 7.0Peter Mount
2000-05-02Update SCO FAQ. Billy G. AllieBruce Momjian
2000-04-29Clean up ecpg test files.Bruce Momjian
2000-04-28Update pgeasy examplesBruce Momjian
2000-04-28Update libpgeasy define.Bruce Momjian
2000-04-28Change libpgeasy to take dbname at end like all other interfaces.Bruce Momjian
2000-04-27Update libpgeasy e-mail addressBruce Momjian
2000-04-26Remove DriverClass.java. It is generated by the compile.Bruce Momjian
2000-04-26Add res clear to exampleBruce Momjian
2000-04-26Install Peter's Makefile.Bruce Momjian
2000-04-26Reinstalled revision 1.36 (looks Peter Mount installedJan Wieck
2000-04-26third attemptPeter Mount
2000-04-26Attempt IIIPeter Mount
2000-04-26Another attemptPeter Mount
2000-04-26Update libpgeasy readme.Bruce Momjian
2000-04-25Make c++ examples return 0 from main().Bruce Momjian
2000-04-23Add mention of int in variable.Bruce Momjian
2000-04-23Add mention of int for variable in examplesBruce Momjian
2000-04-23Our test to see if we had permission to install into Perl5 install areaTom Lane
2000-04-22Remove broken tracing code (which would be dangerous if it did work...)Tom Lane
2000-04-22Update example: PgLargeObject constructor now takes a conninfo string,Tom Lane
2000-04-20Allow libpq++ compile failure to stop entire compile.Bruce Momjian
2000-04-18Make ECPGraise's str parameter const to suppress warnings from gccTom Lane
2000-04-17Another attempt at 7.0Peter Mount
2000-04-14Remove bogus extern for 'descriptors' variable, which is in fact static.Tom Lane
2000-04-14#undef const, inline, signed, volatile, on the expectation that a C++Tom Lane
2000-04-14If configure finds that inet_aton() is not present on this platform,Tom Lane
2000-04-14Revert inclusion of postgres_ext.h to use "..." instead of <...>, perTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-04-11Thomas pointed out this bug in my non-blocking stuff.Bruce Momjian
2000-04-11Allow libpq++ compile to failBruce Momjian
2000-04-08*** empty log message ***Michael Meskes
2000-04-07Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart
2000-04-06Add POLLUTE to interfaces/MakefileBruce Momjian
2000-04-05*** empty log message ***Michael Meskes
2000-04-05*** empty log message ***Michael Meskes
2000-04-04Correct off-by-one error in strncat() usage.Tom Lane
2000-04-04Augment the function call map logic with code from Tom Lane.Thomas G. Lockhart
2000-04-03*** empty log message ***Michael Meskes
2000-04-02*** empty log message ***Michael Meskes
2000-03-31Use the CXXFLAGS exported by configure (amazingly, we weren't before!)Tom Lane
2000-03-30*** empty log message ***Michael Meskes
2000-03-30Makefile should not pre-empt user's decision about whetherTom Lane
2000-03-30Make use of configure symbols for unportable constructs. MakeTom Lane
2000-03-30Remove extraneous semicolon.Tom Lane
2000-03-27Change form of query which used "DISTINCT ON" to help support primary keys.Thomas G. Lockhart
2000-03-25Add POLLUTE=1 to perl Makefile.PL creations.Bruce Momjian
2000-03-24Fold PQsetenv working state into PGconn, rather than trying to maintainTom Lane