| Commit message (Expand) | Author | Age | Files | Lines |
* | Stamp HEAD as 8.4devel. | Tom Lane | 2008-02-13 | 1 | -4/+4 |
* | - Fixed segfault in ecpg when using an array element. | Michael Meskes | 2008-02-07 | 5 | -20/+24 |
* | Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually | Tom Lane | 2008-01-31 | 1 | -24/+11 |
* | Translation updates | Peter Eisentraut | 2008-01-31 | 1 | -52/+52 |
* | Translation updates | Peter Eisentraut | 2008-01-30 | 3 | -420/+595 |
* | Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections; | Tom Lane | 2008-01-29 | 1 | -73/+50 |
* | Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as these | Tom Lane | 2008-01-29 | 1 | -30/+63 |
* | Insert into getCopyDataMessage() the same logic that already existed in the | Tom Lane | 2008-01-17 | 1 | -1/+18 |
* | Be less wishy-washy in the documentation and comments about whether a | Tom Lane | 2008-01-15 | 1 | -4/+3 |
* | Re-enabled variables in fetch/move command. | Michael Meskes | 2008-01-15 | 8 | -156/+126 |
* | Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: | Tom Lane | 2008-01-14 | 1 | -44/+93 |
* | Set valid return values even in case of an error to prevent segfaults. | Michael Meskes | 2008-01-14 | 2 | -23/+56 |
* | Changed prototype for ECPGdo because some compilers don't like int/enum alias... | Michael Meskes | 2008-01-13 | 3 | -5/+10 |
* | Fixed lexer to correctly parse C quotes. | Michael Meskes | 2008-01-11 | 2 | -35/+23 |
* | Generate and include manifest in standalone libpq build on Windows. | Magnus Hagander | 2008-01-10 | 1 | -0/+6 |
* | informix.c was violating the coding rule about not including any | Tom Lane | 2008-01-08 | 1 | -3/+4 |
* | Fix some missed copyright updates. | Tom Lane | 2008-01-01 | 1 | -1/+1 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 28 | -55/+55 |
* | Sorry, hit the wrong button with my last commit. Here's the correct changelog: | Michael Meskes | 2007-12-28 | 1 | -1/+1 |
* | *** empty log message *** | Michael Meskes | 2007-12-28 | 5 | -41/+53 |
* | Fixed a few minor glitches pointed out by splint. | Michael Meskes | 2007-12-21 | 6 | -16/+20 |
* | libpq needs pgsleep on win32 because of the changes to port/open.c. | Magnus Hagander | 2007-12-21 | 1 | -4/+4 |
* | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 | 5 | -20/+45 |
* | Don't send an empty SSPI negotiation packet at the end of the negotiation. | Magnus Hagander | 2007-12-04 | 1 | -5/+12 |
* | Add win32error.c to libpq, needed to resolve _dosmaperr. | Magnus Hagander | 2007-11-30 | 1 | -4/+4 |
* | Translation updates | Peter Eisentraut | 2007-11-29 | 3 | -259/+335 |
* | Fix build of libpq for Borland CC. | Bruce Momjian | 2007-11-21 | 1 | -1/+4 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -2/+2 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 30 | -694/+754 |
* | Fixed two parser bugs. | Michael Meskes | 2007-11-06 | 2 | -3/+11 |
* | Fix deprecated-by-C-spec usage: storage class should come before const | Tom Lane | 2007-11-05 | 1 | -3/+3 |
* | Translation updates | Peter Eisentraut | 2007-10-27 | 7 | -798/+1937 |
* | Avoid having backend-only code compiled into ecpg. Per Zdenek Kotala | Tom Lane | 2007-10-26 | 4 | -9/+142 |
* | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 | 4 | -5/+19 |
* | Synced parser and keyword list. | Michael Meskes | 2007-10-10 | 3 | -9/+7 |
* | Don't try to free pgpassfile since it's a stack variable. | Magnus Hagander | 2007-10-09 | 1 | -2/+1 |
* | Fix distprep and maintainer-clean targets so that ecpg's .def files are | Tom Lane | 2007-10-05 | 3 | -9/+31 |
* | Add .cvsignore files to suppress CVS gripes about ecpg .def files. | Tom Lane | 2007-10-05 | 3 | -0/+6 |
* | Results from buildfarm show that ecpglib was depending on pg_strcasecmp, | Tom Lane | 2007-10-04 | 1 | -4/+5 |
* | Stamp 8.3beta1, except in configure.in/configure. | Tom Lane | 2007-10-04 | 1 | -1/+1 |
* | DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't, | Tom Lane | 2007-10-04 | 3 | -6/+6 |
* | Replaced tabs by white spaces | Michael Meskes | 2007-10-04 | 3 | -114/+114 |
* | Removed newline at end of exports files. | Michael Meskes | 2007-10-04 | 3 | -6/+3 |
* | Added def-files to all: target so they are build everytime. | Michael Meskes | 2007-10-04 | 3 | -6/+6 |
* | Suppress compiler warning in non-threaded build. | Tom Lane | 2007-10-03 | 1 | -2/+7 |
* | Tweak recently-added tests to suppress scary-looking warnings on 64-bit | Tom Lane | 2007-10-03 | 8 | -12/+12 |
* | Argh, missing dll in filename | Michael Meskes | 2007-10-03 | 2 | -6/+7 |
* | Minor improvements to hack for old OpenSSL libraries: avoid unused | Tom Lane | 2007-10-03 | 1 | -14/+19 |
* | Fix command for fetching snprintf.c. | Tom Lane | 2007-10-03 | 1 | -2/+3 |
* | This could be what's missing on some systems. | Michael Meskes | 2007-10-03 | 1 | -1/+4 |