postgresql/src
Tom Lane ad12a7b9e2 Repair very-low-probability race condition between relation extension
and VACUUM: in the interval between adding a new page to the relation
and formatting it, it was possible for VACUUM to come along and decide
it should format the page too.  Though not harmful in itself, this would
cause data loss if a third transaction were able to insert tuples into
the vacuumed page before the original extender got control back.
2005-05-07 21:33:47 +00:00
..
backend Repair very-low-probability race condition between relation extension 2005-05-07 21:33:47 +00:00
bin GCC 4.0 includes a new warning option, -Wformat-literal, that emits 2005-04-30 08:42:17 +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 Stamp release 7.3.10. 2005-05-05 20:09:12 +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 Back-patch Neil's four additional buffer overrun checks. 2005-02-08 18:22:45 +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 A tiny patch to fix a typo in configure.in and another one in 2003-01-11 04:59:08 +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