| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing python files. | Bruce Momjian | 2000-10-02 | 4 | -0/+826 |
* | Update for PyGreSQL 3.0, from D'Arcy J.M. Cain | Bruce Momjian | 2000-10-02 | 16 | -1372/+1980 |
* | Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. | Peter Eisentraut | 2000-09-27 | 1 | -3/+6 |
* | - Synced preproc.y with gram.y. | Michael Meskes | 2000-09-26 | 8 | -156/+155 |
* | Fix compile error in ecpg when enable-multibyte is on. This is due to | Tatsuo Ishii | 2000-09-26 | 1 | -3/+3 |
* | Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, | Peter Eisentraut | 2000-09-25 | 2 | -4/+8 |
* | Change // to /*. | Bruce Momjian | 2000-09-25 | 1 | -2/+2 |
* | *** empty log message *** | Michael Meskes | 2000-09-21 | 5 | -8/+22 |
* | *** empty log message *** | Michael Meskes | 2000-09-20 | 14 | -73/+575 |
* | *** empty log message *** | Michael Meskes | 2000-09-19 | 16 | -336/+587 |
* | Move contrib/odbc/odbc.sql together with odbc driver, remove old files; | Peter Eisentraut | 2000-09-18 | 2 | -5/+150 |
* | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut | 2000-09-17 | 8 | -33/+33 |
* | As if my JDBC patch hasn't already caused enough grief, there is now a | Bruce Momjian | 2000-09-12 | 2 | -2/+2 |
* | Attached is a patch that prevents a NullPointerException in the JDBC | Bruce Momjian | 2000-09-12 | 1 | -6/+10 |
* | This patch implements the following command: | Bruce Momjian | 2000-09-12 | 4 | -198/+198 |
* | Attached are a patch to allow the charset encoding used by the JDBC | Bruce Momjian | 2000-09-12 | 7 | -12/+328 |
* | Applied to jdbc1 and jdbc2. | Bruce Momjian | 2000-09-12 | 2 | -6/+36 |
* | This patch for the 7.0.2 JDBC interface addresses four issues I | Bruce Momjian | 2000-09-12 | 2 | -12/+14 |
* | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 13 | -38/+39 |
* | SSL patch from Magnus | Bruce Momjian | 2000-08-30 | 3 | -56/+92 |
* | Remove bogus use of int4out(). | Tom Lane | 2000-08-29 | 1 | -2/+2 |
* | New configure test for flex, which recognizes only flex but does so in all | Peter Eisentraut | 2000-08-28 | 1 | -3/+6 |
* | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane | 2000-08-26 | 1 | -2/+2 |
* | Make the location of the Kerberos server key file run time configurable | Peter Eisentraut | 2000-08-25 | 1 | -25/+21 |
* | Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the | Peter Eisentraut | 2000-08-20 | 1 | -2/+2 |
* | TOAST mop-up work: update comments for tuple-size-related symbols such | Tom Lane | 2000-08-07 | 1 | -5/+6 |
* | Here is a bug and patch to fix it. I have tested this bug and fix on | Bruce Momjian | 2000-07-27 | 2 | -3/+20 |
* | Fixed DatabaseMetaData.getTableTypes() | Peter Mount | 2000-07-20 | 3 | -2/+5 |
* | Add distprep target to take some of the job of the release_prep script. | Peter Eisentraut | 2000-07-19 | 3 | -4/+6 |
* | didn't compile | Peter Eisentraut | 2000-07-14 | 1 | -3/+5 |
* | Another round of those unportable config/build changes :-/ | Peter Eisentraut | 2000-07-09 | 1 | -6/+6 |
* | |> The Makefile.shlib changes will have to be discussed with other Linux | Bruce Momjian | 2000-07-07 | 1 | -2/+14 |
* | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut | 2000-06-30 | 1 | -4/+19 |
* | Makefile cleanup for interface tree. Now essentially with all the | Peter Eisentraut | 2000-06-28 | 20 | -579/+521 |
* | Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in the | Peter Eisentraut | 2000-06-20 | 2 | -5/+5 |
* | Integrated ODBC driver into regular build. No more standalone business, | Peter Eisentraut | 2000-06-19 | 15 | -5536/+74 |
* | Rename HAVE_SQLGETPRIVATEPROFILESTRING to something resonable in length | Bruce Momjian | 2000-06-19 | 2 | -2/+2 |
* | fix HAVE_SQLGETPRIVATEPROFILESTRING define | Bruce Momjian | 2000-06-19 | 2 | -2/+2 |
* | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut | 2000-06-17 | 7 | -39/+15 |
* | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 3 | -18/+15 |
* | Back out libpgtcl tcl/tksh includes. | Bruce Momjian | 2000-06-14 | 3 | -44/+1 |
* | OK, I have tidied up todays (13th) snapshot with the attached patch, I | Bruce Momjian | 2000-06-14 | 1 | -2/+1 |
* | add missing files | Bruce Momjian | 2000-06-13 | 2 | -0/+34 |
* | in the Directory src/bin/pgtclsh there is a good mechanism to integrate | Bruce Momjian | 2000-06-13 | 1 | -1/+14 |
* | Brand 7.1 release. Also update jdbc version in release branch. | Bruce Momjian | 2000-06-12 | 3 | -6/+6 |
* | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 2 | -48/+49 |
* | Back out old unixodbc patches and apply new ones. Nick Gorham | Bruce Momjian | 2000-06-12 | 3 | -5/+5 |
* | Substituted new configure test for types of accept() | Peter Eisentraut | 2000-06-11 | 4 | -14/+10 |
* | Moved the intricacies of the perl interface build into its own makefile | Peter Eisentraut | 2000-06-10 | 7 | -74/+222 |
* | This patch fixes the 0-based/1-based result set indexing problem for | Bruce Momjian | 2000-06-09 | 1 | -10/+29 |