postgresql/src
Tom Lane 19cc0c4faf plpgsql's exec_assign_value() freed the old value of a variable before
copying/converting the new value, which meant that it failed badly on
"var := var" if var is of pass-by-reference type.  Fix this and a similar
hazard in exec_move_row(); not sure that the latter can manifest before
8.0, but patch it all the way back anyway.  Per report from Dave Chapeskie.
2005-06-20 20:45:06 +00:00
..
backend The random selection in function linear() could deliver a value equal to max 2005-06-14 14:21:37 +00:00
bin Guard against duplicate IDs in input file in SortTocFromFile(). 2005-05-17 17:31:15 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Push enable/disable of notify and catchup interrupts all the way down 2005-06-02 21:04:30 +00:00
interfaces Stamp release 7.3.10. 2005-05-05 20:09:12 +00:00
makefiles Use -fPIC on Sparc, per Tom Callaway. 2003-05-19 17:51:08 +00:00
pl plpgsql's exec_assign_value() freed the old value of a variable before 2005-06-20 20:45:06 +00:00
port Fix BSD/OS thread file locking bug in new fseeko code. 2003-01-02 06:01:02 +00:00
template Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user. 2002-12-11 22:27:34 +00:00
test Moved the recently added test for foreign key disabled by rewrite 2003-10-31 14:27:51 +00:00
tools Update release checklist to reflect that HISTORY and INSTALL don't 2005-05-08 23:34:44 +00:00
tutorial Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
utils Re-add Win32 missing files, I think. 2002-11-02 02:00:35 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
Makefile.global.in Remove leftovers from subproject removals. Fixes for Python and Kerberos 2002-09-04 22:54:18 +00:00
Makefile.shlib Cause symlinks for shared-library versioning to run in the standard 2003-01-11 17:22:34 +00:00
nls-global.mk Avoid shell syntax error if list of languages is empty. 2002-09-02 22:19:42 +00:00
win32.mak Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00