aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/elog.h
Commit message (Expand)AuthorAge
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane2001-01-07
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Don't include miscadmin.h in elog.h, since the former is not part ofTom Lane2000-12-06
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut2000-06-04
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-13
* Transaction log manager core code.Vadim B. Mikheev1999-09-27
* Eliminate elog()'s hardwired limit on length of an error message.Tom Lane1999-09-11
* Remove S*I comments from Stephan.Bruce Momjian1999-07-13
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Hi!Bruce Momjian1999-01-18
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Add prototype for: int DebugFileOpen()Marc G. Fournier1996-11-06
* More cleanups of the include filesMarc G. Fournier1996-08-28