summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2015-02-02Stamp 9.4.1.REL9_4_1Tom Lane
2015-02-02Translation updatesPeter Eisentraut
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-11Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane
2014-12-15Translation updatesAlvaro Herrera
2014-12-15Translation updatesPeter Eisentraut
2014-11-30Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b7210df3f20cd8 et al.Tom Lane
2014-11-29Revert "Add libpq function PQhostaddr()."Noah Misch
2014-11-25Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas
2014-11-25Check return value of strdup() in libpq connection option parsing.Heikki Linnakangas
2014-11-17Translation updatesPeter Eisentraut
2014-11-03Make ECPG test programs depend on "ecpg$(X)", not "ecpg".Noah Misch
2014-10-29Reset error message at PQreset()Heikki Linnakangas
2014-10-22Ensure libpq reports a suitable error message on unexpected socket EOF.Tom Lane
2014-10-22MinGW: Link with shell32.dll instead of shfolder.dll.Noah Misch
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-07Fix array overrun in ecpg's version of ParseDateTime().Tom Lane
2014-10-06Translation updatesPeter Eisentraut
2014-08-19Install libpq DLL with $(INSTALL_SHLIB).Noah Misch
2014-07-21Translation updatesPeter Eisentraut
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-21Fix spurious tab characterPeter Eisentraut
2014-05-09Fix missing dependencies in ecpg's test Makefiles.Tom Lane
2014-05-08Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch
2014-05-08Include files copied from libpqport in .gitignoreHeikki Linnakangas
2014-05-08Avoid buffer bloat in libpq when server is consistently faster than client.Tom Lane
2014-05-07With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-06Fix handling of array of char pointers in ecpglib.Michael Meskes
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-04-23ecpg: Add additional files to .gitignorePeter Eisentraut
2014-04-19libpq: have PQconnectdbParams() and PQpingParams accept "" as defaultBruce Momjian
2014-04-17Fix unused-variable warning on Windows.Tom Lane
2014-04-16libpq: use pgsocket for socket values, for portabilityBruce Momjian
2014-04-16Fix timeout in LDAP lookup of libpq connection parametersMagnus Hagander
2014-04-16check socket creation errors against PGINVALID_SOCKETBruce Momjian
2014-04-14Fix whitespacePeter Eisentraut
2014-04-09Several fixes to array handling in ecpg.Michael Meskes
2014-04-05ecpg/ecpglib must build the src/port files it uses with -DFRONTEND.Tom Lane
2014-03-20libpq: pass a memory allocation failure error up to PQconndefaults()Bruce Momjian
2014-03-17Fix advertised dispsize for libpq's sslmode connection parameter.Tom Lane
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-03Fix whitespacePeter Eisentraut
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-02-19Fix some missing .gitignore and "make clean" items in ecpg.Tom Lane
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-17Fix handling of wide datetime input/output.Noah Misch
2014-02-12Improve libpq's error recovery for connection loss during COPY.Tom Lane
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian