summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2009-08-14Made sure sqlca is reset for declare cursor in Informix mode as pointed out byMichael Meskes
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-08-07Remove unused ecpg variable.Bruce Momjian
2009-08-07Added STRING datatype for Informix compatibility mode. This work isMichael Meskes
2009-08-05Fixed copyright notice.Michael Meskes
2009-08-04Fix an ecpg test, too. Are we there yet?Tom Lane
2009-08-04Teach PQescapeByteaConn() to use hex format when the target connection isTom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-08-01Improve unique-constraint-violation error messages to include the exactTom Lane
2009-07-24Avoid extra system calls to block SIGPIPE if the platform provides eitherTom Lane
2009-07-22Fix mismatch in const:ness of parameters.Magnus Hagander
2009-07-14Remove duplicate definition of TYPECAST token.Tom Lane
2009-07-14Tweak the core scanner so that it can be used by plpgsql too.Tom Lane
2009-07-13Stamp minor library version numbers for 8.5; sorry for the delay.Bruce Momjian
2009-07-01Stamp HEAD as 8.5devel.Tom Lane
2009-06-26Translation updates for 8.4 release.Peter Eisentraut
2009-06-23Properly initialize SSL engines when used from libpq. This is required forMagnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-10Translation updatesPeter Eisentraut
2009-06-10Arrange that the string "syntax error" generated by bison is translated.Peter Eisentraut
2009-06-03Clean up ecpg's use of mmerror(): const-ify the format argument, add anTom Lane
2009-05-27Reverting patch just in case a compiler treats this enum as signed.Michael Meskes
2009-05-26Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly.Tom Lane
2009-05-21Removed comparison of unsigned expression < 0.Michael Meskes
2009-05-20Removed unsigned/signed mismatches.Michael Meskes
2009-05-20More variables gcc moans aboutMichael Meskes
2009-05-20Removed some unneeded variables and comparisonsMichael Meskes
2009-05-18Make pwdfMatchesString() a little more careful about matching * fields.Tom Lane
2009-05-14Translation updatesAlvaro Herrera
2009-05-06Fix ecpg tests for change that disallowed Unicode literals unlessTom Lane
2009-05-03Fix already-obsolete hint message ... sslverify parameter is no more.Tom Lane
2009-04-24Remove sslverify parameter again, replacing it with two new sslmode values:Magnus Hagander
2009-04-19Assorted portability fixes for Borland C, from Pavel Golub.Tom Lane
2009-04-14Add libpq error message text on how to handle missing root.crt file.Bruce Momjian
2009-04-09Translation updates for 8.4 betaPeter Eisentraut
2009-04-06Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas
2009-03-31Add PQinitOpenSSL() function to support applications that use libcryptoTom Lane
2009-03-28Clarify variable naming: pq_initssllib -> pq_init_ssl_libBruce Momjian
2009-03-28Better document PQinitSSL(0) behavior in regards to libcrypto.Bruce Momjian
2009-03-26Gettext plural supportPeter Eisentraut
2009-03-22Clean up pg_SSPI_error() coding a little bit: make the messages moreTom Lane
2009-03-22Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating asTom Lane
2009-03-08Add comments about kwlookup.c expectationsAlvaro Herrera
2009-03-07Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera
2009-02-25Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut
2009-02-07ecpg requires libpq; add Makefile rules to require libpq to be builtBruce Momjian
2009-02-05Mixing long and int entries of a union only works on some architectures.Michael Meskes
2009-02-04Added result checks for calls to gmtime().Michael Meskes
2009-02-03Argh, wrong line copied again.Michael Meskes
2009-02-03Fixed copy&paste mistake that made library use uninitialized variable.Michael Meskes