index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
/
ipc.h
Commit message (
Expand
)
Author
Age
*
The beos port in the source tree doesn't even compile. and even
Bruce Momjian
2000-10-07
*
New diff that now covers the entire tree. Applying this gets postgresql
Bruce Momjian
2000-10-03
*
Banish caddr_t (mostly), use Datum where appropriate.
Peter Eisentraut
2000-10-02
*
Here is the first batch of files and diffs for the BeOS port. I've run into
Bruce Momjian
2000-10-02
*
Add:
Bruce Momjian
2000-01-26
*
Clean up some problems in error recovery --- elog() was pretty broken
Tom Lane
1999-11-22
*
XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
Vadim B. Mikheev
1999-10-06
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Rearrange handling of MAXBACKENDS a little bit. The default setting
Tom Lane
1999-02-21
*
Allow maximum number of backends to be set at configure time
Tom Lane
1999-02-19
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Rename BindingTable to ShmemIndex.
Bruce Momjian
1998-06-27
*
Rename proc_exit_clear to on_exit_reset.
Bruce Momjian
1998-06-27
*
Fix for hang after postmaster restart. Add new proc_exit and
Bruce Momjian
1998-06-27
*
rename MAIN_MEMORY to STABLE_MEMORY_STORAGE
Bruce Momjian
1998-06-23
*
Remove fork()/exec() and only do fork(). Small cleanups.
Bruce Momjian
1998-05-29
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Fix prototypes so they don't look like function definitions.
Bruce Momjian
1998-01-24
*
Small lock cleanup for prototype.
Bruce Momjian
1997-09-22
*
Inline frequently called functions.
Bruce Momjian
1997-09-18
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
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
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-12
*
Fix the prototype for on_exitpg()
Marc G. Fournier
1997-03-03
*
Add test for union semun to configure
Marc G. Fournier
1997-02-06
*
Change next to nextstep where missed.
Bruce Momjian
1997-01-26
*
Part of patch to make a working nextstep port.
Bryan Henderson
1997-01-13
*
Change portname "sparc" to "sunos4" and change some portname dependencies to
Bryan Henderson
1996-12-04
*
More stuff to make it compile on various ports.
Bryan Henderson
1996-11-27
*
Removed PORTNAME_. Use OS version only.
Bruce Momjian
1996-11-04
*
Okay, following Bryan's (and others) suggestions...cleaning up the
Marc G. Fournier
1996-11-01
*
More chanes for bsdi_2_1 removal
Bruce Momjian
1996-11-01
*
remove:
Marc G. Fournier
1996-10-31
*
Added needed include file.
Bruce Momjian
1996-10-31
*
Welp, another subdirectory cleaned out of redundant/unused #include
Marc G. Fournier
1996-10-19
*
Add a MIPS/NetBSD port...
Marc G. Fournier
1996-10-11
*
Moved whether to define union semun from include/storage/ipc.h to
Marc G. Fournier
1996-10-02
*
More cleanups of the include files
Marc G. Fournier
1996-08-28