summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Complete cleaningPeter Eisentraut2007-04-011-2/+2
* Make ECPG regression tests use native threading instead of pthreads, now thatMagnus Hagander2007-03-294-58/+122
* - Added patch by Magnus Hagander <magnus@hagander.net> to use nativeMichael Meskes2007-03-2917-152/+170
* Fix typo, ensable -> enable, per Steve Gieseking.Tom Lane2007-03-271-2/+2
* Fix ecpg/preproc makefile for parallel builds: parser.o must dependTom Lane2007-03-181-2/+2
* - Changed some whitespacing in connect statement.Michael Meskes2007-03-1768-317/+778
* Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move theMagnus Hagander2007-03-084-48/+14
* Add lo_truncate() to backend and libpq for large object truncation.Bruce Momjian2007-03-034-5/+64
* Add comment that on Win32, we don't need to check the .pgpass fileBruce Momjian2007-02-201-1/+3
* Add "isodow" option to EXTRACT() and date_part() where Sunday = 7.Bruce Momjian2007-02-192-2/+4
* Code review for SSLKEY patch.Tom Lane2007-02-161-16/+21
* Add two new format fields for use with to_char(), to_date() andBruce Momjian2007-02-161-1/+2
* SSL improvements:Bruce Momjian2007-02-161-42/+96
* Fixed multibyte handling as reported by <harada.toshi@oss.ntt.co.jp>.Michael Meskes2007-02-112-22/+34
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-102-10/+10
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-092-5/+5
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-082-7/+6
* Replace some strncpy() by strlcpy().Peter Eisentraut2007-02-071-3/+2
* Applied Magnus Hagander's patch to take away some compiler warnings.Michael Meskes2007-02-022-2/+3
* Cleaned up va_list handling. Hopefully this now works on all archs.Michael Meskes2007-02-022-10/+12
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-013-8/+8
* Fixed expected files, so they are in sync with tests again.Michael Meskes2007-01-274-2414/+0
* Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway2007-01-262-9/+3
* Removed compiler warning due to unneeded unsigned declaration.Michael Meskes2007-01-259-18/+47
* Remove some unused variablesPeter Eisentraut2007-01-212-10/+2
* Put back libpq link, but make sure that libpq's in-tree directory isPeter Eisentraut2007-01-211-2/+2
* Remove remains of old depend target.Peter Eisentraut2007-01-206-29/+8
* The libpq library directory was mentioned here in the wrong place, whichPeter Eisentraut2007-01-201-2/+1
* Only build ecpg test code when the test is to be performed, in line withPeter Eisentraut2007-01-201-1/+0
* Missed two new files from Joachim's patch.Michael Meskes2007-01-122-0/+2412
* also adjust MinGW expected file to new setupMichael Meskes2007-01-124-29/+46
* Simplified regression handlingMichael Meskes2007-01-1246-70/+66
* Applied Joachim's patch for a --regression option.Michael Meskes2007-01-1150-128/+249
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-112-10/+16
* Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut2007-01-071-2/+3
* Update ecpg regresison output for new library version number.Bruce Momjian2007-01-0540-40/+40
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0523-45/+45
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-056-14/+14
* Revert exports.list change pending closer study.Tom Lane2006-12-281-2/+2
* Use a more backward-compatible syntax for exports.list on Linux.Tom Lane2006-12-271-2/+2
* Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ...Andrew Dunstan2006-12-191-18/+31
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-041-1/+1
* Translation updatesPeter Eisentraut2006-12-021-155/+225
* Fix Makefile problem which prevented installation on VPATH builds.Alvaro Herrera2006-11-291-2/+4
* Also install ecpg_config.hMichael Meskes2006-11-281-1/+1
* Translation updatesPeter Eisentraut2006-11-243-405/+520
* Un-break ecpg regression test.Tom Lane2006-11-231-7/+8
* Make ecpg test variable 'times' static so as not to conflict with libcBruce Momjian2006-11-231-1/+2
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-212-2/+2
* If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL.Tom Lane2006-11-211-1/+20