summaryrefslogtreecommitdiff
path: root/src/backend/utils/error/exc.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-5/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-1/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane2001-01-221-13/+2
* Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane2001-01-211-28/+34
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-091-6/+2
* #define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut2000-10-281-5/+1
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-1/+5
* Cygwin uses _sys_nerr for sys_nerrPeter Eisentraut2000-09-291-6/+10
* Add:Bruce Momjian2000-01-261-2/+3
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanupBruce Momjian1999-07-161-2/+2
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-3/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-5/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-7/+7
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-11/+11
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-109/+120
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-3/+12
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-12/+12
* Add string.h for strerror() prototypeMarc G. Fournier1997-03-261-1/+2
* This is an attempt to get rid of some cruft...Marc G. Fournier1997-03-181-11/+3
* Patch from Sven Verdoolaege <skimo@breughel.ufsia.ac.be> for large_objectsMarc G. Fournier1997-03-181-2/+3
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-2/+3
* There was JMP_BUF defined in config.h. And SIGJMP_BUF later.Vadim B. Mikheev1996-12-271-2/+2
* Fix over fix: JMP_BUF gone away and we have SIGJMP_BUF now.Vadim B. Mikheev1996-12-141-2/+2
* AvoidingVadim B. Mikheev1996-12-141-1/+5
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-2/+2
* Produce a clean compile of backend...Marc G. Fournier1996-11-031-1/+4
* more removal of PORTNAME_*Marc G. Fournier1996-10-311-4/+4
* - merging in Dr. George's tree with oursMarc G. Fournier1996-07-221-3/+5
* fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}Marc G. Fournier1996-07-161-2/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+183