postgresql/src/pl
Tom Lane 02185a0716 Insert a hack in pl/tcl to disable Tcl's built-in Notifier subsystem, which
has a bad habit of launching multiple threads within the backend and thereby
causing all kinds of havoc.  Fortunately, we don't need it, and recent Tcl
versions provide an easy way to disable it.  Diagnosis and fix by
Steve Marshall, Paul Bayer, and Doug Knight of WSI Corporation.
2007-09-21 00:30:49 +00:00
..
plperl Silence compiler warnings on mingw 2007-07-25 10:17:46 +00:00
plpgsql Implement RETURN QUERY for PL/PgSQL. This provides some convenient syntax 2007-07-25 04:19:09 +00:00
plpython Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 2007-08-10 03:16:04 +00:00
tcl Insert a hack in pl/tcl to disable Tcl's built-in Notifier subsystem, which 2007-09-21 00:30:49 +00:00
Makefile Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends 2007-06-01 19:38:07 +00:00