| 2005-11-04 |
Peter Eisentraut | Remove remaining references to Debian and Red Hat HOWTOs. |
commit | commitdiff | tree |
| 2005-11-04 |
Dave Page | 1) QR_get_fields() gets called when SC_fetch() is enter... |
commit | commitdiff | tree |
| 2005-11-04 |
Dave Page | It's C, not C++ Dave :-( |
commit | commitdiff | tree |
| 2005-11-04 |
Dave Page | The test for self being NULL in QR_Destructor() should... |
commit | commitdiff | tree |
| 2005-11-04 |
Peter Eisentraut | Remove wildly outdated Debian and Red Hat HOWTOs. |
commit | commitdiff | tree |
| 2005-11-03 |
Dave Page | Fix declare/fetch memory leak. Now we get a nice flat... |
commit | commitdiff | tree |
| 2005-11-03 |
Dave Page | Add a VC++ project file. |
commit | commitdiff | tree |
| 2005-11-03 |
Dave Page | Remove (libpq) suffix to the driver name on dialogues... |
commit | commitdiff | tree |
| 2005-11-03 |
Dave Page | Remove (libpq) suffix to the driver name on dialogues... |
commit | commitdiff | tree |
| 2005-11-03 |
Dave Page | Switch off echo |
commit | commitdiff | tree |
| 2005-11-03 |
Dave Page | Fix a major memory leak in declare/fetch mode. Ensure... REL-08_01_0006 |
commit | commitdiff | tree |
| 2005-11-02 |
Dave Page | Fix Declare/fetch when used with bound columns. |
commit | commitdiff | tree |
| 2005-11-02 |
Dave Page | Fix typo, per Johann Zuschlag |
commit | commitdiff | tree |
| 2005-11-02 |
Dave Page | Prevent setting a connstrout value when the max length... |
commit | commitdiff | tree |
| 2005-10-31 |
Dave Page | Initial fix for Declare/Fetch option [Anoop, Sivakumar... |
commit | commitdiff | tree |
| 2005-10-25 |
Dave Page | When EN_Destructor is called it searches through the... |
commit | commitdiff | tree |
| 2005-10-25 |
Dave Page | This patch fixes a potential segfault that can happen... |
commit | commitdiff | tree |
| 2005-10-20 |
Peter Eisentraut | Massive compiler warnings cleanup. |
commit | commitdiff | tree |
| 2005-10-12 |
Dave Page | Use program files environment var in installer per... |
commit | commitdiff | tree |
| 2005-10-12 |
Dave Page | Bump version number |
commit | commitdiff | tree |
| 2005-10-12 |
Dave Page | Use program files environment var in Windows makefile... REL-08_01_0005 |
commit | commitdiff | tree |
| 2005-10-12 |
Peter Eisentraut | Use pg_config to find libpq. |
commit | commitdiff | tree |
| 2005-10-11 |
Peter Eisentraut | Fix spelling of PostgreSQL. |
commit | commitdiff | tree |
| 2005-10-07 |
Dave Page | Add Kerberos support. |
commit | commitdiff | tree |
| 2005-10-07 |
Dave Page | Add OpenSSL and MIT Kerberos acknowledgements |
commit | commitdiff | tree |
| 2005-10-06 |
Dave Page | Create logfiles in mode 0600 on *nix |
commit | commitdiff | tree |
| 2005-10-05 |
Dave Page | Don't reuse the UNICODE macro |
commit | commitdiff | tree |
| 2005-10-04 |
Dave Page | I've attached a patch that uses the SQLSTATE from the... |
commit | commitdiff | tree |
| 2005-09-28 |
Dave Page | Map 'name' to SQL_VARCHAR rather than SQL_CHAR - this... |
commit | commitdiff | tree |
| 2005-09-23 |
Dave Page | Further multibyte tweaks from Hiroshi. |
commit | commitdiff | tree |
| 2005-09-21 |
Dave Page | Update multibyte encodings and mappings [Hiroshi Saito] |
commit | commitdiff | tree |
| 2005-09-19 |
Anoop Kumar | These files are no longer used by the Libpq version... |
commit | commitdiff | tree |
| 2005-09-19 |
Anoop Kumar | Socket code is removed from the source. Now, psqlodbc... |
commit | commitdiff | tree |
| 2005-09-17 |
Dave Page | Don't lose notices that don't come from a query. |
commit | commitdiff | tree |
| 2005-09-17 |
Dave Page | This patch fill fix the notice handler so that the... |
commit | commitdiff | tree |
| 2005-09-17 |
Dave Page | This patch corrects the previous fix for returning... |
commit | commitdiff | tree |
| 2005-09-16 |
Dave Page | Remove old doc file. |
commit | commitdiff | tree |
| 2005-09-16 |
Dave Page | Bump version number |
commit | commitdiff | tree |
| 2005-09-16 |
Dave Page | Don't include win_unicode.c twice REL-08_01_0004 |
commit | commitdiff | tree |
| 2005-09-16 |
Dave Page | Backout previous rowcount patch which seems to be causi... |
commit | commitdiff | tree |
| 2005-09-15 |
Dave Page | Fix paths for new build targets |
commit | commitdiff | tree |
| 2005-09-15 |
Dave Page | Allow SQLRowCount to work following SELECT queries... |
commit | commitdiff | tree |
| 2005-09-15 |
Dave Page | Fix identifier case sensitivity [Chris Ingram] |
commit | commitdiff | tree |
| 2005-09-06 |
Dave Page | Explain which driver users should choose. |
commit | commitdiff | tree |
| 2005-09-06 |
Dave Page | Re-enable ANSI/Unicode compilation. |
commit | commitdiff | tree |
| 2005-09-02 |
Dave Page | Remove unnecessary query length limitation, and clean... |
commit | commitdiff | tree |
| 2005-09-02 |
Dave Page | Add basic support for savepoints [Hiroshi Saito/Dave... |
commit | commitdiff | tree |
| 2005-09-01 |
Dave Page | Only mark the connection dead when it actually fails... |
commit | commitdiff | tree |
| 2005-08-31 |
Dave Page | Please find the patch for the other bug pointed out... |
commit | commitdiff | tree |
| 2005-08-30 |
Dave Page | Bloody line ends. Grrr. |
commit | commitdiff | tree |
| 2005-08-30 |
Dave Page | Fix line ends. |
commit | commitdiff | tree |
| 2005-08-30 |
Dave Page | Test commit - ignore |
commit | commitdiff | tree |
| 2005-08-30 |
Anoop Kumar | Fix for making the SQLGetConnectAttr API work with... |
commit | commitdiff | tree |
| 2005-08-30 |
Dave Page | Allow SSL modes to be translated [Hiroshi Saito] |
commit | commitdiff | tree |
| 2005-08-28 |
Dave Page | Don't install docs by default, as most likely only... |
commit | commitdiff | tree |
| 2005-08-27 |
Dave Page | Update installer: |
commit | commitdiff | tree |
| 2005-08-27 |
Dave Page | Wix got finickity about short filenames. |
commit | commitdiff | tree |
| 2005-08-27 |
Dave Page | Add FAQ. |
commit | commitdiff | tree |
| 2005-08-27 |
Dave Page | Further documentation updates |
commit | commitdiff | tree |
| 2005-08-27 |
Dave Page | Move docs into the source tree. |
commit | commitdiff | tree |
| 2005-08-24 |
Anoop Kumar | Fixed the SQLExecDirec bug which returned SQL_SUCCESS... |
commit | commitdiff | tree |
| 2005-08-12 |
Dave Page | Fix SQLRowCount [Anoop Kumar] |
commit | commitdiff | tree |
| 2005-08-12 |
Dave Page | Oops, missed this commit |
commit | commitdiff | tree |
| 2005-08-11 |
Dave Page | Further column length tweaks |
commit | commitdiff | tree |
| 2005-08-11 |
Dave Page | Improve field length setup. Use the correct values... |
commit | commitdiff | tree |
| 2005-08-05 |
Dave Page | Contrary to what SQLGetInfo thinks, PostgreSQL doesn... |
commit | commitdiff | tree |
| 2005-08-05 |
Dave Page | Post release version number bump |
commit | commitdiff | tree |
| 2005-08-05 |
Dave Page | Fix default numeric precision. |
commit | commitdiff | tree |
| 2005-08-04 |
Dave Page | Fix leak in SC_Destructor [Kelly Burkhart] - archives... |
commit | commitdiff | tree |
| 2005-08-04 |
Dave Page | If I bind a 32 bit integer using SQL_INTEGER/SQL_C_LONG... |
commit | commitdiff | tree |
| 2005-08-03 |
Dave Page | Fix per bug ref 1187 [Scot Loach] REL-08_01_0003 |
commit | commitdiff | tree |
| 2005-08-03 |
Dave Page | Handle SQL_DATE from ODBC2 apps, per bug report 1292... |
commit | commitdiff | tree |
| 2005-08-03 |
Dave Page | Add comment about a known leak bug that needs fixing |
commit | commitdiff | tree |
| 2005-08-03 |
Dave Page | Fix bug that stopped Use Declare/Fetch working, and... |
commit | commitdiff | tree |
| 2005-08-03 |
Dave Page | Fix some logging that was bugging me |
commit | commitdiff | tree |
| 2005-08-02 |
Dave Page | Remove commented out code. |
commit | commitdiff | tree |
| 2005-08-02 |
Dave Page | Fix unicode copy & convert bug. SQLGetData with SQL_C_W... |
commit | commitdiff | tree |
| 2005-08-01 |
Dave Page | Fix memory leak per gborg bug 1356 [pauldaugherty] |
commit | commitdiff | tree |
| 2005-08-01 |
Dave Page | Fix SQL_MAX_IDENTIFIER_LEN per gborg bug ref: 1348 |
commit | commitdiff | tree |
| 2005-08-01 |
Dave Page | Include win_unicode.c in Unix build because it contains... |
commit | commitdiff | tree |
| 2005-07-27 |
Dave Page | Japanese GUI update from Hiroshi Saito |
commit | commitdiff | tree |
| 2005-07-26 |
Dave Page | Get proper error messages from the server, rather than... |
commit | commitdiff | tree |
| 2005-07-25 |
Dave Page | Add SSL support. |
commit | commitdiff | tree |
| 2005-07-22 |
Dave Page | In SQLGetDescFieldW:128 blen is not initialised before... |
commit | commitdiff | tree |
| 2005-07-22 |
Dave Page | In SC_pos_reload_needed:2189 rows_per_fetch is uninitia... |
commit | commitdiff | tree |
| 2005-07-22 |
Dave Page | Fix some errors found by static source analysis (using... |
commit | commitdiff | tree |
| 2005-07-22 |
Dave Page | Bump version number |
commit | commitdiff | tree |
| 2005-07-20 |
Dave Page | self->pgconn needs to be set as NULL after PQfinish... REL-08_01_0002 |
commit | commitdiff | tree |
| 2005-07-20 |
Dave Page | Remove exit_nicely function, along with it's exit(1... |
commit | commitdiff | tree |
| 2005-07-19 |
Dave Page | Fix memory leak spotted by Marko Ristola |
commit | commitdiff | tree |
| 2005-07-19 |
Anoop Kumar | Removes an unnecessary call to PGgetisnull, and reduce... |
commit | commitdiff | tree |
| 2005-07-15 |
Dave Page | Re-add previously removed variable, ifdef'd appropriately. |
commit | commitdiff | tree |
| 2005-07-15 |
Dave Page | Remove an usued variable, and initialise another to... |
commit | commitdiff | tree |
| 2005-07-15 |
Anoop Kumar | To fix the bug of PQgetvalue returning an empty string... |
commit | commitdiff | tree |
| 2005-07-13 |
Dave Page | Post-snapshot version number bump |
commit | commitdiff | tree |
| 2005-07-13 |
Dave Page | Fix format string [Marko Ristola] |
commit | commitdiff | tree |
| 2005-07-13 |
Dave Page | Rename driver for parallel testing with stable version... REL-08_01_0001 |
commit | commitdiff | tree |
| 2005-07-13 |
Dave Page | New version of the driver with libpq based comms layer... |
commit | commitdiff | tree |
| 2005-06-30 |
Dave Page | According to MSDN docs for SQLSetStmtAttr, if you try... |
commit | commitdiff | tree |
| 2005-04-27 |
Dave Page | Bug ref: 1262 |
commit | commitdiff | tree |
| next |