summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-29Cleanup of <> and ""Bruce Momjian
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-27Update kerberos patchBruce Momjian
2000-05-27Back out kerberos changes. Causes compile problems.Bruce Momjian
2000-05-27Patch for Kerberos V.Bruce Momjian
2000-05-27Remove // comments from ODBC.Bruce Momjian
2000-05-25! * Users doing non-blocking connections need to handle the resetBruce Momjian
2000-05-22Irix fixes from Murad NayalBruce Momjian
2000-05-21Remove calls to getprotobyname(), which we now know leaks memory onTom Lane
2000-05-18Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to useBruce Momjian
2000-05-17Back out odbc changes until 7.1.Bruce Momjian
2000-05-17*** empty log message ***Michael Meskes
2000-05-16Several compilation and run-time problems occur when building on SGIBruce Momjian
2000-05-16Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane
2000-05-15Fixed the message Makefile produces after compiling. It still saidPeter Mount
2000-05-15*** empty log message ***Michael Meskes
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