aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* Fix uninstall target.Peter Eisentraut2008-02-26
* EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes2008-02-14
* Added SQLSTATE macro closing bug #3961.Michael Meskes2008-02-14
* Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane2008-01-14
* Stamp release 8.2.6.REL8_2_6Tom Lane2008-01-03
* Add win32error.c to libpq, needed to resolve _dosmaperr.Magnus Hagander2007-11-30
* Fixed two parser bugs.Michael Meskes2007-11-06
* Don't try to free pgpassfile since it's a stack variable.Magnus Hagander2007-10-09
* Translation updatesPeter Eisentraut2007-09-13
* Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian2007-09-11
* Fixed bug in Informix define handling.Michael Meskes2007-08-29
* The correct min buffer size isMagnus Hagander2007-07-23
* Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander2007-07-12
* Removed errant ISODOWMichael Meskes2007-05-21
* Backported fix from HEAD that removes superfluous function Vista has a proble...Michael Meskes2007-05-21
* Removed non-existant function from extern.hMichael Meskes2007-04-27
* Inlined two functions to get rid of va_list prolems on some archs.Michael Meskes2007-04-27
* Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Translation updatesPeter Eisentraut2007-04-18
* Fix typo, ensable -> enable, per Steve Gieseking.Tom Lane2007-03-27
* Remove unsafe calling of WSAStartup and WSACleanup from DllMain. Move theMagnus Hagander2007-03-08
* Backported bug fix for #2956.Michael Meskes2007-02-27
* Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian2007-02-07
* Backported regression test changes from HEAD so the buildfarm hopefully gets ...Michael Meskes2007-02-06
* Backported va_list handling cleanupMichael Meskes2007-02-06
* Stamp release 8.2.2.REL8_2_2Tom Lane2007-02-02
* Translation updatesPeter Eisentraut2007-01-31
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-11
* Stamp release 8.2.1. Update FAQs.Bruce Momjian2007-01-05
* Revert exports.list change pending closer study.Tom Lane2006-12-28
* Use a more backward-compatible syntax for exports.list on Linux.Tom Lane2006-12-27
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-04
* Translation updatesPeter Eisentraut2006-12-02
* Fix Makefile problem which prevented installation on VPATH builds.Alvaro Herrera2006-11-29
* Also install ecpg_config.hMichael Meskes2006-11-28
* Translation updatesPeter Eisentraut2006-11-24
* Un-break ecpg regression test.Tom Lane2006-11-23
* Make ecpg test variable 'times' static so as not to conflict with libcBruce Momjian2006-11-23
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-21
* If SSL negotiation fails and SSLMODE is 'prefer', then retry without SSL.Tom Lane2006-11-21
* Applied patch by Peter Harris to free auto_mem structure on connectMichael Meskes2006-11-08
* Small parser syncMichael Meskes2006-10-23
* Translations updatePeter Eisentraut2006-10-21
* Fix unexpected side-effect of changes for case insensitivity of timezone names.Tom Lane2006-10-17
* MSVC/BCC Win32 compiler fixes.Bruce Momjian2006-10-10
* Message style improvementsPeter Eisentraut2006-10-06
* Reverted changes made by pgindentMichael Meskes2006-10-04
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Make some marginal performance improvements in reportErrorPosition(),Tom Lane2006-10-01
* Fix a couple other places that need to know about (some) src/port/ filesTom Lane2006-09-28