summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2001-12-10committed the missing filesMichael Meskes
2001-12-10Add French translationPeter Eisentraut
2001-12-10Remove duplicate lines from previous patch attempt. Trouble with myThomas G. Lockhart
2001-12-10Support ODBC-style CURRENT_TIME, CURRENT_USER, etc with trailing emptyThomas G. Lockhart
2001-12-09Fixed several bugs concerning indicators and added error messages instead of ...Michael Meskes
2001-12-08Fix ecpg to allow pointer to structs.Michael Meskes
2001-12-06 - Removed debug message from preproc.y.Michael Meskes
2001-12-05 - Fixed variable handling in AT statement.Michael Meskes
2001-12-04 Fixed dumping of structs without indicators.Michael Meskes
2001-12-03Pg_lo_open must OR together multiple modes, not AND them. Per reportTom Lane
2001-12-03Bump version to 3.3. Mostly this is because there is some confusion aboutD'Arcy J.M. Cain
2001-12-03Remove code to lookup WinSock error strings in netmsg.dll; according toTom Lane
2001-12-02More correct way to check for existence of types, which allows to specifyPeter Eisentraut
2001-12-02Update since left and right are no longer key words.Peter Eisentraut
2001-11-29NLS updates, most notably fixed zh_TW translationsPeter Eisentraut
2001-11-28Load netmsg.dll locally in winsock_strerror, to avoid actual andTom Lane
2001-11-28No longer need define test in md5.h because of Hiroshi's win_md5.c.Bruce Momjian
2001-11-27strcat should obviously be strcpy here.Tom Lane
2001-11-27Chinese PO patchBruce Momjian
2001-11-25This patch fixes a bug reported by Graham Leggett (minfrin@sharp.fm).Barry Lind
2001-11-22Remove compile errors of psql.exe and libpq.dll underHiroshi Inoue
2001-11-21Spell 'precedes', 'preceding' correctly in various places.Tom Lane
2001-11-21// -> /* */, per Tatsuo.Bruce Momjian
2001-11-19Change 'return ;' to 'return;'; remove space.Bruce Momjian
2001-11-19Indent jdbc case labels using pgjindent.Bruce Momjian
2001-11-19More jdbc comment cleanups. Code looks very nice now.Bruce Momjian
2001-11-19JDBC indenting, comment cleanups.Bruce Momjian
2001-11-19Fix comment at top of file to match file name.Hiroshi Inoue
2001-11-19A bunch of small doco updates motivated by scanning the comments onTom Lane
2001-11-18Improve comments about duplicate files.Bruce Momjian
2001-11-16Add missing prototype.Bruce Momjian
2001-11-16Add configure result checks on odbc, per Peter E.Bruce Momjian
2001-11-16Once again, Michael has overwritten someone else's patch ...Tom Lane
2001-11-16Make the yacc rules safe for parallel make. See discussion on pgsql-patchesPeter Eisentraut
2001-11-16Committed again to add the missing files/patches.Michael Meskes
2001-11-16Change SQLDescribeCol so that it returns alias name properly.Hiroshi Inoue
2001-11-16Update keyword lists per suggestions by Peter. There are now fourTom Lane
2001-11-15Update md5.h because it can't get the value from configure.Bruce Momjian
2001-11-15Fix comment at top of file to match file name.Bruce Momjian
2001-11-14fixes getIndex to work with forte's transparent persistenceDave Cramer
2001-11-14Added Christof's patches.Michael Meskes
2001-11-14Attached is a patch against the CVS repository that fixes the ResultSet absol...Barry Lind
2001-11-13Update CVS tags.Bruce Momjian
2001-11-13Remove md5.c check, add CVS log stamp. Update comments.Bruce Momjian
2001-11-12fixed bug in ResultSet. Version 1.29 backed out two previous fixes (1.26 and...Barry Lind
2001-11-12Commit to support MD5 passwords as per the backend for 7.2. This patch was s...Barry Lind
2001-11-12Sync up both files.Bruce Momjian
2001-11-12Add comments and remove CVS tag from md5.c so they remain identical.Bruce Momjian
2001-11-12Update md5 to match.Bruce Momjian
2001-11-12Add md5 authentication support thanks to Bruce Momjian.Hiroshi Inoue