index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
init
/
miscinit.c
Commit message (
Expand
)
Author
Age
*
Final cleanup
Bruce Momjian
1999-07-16
*
Update #include cleanups
Bruce Momjian
1999-07-16
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Modify backend switch parsing to prevent 'insecure' switches
Tom Lane
1999-05-22
*
Fix some miscellaneous places that were using raw open() or
Tom Lane
1999-05-09
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Apply Win32 patch from Horak Daniel.
Bruce Momjian
1999-01-17
*
Make functions static or ifdef NOT_USED. Prevent pg_version creation.
Bruce Momjian
1998-10-08
*
Fix up warning and error messages to use single-quotes aroun strings.
Thomas G. Lockhart
1998-10-05
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
*
Change owner from oid to int4 type.
Bruce Momjian
1998-08-11
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-26
*
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-07-24
*
Fix for hang after postmaster restart. Add new proc_exit and
Bruce Momjian
1998-06-27
*
Remove fork()/exec() and only do fork(). Small cleanups.
Bruce Momjian
1998-05-29
*
Remove GetDatabaseName/Path and use globals. Make consts later.
Bruce Momjian
1998-04-05
*
Fix for memory leak.
Bruce Momjian
1998-04-05
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
From: Jan Wieck <jwieck@debis.com>
Marc G. Fournier
1998-02-25
*
From: "Denis V. Dmitrienko" <denis@null.net>
Marc G. Fournier
1998-02-24
*
This patch fixes one of two problems with grant/revoke statements on the
Marc G. Fournier
1998-01-25
*
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
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
*
Change mixed-case routines to lower-case if referenced in pg_proc.h
Thomas G. Lockhart
1997-04-27
*
Remove WIN32 defines. They never worked.
Bruce Momjian
1997-02-14
*
Remove most compile-time options, add a few runtime options to make up for it.
Bryan Henderson
1996-11-14
*
Another directory that compiles with no errors, and few warnings
Marc G. Fournier
1996-11-06
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09