aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* 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
* Disable local creds on OpenBSD because it doesn't support it. DocumentBruce Momjian2001-09-26
* - Synced preproc.y with gram.y.Michael Meskes2001-09-25
* 1) Fix compile errors on Windows.Hiroshi Inoue2001-09-24
* Don't refer to odbcinst.ini by absolute path. SQLGetPrivateProfileStringPeter Eisentraut2001-09-23
* The attached patch is my first run-through of the JDBC test suite. ABruce Momjian2001-09-23
* Provide some initial support for building the ODBC driver forPeter Eisentraut2001-09-22
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-21
* 1) Avoid an overflow of connection string for Access(Microsoft Jet).Hiroshi Inoue2001-09-21
* Change the version. We are moving towards the next release.D'Arcy J.M. Cain2001-09-19
* - Synced preproc.y with gram.y.Michael Meskes2001-09-19
* Fix bogus failure-return value from lo_create, per report from GavinTom Lane2001-09-17
* Attached is a patch that fixes ResultSetMetaData.isNullable() inBruce Momjian2001-09-17
* I'm attaching a patch which fixes the corruption in strings causedBruce Momjian2001-09-17
* Use portable putenv(), not unportable setenv().Tom Lane2001-09-17
* > Here's a revised patch. Changes:Bruce Momjian2001-09-14
* Allow '1' in jdbc2 boolean test.Bruce Momjian2001-09-14
* Change an *if condition*.Hiroshi Inoue2001-09-14