aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* fixed change in behavior introduced in bytea / getBytes changes. This patch ...Barry Lind2001-10-30
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-30
* updated patch from Mark Lillywhite per Tom Lane's comments: subtract VARHDRSZ...Barry Lind2001-10-30
* applied patch from Mark Lillywhite, patch was already applied to jdbc2, this ...Barry Lind2001-10-30
* Change position of a check button in multibyte mode.Hiroshi Inoue2001-10-29
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* Remove 294 reduce/reduce conflicts.Tom Lane2001-10-25
* pgjindent jdbc files. First time jdbc files were formatted.Bruce Momjian2001-10-25
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Add do { ... } while (0) to more bad macros.Bruce Momjian2001-10-25
* Add missing "do { ... } while(0)" in ODBC macros and add find_baddefsBruce Momjian2001-10-25
* Here is a patch for DatabaseMetaData to show precision properly. It isBruce Momjian2001-10-24
* fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported ...Barry Lind2001-10-24
* synced preproc.y with gram.yMichael Meskes2001-10-22
* > This stops the interface from leaking the row tuples (and thus theBruce Momjian2001-10-19
* removed "not fully implemented" warning for nullifMichael Meskes2001-10-19
* Change SC_fetch() to not retrieve data in case theHiroshi Inoue2001-10-19
* Document all the ecpg error codes.Bruce Momjian2001-10-18
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Added Lee Kindness' patches.Michael Meskes2001-10-18
* Updated the list of encodings supported to match what the backend now supportsBarry Lind2001-10-16
* Added some additional comments in the codeBarry Lind2001-10-16
* Python handle as string all int8 values from postgresql. This could beBruce Momjian2001-10-16
* Doesn't anyone test stuff before they commit it?Tom Lane2001-10-15
* > Uh, isn't the correct fixBruce Momjian2001-10-15
* Synchronize with main parser's keyword list (someone didn't check hisTom Lane2001-10-15
* - Fixed GRANT statement.Michael Meskes2001-10-14
* Fix logic in insert() function.Peter Eisentraut2001-10-13
* Update the version of psqlodbc driver.Hiroshi Inoue2001-10-12
* Fix the bug reported by Chris Lee.Hiroshi Inoue2001-10-12
* Allow optional () after current_user, session_user, user, current_time,Peter Eisentraut2001-10-09
* This patch fixes a bug introduced in the jdbc bytea support patch.Barry Lind2001-10-09
* Fix include file so library is binary compatible again.Michael Meskes2001-10-08
* files attached are Traditional Chinese translations translatedBruce Momjian2001-10-05
* Make sure each call to ECPGraise is logged.Michael Meskes2001-10-05
* Fixed typo in proproc.yMichael Meskes2001-10-05
* Attached is a patch which deals withBruce Momjian2001-10-04
* I've just finished the Chinese NLS support(zh_CN part) filesBruce Momjian2001-10-04
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-03
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-03
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-02
* Re-added Tom's patch fixing my setlocale patch. I accidentlyMichael Meskes2001-10-02
* - Fixed truncate bug.Michael Meskes2001-10-01
* Make libpq++ safe again for older C++ compilers. Do 'using namespace std'Tom Lane2001-09-30
* Fix sloppiness about static vs non-static declaration of functions.Tom Lane2001-09-30
* winsock_strerror crashed on me. This fixes a line of code that looksTom Lane2001-09-30
* Fix the setlocale problem in a way that actually works. setlocaleTom Lane2001-09-29
* A couple of lines were missing from my last patch - this one fixes things.Bruce Momjian2001-09-29
* Per the recent discussion there's been some code changes in JDBC'sBruce Momjian2001-09-29
* Fix the bug about boolean type handling reported byHiroshi Inoue2001-09-29