summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2011-04-19Add gitignore entries for Windows MSVC buildsPeter Eisentraut
2011-04-19Silence compiler warning about unused variable on Windows.Heikki Linnakangas
2011-04-15Rename pg_regress option --multibyte to --encodingPeter Eisentraut
2011-04-12Suppress compiler warnings about "value computed is not used".Tom Lane
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-04-10Adjust regression tests on cube and ECPG for MinGW 64 bit compiler.Andrew Dunstan
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-02Fix typo in PQconnectStartParams().Tom Lane
2011-03-30Adjust error message, now that we expect other message types than connectionHeikki Linnakangas
2011-03-27fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...Greg Stark
2011-03-11In ecpg preprocessor, don't try to look up constants in the test forHeikki Linnakangas
2011-03-08Fix parallel make when running make install before make allPeter Eisentraut
2011-03-08Added new version of ecpg's parser test script which was written by Andy Cols...Michael Meskes
2011-03-07Add missing "static" marker to internal_ping().Tom Lane
2011-03-04In initialize_SSL, don't fail unnecessarily when home dir is unavailable.Tom Lane
2011-03-03Added new version of ecpg's parser generator script. This one was written byMichael Meskes
2011-02-19Set psql client encoding from locale by defaultPeter Eisentraut
2011-02-18Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...Michael Meskes
2011-02-15Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane
2011-01-29Use GSSAPI library for SSPI auth, when native SSPI is not availableMagnus Hagander
2011-01-09There is no need to have to identical functions in ecpg thus removing one of ...Michael Meskes
2011-01-08In ecpg's parser removed a fixed length limit for constants defining an array...Michael Meskes
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-28Fix ill-advised placement of PGRES_COPY_BOTH enum value.Tom Lane
2010-12-24Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...Andrew Dunstan
2010-12-23Added rule to ecpg lexer to accept "Unicode surrogate pair in extended quotedMichael Meskes
2010-12-22Add PQlibVersion() function to libpqMagnus Hagander
2010-12-18Properly print the IP number and "localhost" for failed localhostBruce Momjian
2010-12-16Fix crash caused by NULL lookup when reporting IP address of failedBruce Momjian
2010-12-11Allow bidirectional copy messages in streaming replication mode.Robert Haas
2010-11-27In libpq/Makefile, use OBJS += as a way to break up long link lines intoBruce Momjian
2010-11-27On further testing, PQping also needs an explicit check for AUTH_REQ.Tom Lane
2010-11-27Rewrite PQping to be more like what we agreed to last week.Tom Lane
2010-11-27Clean up IPv4 vs IPv6 bogosity in connectFailureMessage().Tom Lane
2010-11-26Use conn->raddr consistently for non-connect libpq error reporting.Bruce Momjian
2010-11-26Update comment that says we only report last libpq connection failure,Bruce Momjian
2010-11-26Use only addr_cur when reporting connection failures in libpq.Bruce Momjian
2010-11-26Abandon use of Makefile variables in libpq/Makefile because MSVC scrapesBruce Momjian
2010-11-26In libpq/Makefile, merge PERM_PGPORT and OPT_PGPORT into a singleBruce Momjian
2010-11-25For libpq/Makefile OPT_PGPORT, remove .o extension after we testBruce Momjian
2010-11-25Add PQping and PQpingParams to libpq to allow detection of the server'sBruce Momjian
2010-11-25Restructure how libpq includes external C files, for clarity.Bruce Momjian
2010-11-25Add inet_net_ntop.c to .gitignore.Robert Haas
2010-11-25Properly add new inet_net_ntop file to libpq Makefile.Bruce Momjian
2010-11-24When reporting the server as not responding, if the hostname wasBruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-17Additional fixes for parallel makePeter Eisentraut
2010-11-15Cleanup various comparisons with the constant "true".Robert Haas
2010-11-12Improved parallel make supportPeter Eisentraut
2010-11-02Some cleanup in ecpg code:Michael Meskes