summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
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
2000-03-23Some points for portability improvements:Bruce Momjian
2000-03-23Please apply the attached patch to interfaces/libpq/libpq-fe.h. This wouldBruce Momjian
2000-03-23*** empty log message ***Michael Meskes
2000-03-21Forgot that odbc had its own copies of config.sub/config.guess.Tom Lane
2000-03-21Fix query for primary keys to reflect new DISTINCT ON () syntax.Thomas G. Lockhart
2000-03-19*** empty log message ***Michael Meskes
2000-03-18Clean up minor compiler warnings.Tom Lane
2000-03-18Modify lexing of multi-char operators per pghackers discussion aroundTom Lane
2000-03-18Repair typos: <xb> EOF rule should be <xh>, likewise <xq> to <xd>Tom Lane
2000-03-17Patch possible portability problem: a few places had // style comments,Tom Lane
2000-03-16libpq++ Makefile uses -DDEBUG to turn on debugging trace toBruce Momjian
2000-03-15*** empty log message ***Michael Meskes
2000-03-14Repair unintentional damage to MULTIBYTE code.Tom Lane
2000-03-14> The snprintf stuff in interfaces/ecpg/preproc/Makefile.in is broken.Bruce Momjian
2000-03-11Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane
2000-03-11Update perl5's self-test for changed spelling of connection failureTom Lane
2000-03-10*** empty log message ***Michael Meskes
2000-03-09*** empty log message ***Michael Meskes
2000-03-08Fix ==-instead-of-= typo that gcc does its level best to point out.Tom Lane
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian
2000-03-07*** empty log message ***Michael Meskes
2000-03-03*** empty log message ***Michael Meskes
2000-03-03*** empty log message ***Michael Meskes
2000-03-03*** empty log message ***Michael Meskes
2000-03-02*** empty log message ***Michael Meskes
2000-03-02*** empty log message ***Michael Meskes
2000-03-02Patch for Irix from Mark Dalphin.Bruce Momjian
2000-03-01*** empty log message ***Michael Meskes
2000-02-28Update ecpg to use snprintfBruce Momjian
2000-02-28update to 6.40.0009 and provide WIN32 defines for auto-configured itemsByron Nikolaidis
2000-02-28missing state transitionByron Nikolaidis
2000-02-27Clean up badly-formatted error messages from pg_connect.Tom Lane
2000-02-25*** empty log message ***Michael Meskes
2000-02-25*** empty log message ***Michael Meskes
2000-02-24 The following is required in order to make beta1 compile on the Win32Bruce Momjian
2000-02-24Tweak libpq so that if a backend ERROR message arrives while libpqTom Lane
2000-02-23*** empty log message ***Michael Meskes
2000-02-22*** empty log message ***Michael Meskes
2000-02-21Avoid race conditions in detection of EINPROGRESS during connect().Jan Wieck
2000-02-19Fix nasty bug in setting client_encodingTatsuo Ishii
2000-02-18*** empty log message ***Michael Meskes