aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/error
Commit message (Expand)AuthorAge
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut2000-06-04
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* elog(NOTICE) during COPY incorrectly reset lineno to 0, causing anyTom Lane2000-04-15
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* contrib-array.patchBruce Momjian2000-02-13
* Add:Bruce Momjian2000-01-26
* elog() was set up to call abort() if it saw an ERROR or FATAL exitTom Lane1999-12-30
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-22
* Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane1999-11-16
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* Eliminate elog()'s hardwired limit on length of an error message.Tom Lane1999-09-11
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanupBruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Rename to vararg_format().Bruce Momjian1999-06-19
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-19
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Still had a few MULTIBYTE problems when client encoding wasTom Lane1999-04-25
* Revise backend libpq interfaces so that messages to the frontendTom Lane1999-04-25
* Change elog(ERROR) to get back to main loop via a plain sigsetjmp,Tom Lane1999-04-20
* Fix kill() call in elog() so that it gets its own pid by calling getpid().Tatsuo Ishii1999-04-16
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Add explicit buffering in backend libpq, to compensate forTom Lane1999-01-23
* Replace direct inclusions of c.h with inclusion of postgres.h,Tom Lane1999-01-17
* From: Magnus Hagander <mha@sollentuna.net>Marc G. Fournier1999-01-11
* Some security, since we now have vsnprintf, I remade an old patchBruce Momjian1999-01-01
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Two spaces after a colon.Bruce Momjian1998-08-31
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-25
* Rename signal to SIGHUP.Bruce Momjian1998-07-07
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-27
* Add SLEEP_ON_ABORTBruce Momjian1998-06-18
* port name cleanupBruce Momjian1998-06-18
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Remove fork()/exec() and only do fork(). Small cleanups.Bruce Momjian1998-05-29
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-19
* Hi,Bruce Momjian1998-04-06
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11