index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
elog.h
Commit message (
Expand
)
Author
Age
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts
Tom Lane
2001-01-14
*
Add more critical-section calls: all code sections that hold spinlocks
Tom Lane
2001-01-12
*
Fix recent breakage of query-cancel logic, see my pghackers message
Tom Lane
2001-01-07
*
Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks
Tom Lane
2000-12-18
*
Don't include miscadmin.h in elog.h, since the former is not part of
Tom Lane
2000-12-06
*
Disable elog(ERROR|FATAL) in signal handlers in
Vadim B. Mikheev
2000-12-03
*
Removed ELOG_TIMESTAMPS #define in favor of two run-time
Peter Eisentraut
2000-06-04
*
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-31
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
Fixed everything in and surrounding createdb and dropdb to make it more
Peter Eisentraut
2000-01-13
*
Transaction log manager core code.
Vadim B. Mikheev
1999-09-27
*
Eliminate elog()'s hardwired limit on length of an error message.
Tom Lane
1999-09-11
*
Remove S*I comments from Stephan.
Bruce Momjian
1999-07-13
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Hi!
Bruce Momjian
1999-01-18
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-07
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-10
*
Add prototype for: int DebugFileOpen()
Marc G. Fournier
1996-11-06
*
More cleanups of the include files
Marc G. Fournier
1996-08-28