summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2003-08-08Makefile cleanup.Bruce Momjian
2003-08-08More thread.c cleanup.Bruce Momjian
2003-08-08More threading cleanups.Bruce Momjian
2003-08-08threads.c -> thread.c, be consistent.Bruce Momjian
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-07Sometimes the third time is the charm. Third try to fix the sql injectionBarry Lind
2003-08-06Fix compiler-detected problem for Alphas: it seems strlen returnsTom Lane
2003-08-06Applied patch from kho@redhat.com to fix a problem with trying to use a fetchBarry Lind
2003-08-06Add ecpg thread testing file.Bruce Momjian
2003-08-04Fix some more problems with testing error returns from SSL.Tom Lane
2003-08-04Translation updatesPeter Eisentraut
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-04Remove extra paren in NOT_USED code, found by pgindent.Bruce Momjian
2003-08-01Code review for sslmode patch: eliminate memory leak, avoid giving aTom Lane
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-01Russian translation updates by Serguei MokhovPeter Eisentraut
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-08-01clean python out of MakefileMarc G. Fournier
2003-08-01remove python module, as its moved to http://www.pygresql.orgMarc G. Fournier
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-27here are the patches for psql on Win32:Bruce Momjian
2003-07-26At long last I put together a patch to support 4 client SSL negotiationBruce Momjian
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-24Fixes additional sql injection vulnerabilities reported by Oliver JowettBarry Lind
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-07-23Czech translation updates from Karel ZakPeter Eisentraut
2003-07-22Fix to prevent SQL injection attacks for code calling setObject(int,Object,int)Barry Lind
2003-07-21Applied patch from dmitry@openratings.com to fix parsing of array valuesBarry Lind
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