postgresql/src/backend
Bruce Momjian c5354dff20 This patch removes a lot of unused code related to assertions and
error handling, and simplifies the code that remains. Apparently,
the code that left Berkeley had a whole "error handling subsystem",
which exceptions and whatnot. Since we don't use that anymore,
there's no reason to keep it around.

The regression tests pass with the patch applied. Unless anyone
sees a problem, please apply.

Neil Conway
2002-08-10 20:29:18 +00:00
..
access Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00
bootstrap This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00
catalog has_table_privilege spawns scions has_database_privilege, has_function_privilege, 2002-08-09 16:45:16 +00:00
commands Allow schema-qualified operator names to be used in the optional 2002-08-10 19:01:53 +00:00
executor Fix permission checking for temp-table namespace. 2002-08-07 21:45:02 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Remove #ifdef MULTIBYTE 2002-08-08 06:32:26 +00:00
main Make sure monetary, numeric, and time locale categories are set to C and 2002-08-09 22:52:04 +00:00
nodes Fix merge failures for anonymous-type patch. From Joe Conway. 2002-08-04 23:49:59 +00:00
optimizer Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00
parser Allow schema-qualified operator names to be used in the optional 2002-08-10 19:01:53 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00
postmaster This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00
storage Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00
tcop This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00
tioga Update copyright to 2002. 2002-06-20 20:29:54 +00:00
utils This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00