Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moved the intricacies of the perl interface build into its own makefile | Peter Eisentraut | 2000-06-10 |
| | | | | | | | | | | | | | | | | | | that now functions as a wrapper around the MakeMaker stuff. It might even behave sensically when we have separate build dirs. Same for plperl, which of course still doesn't work very well. Made sure that plperl respects the choice of --libdir. Added --with-python to automatically build and install the Python interface. Works similarly to the Perl5 stuff. Moved the burden of the distclean targets lower down into the source tree. Eventually, each make file should have its own. Added automatic remaking of makefiles and configure. Currently only for the top-level because of a bug(?) in Autoconf. Use GNU `missing' to work around missing autoconf and aclocal. Start factoring out macros into their own config/*.m4 files to increase readability and organization. | ||
* | Cleanup of <> and "" | Bruce Momjian | 2000-05-29 |
| | |||
* | Update pygresql version stamp. | Bruce Momjian | 1999-05-28 |
| | |||
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
| | |||
* | Bring python up to date ... | Marc G. Fournier | 1999-05-19 |
| | | | | From: D'Arcy J.M. Cain <darcy@druid.net> | ||
* | Add python | Bruce Momjian | 1999-05-17 |
| | |||
* | Re-add python. | Bruce Momjian | 1999-05-17 |
| | |||
* | Updates for 6.5. | Bruce Momjian | 1999-05-17 |
| | |||
* | Update to PyGreSQL 2.3. | Bruce Momjian | 1999-05-10 |
| | |||
* | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | been applied. The patches are in the .tar.gz attachment at the end: varchar-array.patch this patch adds support for arrays of bpchar() and varchar(), which where always missing from postgres. These datatypes can be used to replace the _char4, _char8, etc., which were dropped some time ago. block-size.patch this patch fixes many errors in the parser and other program which happen with very large query statements (> 8K) when using a page size larger than 8192. This patch is needed if you want to submit queries larger than 8K. Postgres supports tuples up to 32K but you can't insert them because you can't submit queries larger than 8K. My patch fixes this problem. The patch also replaces all the occurrences of `8192' and `1<<13' in the sources with the proper constants defined in include files. You should now never find 8192 hardwired in C code, just to make code clearer. -- Massimo Dal Zotto | ||
* | Upgrade to Pygress 2.2. | Bruce Momjian | 1998-12-17 |
| | |||
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
| | |||
* | Change Postgres95 to PostgreSQL. Update CLUSTER manual page. | Bruce Momjian | 1998-03-14 |
| | |||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
| | |||
* | Merge in D'Arcy Cain's python interface (PyGreSQL 2.0) | Marc G. Fournier | 1998-01-25 |