postgresql/src/backend
Tom Lane caf2b64a75 Disallow committing a prepared transaction unless we are in the same database
it was executed in.  Someday it might be nice to allow cross-DB commits, but
work would be needed in NOTIFY and perhaps other places.  Per Heikki.
2007-02-13 19:39:42 +00:00
..
access Disallow committing a prepared transaction unless we are in the same database 2007-02-13 19:39:42 +00:00
bootstrap StrNCpy -> strlcpy (not complete) 2007-02-10 14:58:55 +00:00
catalog Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
commands Call pgstat_drop_database during DROP DATABASE, so that any stats file 2007-02-09 16:12:19 +00:00
executor Remove typmod checking from the recent security-related patches. It turns 2007-02-06 17:35:20 +00:00
lib Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
libpq Improve postmaster's behavior if an accept() call fails. Because the server 2007-02-13 19:18:54 +00:00
main Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
nodes Avoid infinite recursion when dumping new planner EquivalenceClass trees. 2007-02-12 17:19:30 +00:00
optimizer Repair bug in 8.2's new logic for planning outer joins: we have to allow joins 2007-02-13 02:31:03 +00:00
parser Add support for optionally escaping periods when converting SQL identifiers 2007-02-11 22:18:16 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Fix typo in comment. 2007-02-06 16:20:23 +00:00
postmaster Improve postmaster's behavior if an accept() call fails. Because the server 2007-02-13 19:18:54 +00:00
regex Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
rewrite Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
storage Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
tcop StrNCpy -> strlcpy (not complete) 2007-02-10 14:58:55 +00:00
utils Un-break build on ANSI compilers (like msvc) by moving Assert to position 2007-02-13 15:56:12 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00