summaryrefslogtreecommitdiff
path: root/src/backend/utils/error/elog.c
Commit message (Expand)AuthorAgeFilesLines
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-251-3/+3
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-061-20/+27
* Eliminate elog()'s hardwired limit on length of an error message.Tom Lane1999-09-111-78/+214
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-4/+1
* Final cleanupBruce Momjian1999-07-161-3/+3
* pgindent run over code.Bruce Momjian1999-05-251-9/+15
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-3/+2
* Still had a few MULTIBYTE problems when client encoding wasTom Lane1999-04-251-3/+3
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-251-5/+14
* Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane1999-04-201-15/+4
* Fix kill() call in elog() so that it gets its own pid by calling getpid().Tatsuo Ishii1999-04-161-2/+6
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-4/+4
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-231-2/+9
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-111-8/+3
* Some security, since we now have vsnprintf, I remade an old patchBruce Momjian1999-01-011-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-28/+31
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-5/+3
* Two spaces after a colon.Bruce Momjian1998-08-311-6/+6
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-19/+59
* Rename signal to SIGHUP.Bruce Momjian1998-07-071-2/+2
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-4/+4
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-2/+2
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-7/+10
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-3/+3
* getpid/pid cleanupBruce Momjian1998-01-251-3/+3
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-7/+4
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+6
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-5/+5
* From: Bryan Henderson <bryanh@giraffe.netgate.net>Marc G. Fournier1997-11-091-1/+7
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-43/+43
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-180/+212
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-2/+1
* This is an attempt to get rid of some cruft...Marc G. Fournier1997-03-181-9/+2
* 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
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-141-10/+1
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-141-2/+2
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-2/+2
* Compile and warning cleanupBruce Momjian1996-11-081-3/+6
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-061-2/+3
* more removal of PORTNAME_*Marc G. Fournier1996-10-311-4/+4
* Removed const warning.Bruce Momjian1996-10-131-2/+3
* I grabbed the latest version of the source code via sup this morning,Marc G. Fournier1996-08-141-2/+2
* - merging in Dr. George's tree with oursMarc G. Fournier1996-07-221-3/+5
* Fixes:Marc G. Fournier1996-07-191-4/+7
* 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/+237