Commit Graph

2046 Commits (3b2e94de84e0e41946da09333f189fee5f166299)

Author SHA1 Message Date
Bruce Momjian 0416641baa At this moment, --enable-debug adds debugging information to most of the 24 years ago
Bruce Momjian 6024ac1ba0 Back out old version and update with newer patch of: 24 years ago
Bruce Momjian a8bd7e1c6e > Tatsuo Ishii wrote: 24 years ago
Bruce Momjian 33766e680d Here's a patch against 7.1.3 that fixes a problem with sending larger 24 years ago
Dave Cramer 17b6baf17d Doug Fields patch to prevent exception being thrown on zero length arrays 24 years ago
Dave Cramer fe4e95f682 patch from Zhenbang Wei 24 years ago
Dave Cramer 8f83590aa1 Patch from Ryouichi Matsuda 24 years ago
Dave Cramer 7aa6270fc7 patch from Mitchel Friedman to fix getTables 24 years ago
Dave Cramer 521017c5d0 patch from Vicktor to fix Numeric decimal digits in getColumns 24 years ago
Bruce Momjian fef790cc03 Back out python patch: 24 years ago
Bruce Momjian 14b05248cc This patch to the python bindings adds C versions of the often-used 24 years ago
Bruce Momjian 294f0d4bd6 Add PQunescapeBytea libpq function. 24 years ago
Bruce Momjian b2aade0e4b Improve libpgeasy API for multiple result sets, add example. 24 years ago
Tom Lane a616cbc5e3 Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com. 24 years ago
Tom Lane 78ab803402 Don't bother to request SSL connection over a Unix socket, since the 24 years ago
Hiroshi Inoue e1716475e4 Add files for Unicode support. 24 years ago
Hiroshi Inoue fc3726b4b9 Improve the handling of ODBC escape(a request from Marcelo Aceto). 24 years ago
Dave Cramer 7776319a7e Implementation for cancelQuery by Grant Finnemore <grantf@guruhut.co.za> 24 years ago
Dave Cramer f66f7a542f compiles correctly but still doesn't work with jdk 1.4 24 years ago
Peter Eisentraut 42c3381fc7 Heimdal support (Kerberos V implementation from KTH) 24 years ago
Peter Eisentraut 0055a39390 Add -Wno-error to CFLAGS, so the rest of the tree can compile with 24 years ago
Dave Cramer 391e1f7b7f fixed compile error 24 years ago
Dave Cramer 8c17e4e0fc This patch fixes the exception thrown to inform the user the method 24 years ago
Dave Cramer deaad93462 Patch from Cormac Twomey 24 years ago
Dave Cramer 0786c61c14 Patch from Cormac Twomey 24 years ago
Dave Cramer 178961ad47 now compiles clean with jdk 1.4 24 years ago
Hiroshi Inoue c03e7fbadc Remove compile warnings in multibute mode. 24 years ago
Hiroshi Inoue 3c16d095b5 The version is now 7.01.0010. 24 years ago
Hiroshi Inoue b6db89a02d Separate info30.c from info.c. 24 years ago
Hiroshi Inoue 22d7fa7de4 Add files for ODBC3.0 support. 24 years ago
Bruce Momjian 4f5991552c Remove ODBC todo, add to main TODO. 24 years ago
Peter Eisentraut 673b48becb Remove warning about automatic inclusion of sqlca. 24 years ago
Peter Eisentraut 3ac85b86cb Update Win32-world version number of libpq++. 24 years ago
Michael Meskes cb8961ab47 Added patch to temporarily disable locale for descriptors too (Christof) 24 years ago
Tom Lane 04c8d4c660 libpq++/pgconnection.h must not include postgres_fe.h, else it fails to 24 years ago
Dave Cramer 83b5ae65a0 Fixes to getImportedKeys/getExportedKeys from Jason Davies 24 years ago
Michael Meskes 2ab3a88879 Accept subsequent commits. This should have been just a warning anyway. I 24 years ago
Barry Lind 2843a13e51 Applied patch submitted by Ryouichi Matsuda (r-matuda@sra.co.jp) that fixed a problem with leading zeros being lost on fractional seconds when setting a timestamp value on a PreparedStatement. 24 years ago
Barry Lind d013dbed75 Applied patch from Ryouichi Matsuda <r-matuda@sra.co.jp> where the jdbc 24 years ago
Tom Lane eab6776358 Ensure that ecpg/test is cleaned by higher-level 'make clean'. 24 years ago
Bruce Momjian d43b364eb9 Small AIX fixes from Rick Flower. 24 years ago
Michael Meskes 7138a1e5fc - Fixed variable handling for struct members. 24 years ago
Michael Meskes 051a4f233f Added Christof's fixes. 24 years ago
Hiroshi Inoue d91b445117 *** empty log message *** 24 years ago
Hiroshi Inoue f43b5de649 Add a directory to save the changes until 7.3-tree is branched. 24 years ago
Michael Meskes 7955f98774 Include sqlca.h automatically. 24 years ago
Tom Lane 92a2598f97 The result of getopt() should be compared to -1, not EOF, per 24 years ago
Tom Lane d079c419d2 Fix include paths for case of VPATH build. 24 years ago
Tom Lane a34f313223 Fix copy-and-paste mistake exposed by gcc warning. 24 years ago
Peter Eisentraut 154ccb6040 Revert last change (CFLAGS+=-g). Probably was a mistake... 24 years ago