| Commit message (Expand) | Author | Age |
* | Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. | Michael Meskes | 2008-03-20 |
* | Changed statement escaping to not escape continuation line markers. | Michael Meskes | 2008-03-20 |
* | Add libpq new API lo_import_with_oid() which is similar to lo_import() | Tatsuo Ishii | 2008-03-19 |
* | Don't need -Wno-error anymore, because flex is no longer producing warnings. | Peter Eisentraut | 2008-03-18 |
* | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 |
* | Include -lgss in libpq link, if available. Bjorn Munch | Tom Lane | 2008-03-05 |
* | Fixed bug that caused arrays of varchar to be output with incomplete name. | Michael Meskes | 2008-03-02 |
* | Fix unportable usages of tolower(). On signed-char machines, it is necessary | Tom Lane | 2008-03-01 |
* | Don't build the win32 support files in the all target, only in distprep and | Peter Eisentraut | 2008-02-26 |
* | Fix uninstall target. | Peter Eisentraut | 2008-02-26 |
* | Create two separate libpq.rc's: One that is built at build time, and one | Peter Eisentraut | 2008-02-26 |
* | Refactor the code that creates the shared library export files to appear | Peter Eisentraut | 2008-02-26 |
* | - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe... | Michael Meskes | 2008-02-17 |
* | Rename a libpq NOT_USED SSL function to | Bruce Momjian | 2008-02-16 |
* | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane | 2008-02-15 |
* | Changed the way symbols are defined in C in INFORMIX mode. | Michael Meskes | 2008-02-15 |
* | - EXECUTE can return NOT FOUND so it should be checked here too. | Michael Meskes | 2008-02-14 |
* | Sorry, accidently committed a patch I'm working on. Reverting it. | Michael Meskes | 2008-02-14 |
* | *** empty log message *** | Michael Meskes | 2008-02-14 |
* | Bump minor library version numbers for 8.4. | Bruce Momjian | 2008-02-13 |
* | Stamp HEAD as 8.4devel. | Tom Lane | 2008-02-13 |
* | - Fixed segfault in ecpg when using an array element. | Michael Meskes | 2008-02-07 |
* | Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually | Tom Lane | 2008-01-31 |
* | Translation updates | Peter Eisentraut | 2008-01-31 |
* | Translation updates | Peter Eisentraut | 2008-01-30 |
* | Fix up closePGconn() so that PQreset() will work on GSSAPI/SSPI connections; | Tom Lane | 2008-01-29 |
* | Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as these | Tom Lane | 2008-01-29 |
* | Insert into getCopyDataMessage() the same logic that already existed in the | Tom Lane | 2008-01-17 |
* | Be less wishy-washy in the documentation and comments about whether a | Tom Lane | 2008-01-15 |
* | Re-enabled variables in fetch/move command. | Michael Meskes | 2008-01-15 |
* | Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: | Tom Lane | 2008-01-14 |
* | Set valid return values even in case of an error to prevent segfaults. | Michael Meskes | 2008-01-14 |
* | Changed prototype for ECPGdo because some compilers don't like int/enum alias... | Michael Meskes | 2008-01-13 |
* | Fixed lexer to correctly parse C quotes. | Michael Meskes | 2008-01-11 |
* | Generate and include manifest in standalone libpq build on Windows. | Magnus Hagander | 2008-01-10 |
* | informix.c was violating the coding rule about not including any | Tom Lane | 2008-01-08 |
* | Fix some missed copyright updates. | Tom Lane | 2008-01-01 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Sorry, 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-28 |
* | Fixed a few minor glitches pointed out by splint. | Michael Meskes | 2007-12-21 |
* | libpq needs pgsleep on win32 because of the changes to port/open.c. | Magnus Hagander | 2007-12-21 |
* | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 |
* | Don't send an empty SSPI negotiation packet at the end of the negotiation. | Magnus Hagander | 2007-12-04 |
* | Add win32error.c to libpq, needed to resolve _dosmaperr. | Magnus Hagander | 2007-11-30 |
* | Translation updates | Peter Eisentraut | 2007-11-29 |
* | Fix build of libpq for Borland CC. | Bruce Momjian | 2007-11-21 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fixed two parser bugs. | Michael Meskes | 2007-11-06 |