summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* 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
* Applied patch by Peter Harris to free auto_mem structure on connectMichael Meskes2006-11-083-3/+10
* Small parser syncMichael Meskes2006-10-231-2/+4
* Translations updatePeter Eisentraut2006-10-213-538/+789
* Fix unexpected side-effect of changes for case insensitivity of timezone names.Tom Lane2006-10-172-2/+2
* MSVC/BCC Win32 compiler fixes.Bruce Momjian2006-10-101-2/+2
* Message style improvementsPeter Eisentraut2006-10-062-14/+12
* Reverted changes made by pgindentMichael Meskes2006-10-0443-4111/+2575
* pgindent run for 8.2.Bruce Momjian2006-10-0468-3292/+4972
* Make some marginal performance improvements in reportErrorPosition(),Tom Lane2006-10-011-66/+86
* Fix a couple other places that need to know about (some) src/port/ filesTom Lane2006-09-281-4/+4
* Oops, forgot that libpq needs extra steps to make use of src/port/ files.Tom Lane2006-09-273-4/+18
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-272-10/+2
* Added new filesMichael Meskes2006-09-263-0/+2418
* Added Joachim's changes for MinGW.Michael Meskes2006-09-2613-128/+230
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-222-6/+25
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-193-6/+15
* Fix some uses of str[n]casecmp that should be pg_str[n]casecmp,Tom Lane2006-09-151-5/+5
* Cygwin systems seem to have a different error message when trying to connect ...Michael Meskes2006-09-143-5/+5
* Added missing constuctor/destructor for interval and date.Michael Meskes2006-09-148-7/+79
* Seems this wasn't committed originallyMichael Meskes2006-09-121-3/+3
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-111-4/+4
* Ooops, forgot to update ecpg comparison files to matchTom Lane2006-09-112-2/+2
* Fix unportable usage complained of by icc. Per buildfarm results.Tom Lane2006-09-112-2/+2
* Install a cleaner solution to the AIX libpq linking problem, as perTom Lane2006-09-102-6/+4
* Revise OpenLDAP configuration and linking to work on more platformsTom Lane2006-09-091-4/+4
* Not all C compilers understand the "//" comment in this test case, so I remov...Michael Meskes2006-09-082-8/+2
* Replaced complex tests with small ones.Michael Meskes2006-09-0842-2695/+1335
* More logic from complex/test* moved to their own testcases.Michael Meskes2006-09-0813-144/+975
* Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian2006-09-072-4/+4
* Changing a test case also changes the output that is expected.Michael Meskes2006-09-075-157/+151
* Removed one output because integer/double usage differMichael Meskes2006-09-071-1/+2
* Lost some changes yet againMichael Meskes2006-09-053-6/+8
* Started to cleanup complex tests.Michael Meskes2006-09-0525-349/+830
* Synced parser.Michael Meskes2006-09-054-71/+62
* Remove trailing slash use in ecpg regression script; caused failures onBruce Momjian2006-09-041-2/+2
* Add missing gettext calls for some SSL errors.Peter Eisentraut2006-09-041-4/+4
* Fix interval input parser so that fractional weeks and months areTom Lane2006-09-041-15/+29
* Suppress 'unused variable' warnings created by latest commit.Tom Lane2006-09-031-1/+3
* Synced parser.Michael Meskes2006-09-0310-24/+305
* Second try committing the path changes.Michael Meskes2006-08-2931-55/+59
* Removed debug option from pg_regress call.Michael Meskes2006-08-2931-58/+58