Commit Graph

3188 Commits (e549722a8b2fcc5b2ad9a9bd53948466ea5dae26)

Author SHA1 Message Date
Bruce Momjian e795b56322 ecpg requires libpq; add Makefile rules to require libpq to be built 17 years ago
Michael Meskes 78cbd49826 Mixing long and int entries of a union only works on some architectures. 17 years ago
Michael Meskes 649a1252b7 Added result checks for calls to gmtime(). 17 years ago
Michael Meskes 08ffa78483 Argh, wrong line copied again. 17 years ago
Michael Meskes efd019fc94 Fixed copy&paste mistake that made library use uninitialized variable. 17 years ago
Michael Meskes 80f95a6500 When changing a regression test file one should also change the expected output file. 17 years ago
Michael Meskes 934eab7cd5 Set memory segment to '0', just to be sure. 17 years ago
Michael Meskes 2d3c691146 Fixed auto allocation for binary data types. 17 years ago
Michael Meskes 77ca045384 Fixed bug in %s handling. 17 years ago
Peter Eisentraut cb629f7225 Make messages consistent with existing ones 17 years ago
Peter Eisentraut c05460fe50 Whitespace fix in message 17 years ago
Peter Eisentraut 7adbd76655 Message fix 17 years ago
Magnus Hagander 16c46d5d7a Go over all OpenSSL return values and make sure we compare them 17 years ago
Peter Eisentraut 39ab3c1c61 Message format tuning 17 years ago
Peter Eisentraut 3b35a904aa Message style review 17 years ago
Peter Eisentraut 9c4b69ed5c Recreate ecpg_config.h with a stamp file created by config.status, same 17 years ago
Tom Lane cc1d292d78 Fix accidental (I suppose) introduction of non-ASCII quote marks. 17 years ago
Peter Eisentraut 0d8c613180 Message wordsmithing 17 years ago
Peter Eisentraut 19afb4e805 Wordsmithing 17 years ago
Peter Eisentraut cb05ab81a8 NLS cleanup in ecpglib 17 years ago
Peter Eisentraut cbb1358b18 Build needed things in src/test/regress/ first. And some build rules 17 years ago
Peter Eisentraut 08585dcf13 misc.o depends on pg_config_paths.h when --enable-nls is used. 17 years ago
Magnus Hagander 64580224f9 Remove special-handling of usernames with Kerberos authentication. We will 17 years ago
Tom Lane d25ada4d78 Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when an 17 years ago
Magnus Hagander 75eafe965e Don't require pqGetHomeDirectory to succeed if the user has specified 17 years ago
Peter Eisentraut 46866e92bd Fix for cross-compilation between mingw32 and something else. The choice 17 years ago
Peter Eisentraut 26af72b46b Allow out-of-tree builds on mingw and cygwin 17 years ago
Peter Eisentraut a3114e52f6 Split the ecpg translation support into a separate catalog for the ecpg 17 years ago
Tom Lane 62b64cbb48 Fix a couple of missed copyright dates. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Michael Meskes bdfde2b390 Finally the last test. 17 years ago
Michael Meskes 3c82099c82 First rounf of whitespace changes. Everything but connect-test1 should be fine. 17 years ago
Michael Meskes e05c5a908b Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to 17 years ago
Tom Lane d1c24460bf Fix cast-away-const problem as well as bogus calculation of required buffer size. 17 years ago
Michael Meskes 3f7e1e4b91 Do not try to change a const variable. 17 years ago
Magnus Hagander 5f3724dd7c Support specifying filename for SSL certificate, key, root certificate store 17 years ago
Michael Meskes 192dd845a1 Using clause has to accept signed numeric constants too. 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Peter Eisentraut b2971e2048 Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. 17 years ago
Magnus Hagander 30c52532d2 Comment said we don't free the lockarray, and why. The proper fix is to 17 years ago
Bruce Momjian 98be3b49be Fix typo in recent SSL unload patch. 17 years ago
Magnus Hagander 4e81628653 Properly unregister OpenSSL callbacks when libpq is done with 17 years ago
Magnus Hagander 2c69fa0c38 Change wildcard cerfificate mapping to be much simler - we now only match 17 years ago
Michael Meskes ac03efbb9c Removed port testing. 17 years ago
Tom Lane b651b2a5c2 Make sure we give an appropriate user-facing error when attempting 17 years ago
Tom Lane 2a6108ac24 Partial fix for fallout from temp-port changes. ecpg still needs more work, 17 years ago
Michael Meskes df559de9c1 interval.c needs limits.h 17 years ago
Michael Meskes 7c5a561f31 Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the new 17 years ago
Tom Lane cbb3e1cda7 Tweak new PQExpBufferBroken macro to suppress warnings from pickier 17 years ago
Michael Meskes ba34215269 Removed strchrnul 17 years ago