postgresql/src
Tom Lane 4fb92718be Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL
command or expression, rather than one copy for each textual occurrence as
it did before.  This might result in some small performance improvement,
but the compelling reason to do it is that not doing so can result in
unexpected grouping failures because the main SQL parser won't see different
parameter numbers as equivalent.  Add a regression test for the failure case.
Per report from Robert Davidson.
2006-03-23 04:22:37 +00:00
..
backend Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 2006-03-23 00:19:30 +00:00
bin Merge the loading of shared object descriptions with regular descriptions, 2006-03-21 17:54:28 +00:00
include Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 2006-03-23 00:19:30 +00:00
interfaces Update comment that pgNotify.be_pid is pid of the notifying server process. 2006-03-20 15:07:05 +00:00
makefiles Remove ancient hack to work around a peculiarity of libcurses on HPUX. 2006-02-07 17:36:13 +00:00
pl Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL 2006-03-23 04:22:37 +00:00
port Improve performance of our private version of qsort. Per recent testing, 2006-03-21 19:49:15 +00:00
template Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
test Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL 2006-03-23 04:22:37 +00:00
timezone Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
tools Fix typo in pgcvslog, used == instead of =. 2006-03-15 03:24:17 +00:00
tutorial Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
utils Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
DEVELOPERS
Makefile Update Makefile for new thread_test location. 2006-02-04 01:04:20 +00:00
Makefile.global.in When performing a parallel build (make -j N) with ./configure 2006-02-12 07:29:36 +00:00
Makefile.shlib Remove BEOS port. 2006-01-05 03:01:38 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:12:35 +00:00
nls-global.mk Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
win32.mak Fixes for Win32-client only compiles. 2006-03-03 23:11:48 +00:00