| Age | Commit message (Expand) | Author |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-19 | Fix a lot of confusion between typlen and typmod. Didn't hurt too much | Tom Lane |
| 2001-10-19 | Fix pltcl to update cached function def after | Tom Lane |
| 2001-10-13 | Residual cleanup from making pltcl unknown support always enabled. | Tom Lane |
| 2001-10-13 | Attached patch for unconditional enabling of pltcl-unknown support. | Bruce Momjian |
| 2001-10-06 | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane |
| 2001-10-04 | elog command need to use unicode conversion too. | Bruce Momjian |
| 2001-10-04 | This patch adds reporting of tcl global variable errorInfo | Bruce Momjian |
| 2001-10-01 | > > > > > - PostgreSQL requires to be compiled with --enable-multibyte | Bruce Momjian |
| 2001-09-16 | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut |
| 2001-09-06 | Next version of patch. | Bruce Momjian |
| 2001-08-02 | I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql d... | Bruce Momjian |
| 2001-06-09 | Fix a few missed NOIND usages. | Tom Lane |
| 2001-06-01 | pltcl, plperl, and plpython all suffer the same bug previously fixed | Tom Lane |
| 2001-05-11 | Cleanups of pltcl unknown thingy. | Peter Eisentraut |
| 2001-05-09 | Wow, I am getting good at this Makefile stuff. Peter may be OK with it. | Bruce Momjian |
| 2001-05-09 | I think I got the pltcl Makefile unknown rules working properly. | Bruce Momjian |
| 2001-05-09 | More cleanups to generate tcl unknown from Makefile. | Bruce Momjian |
| 2001-05-09 | Make tcl unknown configure from Makefile, not configure. | Bruce Momjian |
| 2001-05-09 | More --enable-pltcl-unknown renames. | Bruce Momjian |
| 2001-05-09 | This patch adds a new configure option --with-pltcl-unknown which | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-07 | > Applied. Thanks. | Bruce Momjian |
| 2001-03-07 | pltcl_loadmod has problems with big (>4k) modules because of missing incr | Bruce Momjian |
| 2001-02-16 | Fix bugs in pltcl's new return_null command: it was liable to go belly up | Tom Lane |
| 2001-02-16 | Fix erroneous sort request in pltcl selftest. | Tom Lane |
| 2000-12-15 | List .o file explicitly as dependency, to work around a gmake bug | Peter Eisentraut |
| 2000-12-08 | Improve error message for erroneous use of 'opaque' as pltcl argument | Tom Lane |
| 2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
| 2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
| 2000-11-03 | outdated and obsolete | Peter Eisentraut |
| 2000-11-03 | Add global .SECONDARY: target to not allow make to delete intermediate | Peter Eisentraut |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-10-17 | Update pltcl regress test to exercise return_null; also make use of | Tom Lane |
| 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-07-19 | Added untrusted PL/TclU (pltclu) language. Executes all procedures | Jan Wieck |
| 2000-07-18 | Fixed an ordering problem in test queries and | Jan Wieck |
| 2000-07-18 | Update pltcl regress test's expected output for 7.0 psql output format. | Tom Lane |
| 2000-07-17 | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane |
| 2000-07-17 | update pltcl test to have at least some chance of running ... still | Tom Lane |
| 2000-07-17 | pltcl seems to be broken on HPUX with recent Tcl versions, because | Tom Lane |
| 2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
| 2000-07-01 | A little bit of clean-up/bug fix in Tcl build. Handle gracefully cases | Peter Eisentraut |
| 2000-06-30 | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut |
| 2000-06-27 | Makefile cleanup for bin and pl subtrees. They should now support | Peter Eisentraut |
| 2000-06-17 | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut |
| 2000-06-12 | >> What happened to the patch I sent regarding the bug in the TCL | Bruce Momjian |
| 2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |