Age | Commit message (Expand) | Author |
2000-10-28 | Remove compiler warnings (add missing include files). Only link against | Peter Eisentraut |
2000-10-25 | From Zoltan Kovacs back in April (sorry for the delay Zoltan!): | Thomas G. Lockhart |
2000-10-24 | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane |
2000-10-23 | Polish shared library build to reduce number of special hacks. In | Peter Eisentraut |
2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
2000-09-18 | Move contrib/odbc/odbc.sql together with odbc driver, remove old files; | Peter Eisentraut |
2000-09-17 | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut |
2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
2000-08-29 | Remove bogus use of int4out(). | Tom Lane |
2000-07-14 | didn't compile | Peter Eisentraut |
2000-07-07 | |> The Makefile.shlib changes will have to be discussed with other Linux | Bruce Momjian |
2000-06-28 | Makefile cleanup for interface tree. Now essentially with all the | Peter Eisentraut |
2000-06-20 | Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the | Peter Eisentraut |
2000-06-19 | Integrated ODBC driver into regular build. No more standalone business, | Peter Eisentraut |
2000-06-19 | Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in length | Bruce Momjian |
2000-06-19 | fix HAVE_SQLGETPRIVATEPROFILESTRING define | Bruce Momjian |
2000-06-14 | OK, I have tidied up todays (13th) snapshot with the attached patch, I | Bruce Momjian |
2000-06-12 | Back out old unixodbc patches and apply new ones. Nick Gorham | Bruce Momjian |
2000-06-09 | I have made the couple of mods required to make the odbc driver with | Bruce Momjian |
2000-06-08 | More odbc include cleanups | Bruce Momjian |
2000-06-08 | Update odbc include | Bruce Momjian |
2000-06-08 | Fix ODBC for new binary fopen/open params | Bruce Momjian |
2000-06-06 | Moved configure script from src/ to the top level directory. Moved | Peter Eisentraut |
2000-06-02 | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian |
2000-05-29 | Cleanup of <> and "" | Bruce Momjian |
2000-05-27 | Remove // comments from ODBC. | Bruce Momjian |
2000-05-22 | Irix fixes from Murad Nayal | Bruce Momjian |
2000-05-17 | Back out odbc changes until 7.1. | Bruce Momjian |
2000-05-16 | Several compilation and run-time problems occur when building on SGI | Bruce Momjian |
2000-05-16 | Remove configure check for how to abbreviate 'tr A-Z a-z', and instead | Tom Lane |
2000-04-07 | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart |
2000-04-04 | Correct off-by-one error in strncat() usage. | Tom Lane |
2000-04-04 | Augment the function call map logic with code from Tom Lane. | Thomas G. Lockhart |
2000-03-27 | Change form of query which used "DISTINCT ON" to help support primary keys. | Thomas G. Lockhart |
2000-03-21 | Forgot that odbc had its own copies of config.sub/config.guess. | Tom Lane |
2000-03-21 | Fix query for primary keys to reflect new DISTINCT ON () syntax. | Thomas G. Lockhart |
2000-03-18 | Clean up minor compiler warnings. | Tom Lane |
2000-03-02 | Patch for Irix from Mark Dalphin. | Bruce Momjian |
2000-02-28 | update to 6.40.0009 and provide WIN32 defines for auto-configured items | Byron Nikolaidis |
2000-02-28 | missing state transition | Byron Nikolaidis |
2000-02-16 | Package: postgresql | Bruce Momjian |
2000-02-14 | I suspect that you are not the person to send this to, but I wasn't sure | Bruce Momjian |
2000-01-30 | Added numeric and int8 types. | Byron Nikolaidis |
2000-01-10 | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian |
2000-01-10 | Update int28out and out8out and _in_ functions to handle trailing zeros | Bruce Momjian |
2000-01-05 | Fix it's and its to be correct. | Bruce Momjian |
1999-11-30 | Rename readonly to onlyread in odbc. Use varargs properly. | Bruce Momjian |
1999-11-29 | Small patch which fixes the ODBC driver so it doesn't segfault if: | Bruce Momjian |
1999-10-25 | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane |
1999-10-25 | bug fix for large objects (free) | Byron Nikolaidis |