aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
Commit message (Expand)AuthorAge
* added ECPGget_PGconn to exports.txtMichael Meskes2008-03-25
* Corrected version number.Michael Meskes2008-03-21
* Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury.Michael Meskes2008-03-20
* Changed statement escaping to not escape continuation line markers.Michael Meskes2008-03-20
* Stamp version 8.3.1, except for configure.in/configure.Tom Lane2008-03-13
* Include -lgss in libpq link, if available. Bjorn MunchTom Lane2008-03-05
* Fixed bug that caused arrays of varchar to be output with incomplete name.Michael Meskes2008-03-02
* Fix unportable usages of tolower(). On signed-char machines, it is necessaryTom Lane2008-03-01
* Fix uninstall target.Peter Eisentraut2008-02-26
* Changed INFORMIX mode symbol definition yet again because the old way didn't ...Michael Meskes2008-02-17
* Updated expected result for regression test.Michael Meskes2008-02-15
* Fixed conflicting commit.Michael Meskes2008-02-15
* Changed the way symbols are defined in C in INFORMIX mode.Michael Meskes2008-02-15
* - Fixed segfault in ecpg when using an array element.Michael Meskes2008-02-07
* Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actuallyTom Lane2008-01-31
* Translation updatesPeter Eisentraut2008-01-31
* Translation updatesPeter Eisentraut2008-01-30
* Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections;Tom Lane2008-01-29
* Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as theseTom Lane2008-01-29
* Insert into getCopyDataMessage() the same logic that already existed in theTom Lane2008-01-17
* Be less wishy-washy in the documentation and comments about whether aTom Lane2008-01-15
* Re-enabled variables in fetch/move command.Michael Meskes2008-01-15
* Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:Tom Lane2008-01-14
* Set valid return values even in case of an error to prevent segfaults.Michael Meskes2008-01-14
* Changed prototype for ECPGdo because some compilers don't like int/enum alias...Michael Meskes2008-01-13
* Fixed lexer to correctly parse C quotes.Michael Meskes2008-01-11
* Generate and include manifest in standalone libpq build on Windows.Magnus Hagander2008-01-10
* informix.c was violating the coding rule about not including anyTom Lane2008-01-08
* Fix some missed copyright updates.Tom Lane2008-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Sorry, hit the wrong button with my last commit. Here's the correct changelog:Michael Meskes2007-12-28
* *** empty log message ***Michael Meskes2007-12-28
* Fixed a few minor glitches pointed out by splint.Michael Meskes2007-12-21
* libpq needs pgsleep on win32 because of the changes to port/open.c.Magnus Hagander2007-12-21
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-09
* Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander2007-12-04
* Add win32error.c to libpq, needed to resolve _dosmaperr.Magnus Hagander2007-11-30
* Translation updatesPeter Eisentraut2007-11-29
* Fix build of libpq for Borland CC.Bruce Momjian2007-11-21
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fixed two parser bugs.Michael Meskes2007-11-06
* Fix deprecated-by-C-spec usage: storage class should come before constTom Lane2007-11-05
* Translation updatesPeter Eisentraut2007-10-27
* Avoid having backend-only code compiled into ecpg. Per Zdenek KotalaTom Lane2007-10-26
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Synced parser and keyword list.Michael Meskes2007-10-10
* Don't try to free pgpassfile since it's a stack variable.Magnus Hagander2007-10-09
* Fix distprep and maintainer-clean targets so that ecpg's .def files areTom Lane2007-10-05
* Add .cvsignore files to suppress CVS gripes about ecpg .def files.Tom Lane2007-10-05