summaryrefslogtreecommitdiff
path: root/src/backend/utils/error/exc.c
AgeCommit message (Expand)Author
2002-08-10This patch removes a lot of unused code related to assertions andBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane
2001-01-21Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane
2001-01-09Add configure check for sys_nerr, to end all discussions.Peter Eisentraut
2000-10-28#define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut
2000-10-03New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian
2000-09-29Cygwin uses _sys_nerr for sys_nerrPeter Eisentraut
2000-01-26Add:Bruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanupBruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-06-27Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-11Goodbye register keyword. Compiler knows better.Bruce Momjian
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1997-03-26Add string.h for strerror() prototypeMarc G. Fournier
1997-03-18This is an attempt to get rid of some cruft...Marc G. Fournier
1997-03-18Patch from Sven Verdoolaege <[email protected]> for large_objectsMarc G. Fournier
1997-03-12From: Dan McGuirk <[email protected]>Marc G. Fournier
1996-12-27There was JMP_BUF defined in config.h. And SIGJMP_BUF later.Vadim B. Mikheev
1996-12-14Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now.Vadim B. Mikheev
1996-12-14AvoidingVadim B. Mikheev
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-03Produce a clean compile of backend...Marc G. Fournier
1996-10-31more removal of PORTNAME_*Marc G. Fournier
1996-07-22- merging in Dr. George's tree with oursMarc G. Fournier
1996-07-16fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}Marc G. Fournier
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier