summaryrefslogtreecommitdiff
path: root/src/interfaces
AgeCommit message (Expand)Author
2008-02-16Rename a libpq NOT_USED SSL function toBruce Momjian
2008-02-15Allow AS to be omitted when specifying an output column name in SELECTTom Lane
2008-02-15Changed the way symbols are defined in C in INFORMIX mode.Michael Meskes
2008-02-14- EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes
2008-02-14Sorry, accidently committed a patch I'm working on. Reverting it.Michael Meskes
2008-02-14*** empty log message ***Michael Meskes
2008-02-13Bump minor library version numbers for 8.4.Bruce Momjian
2008-02-13Stamp HEAD as 8.4devel.Tom Lane
2008-02-07- Fixed segfault in ecpg when using an array element.Michael Meskes
2008-01-31Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actuallyTom Lane
2008-01-31Translation updatesPeter Eisentraut
2008-01-30Translation updatesPeter Eisentraut
2008-01-29Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections;Tom Lane
2008-01-29Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as theseTom Lane
2008-01-17Insert into getCopyDataMessage() the same logic that already existed in theTom Lane
2008-01-15Be less wishy-washy in the documentation and comments about whether aTom Lane
2008-01-15Re-enabled variables in fetch/move command.Michael Meskes
2008-01-14Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane
2008-01-14Set valid return values even in case of an error to prevent segfaults.Michael Meskes
2008-01-13Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes
2008-01-11Fixed lexer to correctly parse C quotes.Michael Meskes
2008-01-10Generate and include manifest in standalone libpq build on Windows.Magnus Hagander
2008-01-08informix.c was violating the coding rule about not including anyTom Lane
2008-01-01Fix some missed copyright updates.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-28Sorry, hit the wrong button with my last commit. Here's the correct changelog:Michael Meskes
2007-12-28*** empty log message ***Michael Meskes
2007-12-21Fixed a few minor glitches pointed out by splint.Michael Meskes
2007-12-21libpq needs pgsleep on win32 because of the changes to port/open.c.Magnus Hagander
2007-12-09Fix up the PQconnectionUsedPassword mess: create a separateTom Lane
2007-12-04Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander
2007-11-30Add win32error.c to libpq, needed to resolve _dosmaperr.Magnus Hagander
2007-11-29Translation updatesPeter Eisentraut
2007-11-21Fix build of libpq for Borland CC.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-06Fixed two parser bugs.Michael Meskes
2007-11-05Fix deprecated-by-C-spec usage: storage class should come before constTom Lane
2007-10-27Translation updatesPeter Eisentraut
2007-10-26Avoid having backend-only code compiled into ecpg. Per Zdenek KotalaTom Lane
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-10-10Synced parser and keyword list.Michael Meskes
2007-10-09Don't try to free pgpassfile since it's a stack variable.Magnus Hagander
2007-10-05Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane
2007-10-05Add .cvsignore files to suppress CVS gripes about ecpg .def files.Tom Lane
2007-10-04Results from buildfarm show that ecpglib was depending on pg_strcasecmp,Tom Lane
2007-10-04Stamp 8.3beta1, except in configure.in/configure.Tom Lane
2007-10-04DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,Tom Lane
2007-10-04Replaced tabs by white spacesMichael Meskes
2007-10-04Removed newline at end of exports files.Michael Meskes