summaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Stamp HEAD as 8.4devel.Tom Lane2008-02-131-4/+4
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-075-20/+24
* Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actuallyTom Lane2008-01-311-24/+11
* Translation updatesPeter Eisentraut2008-01-311-52/+52
* Translation updatesPeter Eisentraut2008-01-303-420/+595
* Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections;Tom Lane2008-01-291-73/+50
* Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as theseTom Lane2008-01-291-30/+63
* Insert into getCopyDataMessage() the same logic that already existed in theTom Lane2008-01-171-1/+18
* Be less wishy-washy in the documentation and comments about whether aTom Lane2008-01-151-4/+3
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-158-156/+126
* Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane2008-01-141-44/+93
* Set valid return values even in case of an error to prevent segfaults.Michael Meskes2008-01-142-23/+56
* Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes2008-01-133-5/+10
* Fixed lexer to correctly parse C quotes.Michael Meskes2008-01-112-35/+23
* Generate and include manifest in standalone libpq build on Windows.Magnus Hagander2008-01-101-0/+6
* informix.c was violating the coding rule about not including anyTom Lane2008-01-081-3/+4
* Fix some missed copyright updates.Tom Lane2008-01-011-1/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-0128-55/+55
* Sorry, hit the wrong button with my last commit. Here's the correct changelog:Michael Meskes2007-12-281-1/+1
* *** empty log message ***Michael Meskes2007-12-285-41/+53
* Fixed a few minor glitches pointed out by splint.Michael Meskes2007-12-216-16/+20
* libpq needs pgsleep on win32 because of the changes to port/open.c.Magnus Hagander2007-12-211-4/+4
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-095-20/+45
* Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander2007-12-041-5/+12
* Add win32error.c to libpq, needed to resolve _dosmaperr.Magnus Hagander2007-11-301-4/+4
* Translation updatesPeter Eisentraut2007-11-293-259/+335
* Fix build of libpq for Borland CC.Bruce Momjian2007-11-211-1/+4
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-1530-694/+754
* Fixed two parser bugs.Michael Meskes2007-11-062-3/+11
* Fix deprecated-by-C-spec usage: storage class should come before constTom Lane2007-11-051-3/+3
* Translation updatesPeter Eisentraut2007-10-277-798/+1937
* Avoid having backend-only code compiled into ecpg. Per Zdenek KotalaTom Lane2007-10-264-9/+142
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-134-5/+19
* Synced parser and keyword list.Michael Meskes2007-10-103-9/+7
* Don't try to free pgpassfile since it's a stack variable.Magnus Hagander2007-10-091-2/+1
* Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane2007-10-053-9/+31
* Add .cvsignore files to suppress CVS gripes about ecpg .def files.Tom Lane2007-10-053-0/+6
* Results from buildfarm show that ecpglib was depending on pg_strcasecmp,Tom Lane2007-10-041-4/+5
* Stamp 8.3beta1, except in configure.in/configure.Tom Lane2007-10-041-1/+1
* DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane2007-10-043-6/+6
* Replaced tabs by white spacesMichael Meskes2007-10-043-114/+114
* Removed newline at end of exports files.Michael Meskes2007-10-043-6/+3
* Added def-files to all: target so they are build everytime.Michael Meskes2007-10-043-6/+6
* Suppress compiler warning in non-threaded build.Tom Lane2007-10-031-2/+7
* Tweak recently-added tests to suppress scary-looking warnings on 64-bitTom Lane2007-10-038-12/+12
* Argh, missing dll in filenameMichael Meskes2007-10-032-6/+7
* Minor improvements to hack for old OpenSSL libraries: avoid unusedTom Lane2007-10-031-14/+19
* Fix command for fetching snprintf.c.Tom Lane2007-10-031-2/+3
* This could be what's missing on some systems.Michael Meskes2007-10-031-1/+4