postgresql/src/backend/utils
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
..
adt Make sure monetary, numeric, and time locale categories are set to C and 2002-08-09 22:52:04 +00:00
cache Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
error This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00
fmgr Here is a patch for the Table Function API. It fixes a bug found by Neil 2002-07-18 04:40:30 +00:00
hash Update copyright to 2002. 2002-06-20 20:29:54 +00:00
init Implement DROP CONVERSION 2002-07-25 10:07:13 +00:00
mb Address build problems on cygwin and (hopefully) AIX. 2002-08-08 07:47:43 +00:00
misc has_table_privilege spawns scions has_database_privilege, has_function_privilege, 2002-08-09 16:45:16 +00:00
mmgr This patch removes a lot of unused code related to assertions and 2002-08-10 20:29:18 +00:00
sort Update copyright to 2002. 2002-06-20 20:29:54 +00:00
time This patch fixes one serious bug (runaway INSERT) and a few rare (and 2002-07-30 16:08:33 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Remove unused system table columns: 2002-07-24 19:11:14 +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