summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2009-02-02When changing a regression test file one should also change the expected outp...Michael Meskes
2009-02-02Set memory segment to '0', just to be sure.Michael Meskes
2009-02-02Fixed auto allocation for binary data types.Michael Meskes
2009-02-02Fixed bug in %s handling.Michael Meskes
2009-01-30Make messages consistent with existing onesPeter Eisentraut
2009-01-30Whitespace fix in messagePeter Eisentraut
2009-01-29Message fixPeter Eisentraut
2009-01-28Go over all OpenSSL return values and make sure we compare themMagnus Hagander
2009-01-26Message format tuningPeter Eisentraut
2009-01-23Message style reviewPeter Eisentraut
2009-01-22Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut
2009-01-19Fix accidental (I suppose) introduction of non-ASCII quote marks.Tom Lane
2009-01-19Message wordsmithingPeter Eisentraut
2009-01-16WordsmithingPeter Eisentraut
2009-01-15NLS cleanup in ecpglibPeter Eisentraut
2009-01-15Build needed things in src/test/regress/ first. And some build rulesPeter Eisentraut
2009-01-14misc.o depends on pg_config_paths.h when --enable-nls is used.Peter Eisentraut
2009-01-13Remove special-handling of usernames with Kerberos authentication. We willMagnus Hagander
2009-01-09Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when anTom Lane
2009-01-07Don't require pqGetHomeDirectory to succeed if the user has specifiedMagnus Hagander
2009-01-05Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut
2009-01-05Allow out-of-tree builds on mingw and cygwinPeter Eisentraut
2009-01-02Split the ecpg translation support into a separate catalog for the ecpgPeter Eisentraut
2009-01-01Fix a couple of missed copyright dates.Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-29Finally the last test.Michael Meskes
2008-12-29First rounf of whitespace changes. Everything but connect-test1 should be fine.Michael Meskes
2008-12-17Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> toMichael Meskes
2008-12-15Fix cast-away-const problem as well as bogus calculation of required buffer s...Tom Lane
2008-12-15Do not try to change a const variable.Michael Meskes
2008-12-15Support specifying filename for SSL certificate, key, root certificate storeMagnus Hagander
2008-12-12Using clause has to accept signed numeric constants too.Michael Meskes
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-12-04Comment said we don't free the lockarray, and why. The proper fix is toMagnus Hagander
2008-12-04Fix typo in recent SSL unload patch.Bruce Momjian
2008-12-03Properly unregister OpenSSL callbacks when libpq is done withMagnus Hagander
2008-12-02Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander
2008-12-01Removed port testing.Michael Meskes
2008-11-29Make sure we give an appropriate user-facing error when attemptingTom Lane
2008-11-28Partial fix for fallout from temp-port changes. ecpg still needs more work,Tom Lane
2008-11-26interval.c needs limits.hMichael Meskes
2008-11-26Applied patch by Ron Mayer <rm_pg@cheapcomplexdevices.com> to merge the newMichael Meskes
2008-11-26Tweak new PQExpBufferBroken macro to suppress warnings from pickierTom Lane
2008-11-26Removed strchrnulMichael Meskes
2008-11-26When creating a varchar struct name braces must be discarded.Michael Meskes
2008-11-26Add %expect 0 to all parser input files to prevent conflicts slipping by.Peter Eisentraut
2008-11-26Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane
2008-11-25Remove PGINTERVALSTYLE from the set of special environment variables forTom Lane
2008-11-24Disable FNM_CASEFOLD. Need a proper solution later, but just commentMagnus Hagander