summaryrefslogtreecommitdiff
path: root/src/backend/utils/error
Commit message (Expand)AuthorAgeFilesLines
* elog(NOTICE) during COPY incorrectly reset lineno to 0, causing anyTom Lane2000-04-151-3/+4
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-43/+61
* contrib-array.patchBruce Momjian2000-02-131-2/+11
* Add:Bruce Momjian2000-01-266-12/+18
* elog() was set up to call abort() if it saw an ERROR or FATAL exitTom Lane1999-12-301-8/+2
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-131-2/+2
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-091-2/+2
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-221-10/+28
* Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane1999-11-161-5/+9
* 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-174-12/+4
* Final cleanupBruce Momjian1999-07-162-5/+5
* Update #include cleanupsBruce Momjian1999-07-163-6/+6
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-2/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Rename to vararg_format().Bruce Momjian1999-06-191-3/+3
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-191-3/+3
* pgindent run over code.Bruce Momjian1999-05-254-19/+26
* 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-136-21/+21
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-231-2/+9
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-171-2/+2
* 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-012-8/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-013-35/+36
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-014-12/+10
* Two spaces after a colon.Bruce Momjian1998-08-311-6/+6
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-252-24/+65
* Rename signal to SIGHUP.Bruce Momjian1998-07-071-2/+2
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-272-6/+6
* Add SLEEP_ON_ABORTBruce Momjian1998-06-181-2/+5
* port name cleanupBruce Momjian1998-06-181-1/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-291-5/+1
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-2/+2
* Hi,Bruce Momjian1998-04-061-5/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-263-11/+14
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-112-5/+5
* 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
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1