summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2003-09-22- Fixed order mismatch in processing "using" arguments.Michael Meskes
2003-09-21Fix some ill-considered ifdefs, per report from Hans-JÏrgen SchÎnig.Tom Lane
2003-09-20- Renamed my own strndup() function because of a name clash.Michael Meskes
2003-09-20- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.Michael Meskes
2003-09-19One small typo in preprocessor.Michael Meskes
2003-09-19Removed superfluous return statement in get_data.Michael Meskes
2003-09-18- Accept output variables for FETCH in DECLARE statement.Michael Meskes
2003-09-16I don't care whether it's informix-compatible or not: #defining a wordTom Lane
2003-09-10Some uppercase type definitions were left.Michael Meskes
2003-09-09- Added Dave patch for Informix handling of numeric/int conversion.Michael Meskes
2003-09-05Improve prototype casting for thread calls.Bruce Momjian
2003-09-01Fixed two bugs in pgtypes library.Michael Meskes
2003-08-26Fixed connect statement with username in variable.Michael Meskes
2003-08-25Synced parser and fixed a bug in error output to log file.Michael Meskes
2003-08-24Add macros for error result fields to libpq.Peter Eisentraut
2003-08-08Fix null checking of type decimal datums without indicator in InformixPeter Eisentraut
2003-08-08Be a little bit more careful about using sqlstate, in case libpq returnedPeter Eisentraut
2003-08-08Remove postgres_ext.h inclusion -- not necessary.Peter Eisentraut
2003-08-07Clean up function header.Bruce Momjian
2003-08-07Make table column type TEXT.Bruce Momjian
2003-08-07Add iteration option to thread test program.Bruce Momjian
2003-08-07Update ecpg thread testing program to be more automated.Bruce Momjian
2003-08-07Include postgres_ext.h instead of postgres_fe.h. This allows ecpgBruce Momjian
2003-08-07Add -lm for ecpg/pgtypeslib/Makefile link so -lm isn't required for ecpgBruce Momjian
2003-08-06Fix compiler-detected problem for Alphas: it seems strlen returnsTom Lane
2003-08-06Add ecpg thread testing file.Bruce Momjian
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Missed two places to replace union member.Michael Meskes
2003-08-01Fix a few of the more blatantly unportable constructs in this file.Tom Lane
2003-08-01Fix inconsistent static-vs-not-static declarations.Tom Lane
2003-08-01Fix compile warning.Tom Lane
2003-08-01Use only two-part shared library version numbers, for better portabilityPeter Eisentraut
2003-08-01Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut
2003-08-01Added missing TO keyword.Michael Meskes
2003-08-01- Added some Informix error codes in Informix mode.Michael Meskes
2003-07-25Added explicit casts for date/interval/timestamp.Michael Meskes
2003-07-25Applied Peter's patch to use yyless instead of my string_unput function.Michael Meskes
2003-07-24Fixed mdy functions to use correct offset.Michael Meskes
2003-07-18Added more compat stuff ot the parser.Michael Meskes
2003-07-17Add an upper limit to IS_VALID_JULIAN() to defend against overflow inTom Lane
2003-07-17Allow blanks at the end of numerical values.Michael Meskes
2003-07-17Fixed some bugs in Informix compat functions.Michael Meskes
2003-07-17Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane
2003-07-16Applied patch to fix two compatibility functions.Michael Meskes
2003-07-15Started to create different error codes for different backend messages.Michael Meskes
2003-07-14Missed one rule in syncinc preproc.y which resulted in reduce/reduce conflicts.Michael Meskes
2003-07-14 - Synced preproc.y with gram.yMichael Meskes
2003-07-09Argh! Missed one file.Michael Meskes
2003-07-09Fixed some Informix compat functions so they handle NULL resp. indicators bet...Michael Meskes