| Commit message (Expand) | Author | Age | Files | Lines |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 2 | -13/+13 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 2 | -3/+4 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 2 | -1905/+2014 |
| * | Rebuild cached function definition after CREATE OR REPLACE FUNCTION. | Tom Lane | 2001-10-22 | 1 | -113/+121 |
| * | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 1 | -9/+5 |
| * | Using strtol() on int8 values (input parameters or result sets) in | Bruce Momjian | 2001-10-04 | 1 | -2/+13 |
| * | Fix a couple of stray // comments. | Tom Lane | 2001-10-01 | 1 | -2/+2 |
| * | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut | 2001-09-16 | 1 | -5/+5 |
| * | I noticed that plpython does not make the relid available inside | Bruce Momjian | 2001-09-12 | 1 | -2/+12 |
| * | Turn on plpython build by default if we have something that looks like a | Peter Eisentraut | 2001-08-27 | 1 | -1/+23 |
| * | Support fake root install, separate build dir, dependency tracking, our | Peter Eisentraut | 2001-07-10 | 1 | -2/+2 |
| * | pltcl, plperl, and plpython all suffer the same bug previously fixed | Tom Lane | 2001-06-01 | 1 | -9/+33 |
| * | See attached for a small patch that enables plpython to build cleanly | Bruce Momjian | 2001-05-25 | 3 | -5/+8 |
| * | Remove linking hacks now that dynloader is fixed. | Peter Eisentraut | 2001-05-14 | 3 | -188/+26 |
| * | PL/Python should build portably now, if you can get over the fact that | Peter Eisentraut | 2001-05-12 | 4 | -36/+46 |
| * | PL/Python integration: support in create/droplang, add CVS keywords, | Peter Eisentraut | 2001-05-12 | 12 | -328/+59 |
| * | Move disabled message up to a higher makefile. | Bruce Momjian | 2001-05-10 | 1 | -4/+1 |
| * | This directory contains a module that implements the "Metaphone" code as | Bruce Momjian | 2001-05-09 | 1 | -1/+4 |
| * | Add TODO file. | Bruce Momjian | 2001-05-09 | 1 | -0/+9 |
| * | Add plpython code. | Bruce Momjian | 2001-05-09 | 25 | -0/+3886 |