summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2002-01-11*** empty log message ***Hiroshi Inoue
2002-01-11Add a directory to save the changes until 7.3-tree is branched.Hiroshi Inoue
2002-01-10Include sqlca.h automatically.Michael Meskes
2002-01-10The result of getopt() should be compared to -1, not EOF, perTom Lane
2002-01-09Fix include paths for case of VPATH build.Tom Lane
2002-01-08Fix copy-and-paste mistake exposed by gcc warning.Tom Lane
2002-01-08Revert last change (CFLAGS+=-g). Probably was a mistake...Peter Eisentraut
2002-01-08Remove shift/reduce conflicts introduced by last change.Tom Lane
2002-01-08Fixed array pointers, no longer using void * in arithmetics.Michael Meskes
2002-01-07Fixed parser to accept initializing expressions starting with "(".Michael Meskes
2002-01-07Editorial reviewPeter Eisentraut
2002-01-05Bugfix for bug reported by Marcus Better (marcus@dactylis.com). When preformingBarry Lind
2001-12-30Make sure that all <ctype.h> routines are called with unsigned charTom Lane
2001-12-23- Removed space_or_nl and line_end from pgc.l.Michael Meskes
2001-12-21Czech translation updates from Karel ZakPeter Eisentraut
2001-12-21Remove duplicate lines from fouled up last commit (my DSL line failedThomas G. Lockhart
2001-12-14More comment for libpgeasy.Bruce Momjian
2001-12-14Fix double-memory free in libpgeasy; problem introduced yesterday.Bruce Momjian
2001-12-14Clean up comment in libpgeasy.Bruce Momjian
2001-12-13Add SwedishPeter Eisentraut
2001-12-13updatePeter Eisentraut
2001-12-13revert last changePeter Eisentraut
2001-12-13Free libpgeasy result structure on database close; fixed memory leak.Bruce Momjian
2001-12-11Applied patch from Thomas O'Dowd that fixes timestamp parsing. The jdbc codeBarry Lind
2001-12-11Patch from Ned Wolpert that fixes a bug that caused the cache of types notBarry Lind
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