aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Fix to prevent SQL injection attacks for code calling setObject(int,Object,int)Barry Lind2003-07-22
* Applied patch from dmitry@openratings.com to fix parsing of array valuesBarry Lind2003-07-21
* Added more compat stuff ot the parser.Michael Meskes2003-07-18
* Add an upper limit to IS_VALID_JULIAN() to defend against overflow inTom Lane2003-07-17
* Allow blanks at the end of numerical values.Michael Meskes2003-07-17
* Fixed some bugs in Informix compat functions.Michael Meskes2003-07-17
* Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL conventionTom Lane2003-07-17
* Applied patch to fix two compatibility functions.Michael Meskes2003-07-16
* Started to create different error codes for different backend messages.Michael Meskes2003-07-15
* Missed one rule in syncinc preproc.y which resulted in reduce/reduce conflicts.Michael Meskes2003-07-14
* - Synced preproc.y with gram.yMichael Meskes2003-07-14
* Argh! Missed one file.Michael Meskes2003-07-09
* Fixed some Informix compat functions so they handle NULL resp. indicators bet...Michael Meskes2003-07-09
* Applied patch from Kim Ho @ redhat.com to make support for setObject() moreBarry Lind2003-07-09
* More informix fixes.Michael Meskes2003-07-08
* Fix segfault in connect in informix mode.Michael Meskes2003-07-08
* "char *" of course is not the same as "char []". So I had to fix the way ecpg...Michael Meskes2003-07-07
* tm2timestamp should return -1, not elog, on overflow. (In the backendTom Lane2003-07-04
* Fix missing code for HAVE_INT64_TIMESTAMP.Tom Lane2003-07-04
* Add #include <limits.h> (re-add lost change from Wednesday).Tom Lane2003-07-04
* date, interval and timestamp data should be quoted.Michael Meskes2003-07-04
* Fixed informix behaviour for select without into.Michael Meskes2003-07-04
* Fixed initialization bug and added postgres_fe.h to pgtypeslib.Michael Meskes2003-07-02
* Fix ecpg typo --- change ;; to ;.Bruce Momjian2003-07-01
* Use ISO dates in pgtypeslib by default.Michael Meskes2003-07-01
* patches by Kim Ho to fixDave Cramer2003-06-30
* Patches applied:Barry Lind2003-06-30
* - Made sure Informix style decimal vars are initialized. They use aMichael Meskes2003-06-29
* Just another sync.Michael Meskes2003-06-29
* Merge PO file updates from 7.3 branch.Peter Eisentraut2003-06-28
* When using new protocol, PQexec can get out of a COPY IN or COPY OUTTom Lane2003-06-28
* Create real array comparison functions (that use the element datatype'sTom Lane2003-06-27
* Added just another compatibility level for Informix.Michael Meskes2003-06-26
* Wrap LONG_LONG_MIN redfinition around HAVE_LONG_LONG_INT_64.Bruce Momjian2003-06-26
* Fix compile problem for missing LONG_LONG_MIN on BSD/OS.Bruce Momjian2003-06-26
* Back out array mega-patch.Bruce Momjian2003-06-25
* The remaining files ...Michael Meskes2003-06-25
* remove including of postgres_fe.hMichael Meskes2003-06-25
* Some systems need another header file included.Michael Meskes2003-06-25
* Implemented Informix special way to treat NULLs, removed warnings, synced.Michael Meskes2003-06-25
* > This change (I'm sure this will wrap poorly -- sorry):Bruce Momjian2003-06-25
* This is a bug in python interface module,Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Add -L../ecpglib -lecpg for Cygwin compile.Bruce Momjian2003-06-24
* Change pqInternalNotice to accept a format string and args instead ofTom Lane2003-06-23
* Remove crypt.h from fe-connect.c --- not needed, and caused problems onBruce Momjian2003-06-23
* Added missing terminating '\0' char for data put into char *.Michael Meskes2003-06-22
* Get rid of extraneous newline in PQendcopy error output (was causingTom Lane2003-06-21
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-21
* Synced with backend.Michael Meskes2003-06-20