| Commit message (Expand) | Author | Age | Files | Lines |
* | ecpglib needs to link with libintl if it's in use. | Tom Lane | 2008-05-17 | 1 | -2/+2 |
* | fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers | Andrew Dunstan | 2008-05-17 | 3 | -9/+0 |
* | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan | 2008-05-17 | 9 | -0/+27 |
* | Implement error checking for pthreads calls in thread-safe mode. They really | Magnus Hagander | 2008-05-16 | 4 | -17/+56 |
* | Add localization support to ecpg. | Peter Eisentraut | 2008-05-16 | 52 | -1571/+1693 |
* | Fix a few warnings that have crept into CVS HEAD. | Bruce Momjian | 2008-05-14 | 1 | -2/+1 |
* | Check for non-existant connection in prepare statement handling. | Michael Meskes | 2008-05-12 | 3 | -6/+17 |
* | Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 | Peter Eisentraut | 2008-05-09 | 1 | -1/+2 |
* | Add more dependencies from libpgport required by | Magnus Hagander | 2008-05-05 | 1 | -0/+28 |
* | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan | 2008-04-16 | 1 | -2/+2 |
* | Make parameters in implementation have same const:ness as the ones in | Magnus Hagander | 2008-04-10 | 1 | -2/+2 |
* | PGTYPEStimestamp_sub should use the values and not the pointers to substract. | Michael Meskes | 2008-04-10 | 2 | -1/+6 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 | 4 | -16/+9 |
* | Use error message wordings for permissions checks on .pgpass and SSL private | Tom Lane | 2008-03-31 | 2 | -9/+7 |
* | Sorry, copied wrong files. | Michael Meskes | 2008-03-27 | 3 | -2/+3 |
* | - Moved from PQsetdbLogin to PQconnectDB. | Michael Meskes | 2008-03-27 | 43 | -108/+154 |
* | added ECPGget_PGconn to exports.txt | Michael Meskes | 2008-03-25 | 2 | -1/+6 |
* | Corrected version number. | Michael Meskes | 2008-03-21 | 1 | -2/+2 |
* | More README src cleanups. | Bruce Momjian | 2008-03-21 | 3 | -0/+6 |
* | Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. | Michael Meskes | 2008-03-20 | 5 | -16/+31 |
* | Changed statement escaping to not escape continuation line markers. | Michael Meskes | 2008-03-20 | 2 | -2/+18 |
* | Add libpq new API lo_import_with_oid() which is similar to lo_import() | Tatsuo Ishii | 2008-03-19 | 3 | -5/+34 |
* | Don't need -Wno-error anymore, because flex is no longer producing warnings. | Peter Eisentraut | 2008-03-18 | 1 | -4/+1 |
* | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 | 2 | -16/+8 |
* | Include -lgss in libpq link, if available. Bjorn Munch | Tom Lane | 2008-03-05 | 1 | -2/+2 |
* | Fixed bug that caused arrays of varchar to be output with incomplete name. | Michael Meskes | 2008-03-02 | 6 | -71/+122 |
* | Fix unportable usages of tolower(). On signed-char machines, it is necessary | Tom Lane | 2008-03-01 | 2 | -6/+8 |
* | Don't build the win32 support files in the all target, only in distprep and | Peter Eisentraut | 2008-02-26 | 1 | -2/+2 |
* | Fix uninstall target. | Peter Eisentraut | 2008-02-26 | 1 | -0/+1 |
* | Create two separate libpq.rc's: One that is built at build time, and one | Peter Eisentraut | 2008-02-26 | 4 | -14/+18 |
* | Refactor the code that creates the shared library export files to appear | Peter Eisentraut | 2008-02-26 | 4 | -233/+25 |
* | - Removed duplicate include of ecpgtype.h which meant I had to adapt all expe... | Michael Meskes | 2008-02-17 | 52 | -63/+52 |
* | Rename a libpq NOT_USED SSL function to | Bruce Momjian | 2008-02-16 | 1 | -87/+31 |
* | Allow AS to be omitted when specifying an output column name in SELECT | Tom Lane | 2008-02-15 | 1 | -4/+6 |
* | Changed the way symbols are defined in C in INFORMIX mode. | Michael Meskes | 2008-02-15 | 5 | -41/+19 |
* | - EXECUTE can return NOT FOUND so it should be checked here too. | Michael Meskes | 2008-02-14 | 7 | -12/+110 |
* | Sorry, accidently committed a patch I'm working on. Reverting it. | Michael Meskes | 2008-02-14 | 4 | -14/+9 |
* | *** empty log message *** | Michael Meskes | 2008-02-14 | 6 | -11/+20 |
* | Bump minor library version numbers for 8.4. | Bruce Momjian | 2008-02-13 | 5 | -10/+10 |
* | 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 |