index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
ipci.c
Age
Commit message (
Expand
)
Author
2002-05-05
Create an internal semaphore API that is not tied to SysV semaphores.
Tom Lane
2002-03-02
Commit to match discussed elog() changes. Only update is that LOG is
Bruce Momjian
2001-11-04
Merge three existing ways of signaling postmaster from child processes,
Tom Lane
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-09-29
Implement new 'lightweight lock manager' that's intermediate between
Tom Lane
2001-08-25
Replace implementation of pg_log as a relation accessed through the
Tom Lane
2001-06-27
Install infrastructure for shared-memory free space map. Doesn't actually
Tom Lane
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2000-12-22
Revise lock manager to support "session level" locks as well as "transaction
Tom Lane
2000-12-03
Don't use 'private' as a parameter name in visible headers ... makes C++
Tom Lane
2000-11-30
Rearrange bufmgr header files so that buf_internals.h need not be
Tom Lane
2000-11-28
Significant cleanups in SysV IPC handling (shared mem and semaphores).
Tom Lane
2000-11-21
Put external declarations into header files.
Peter Eisentraut
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-01-26
Add:
Bruce Momjian
1999-10-06
XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
Vadim B. Mikheev
1999-07-17
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-16
Final cleanup.
Bruce Momjian
1999-07-16
Update #include cleanups
Bruce Momjian
1999-07-15
Remove unused #includes in *.c files.
Bruce Momjian
1999-05-31
Round up shmem size estimate to 1Kb boundary.
Tom Lane
1999-05-28
Repair performance problem in SI segment manipulations: iterating
Tom Lane
1999-05-25
pgindent run over code.
Bruce Momjian
1999-03-06
A few further tweaks to shared memory space estimation.
Tom Lane
1999-02-22
Repair some pretty serious problems in dynahash.c and
Tom Lane
1999-02-21
Rearrange handling of MAXBACKENDS a little bit. The default setting
Tom Lane
1999-02-19
Reorder startup ops so that if preallocation of semas fails,
Tom Lane
1999-02-19
Allow maximum number of backends to be set at configure time
Tom Lane
1999-02-13
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1998-12-15
Initial MVCC code.
Vadim B. Mikheev
1998-09-01
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-06-27
Rename BindingTable to ShmemIndex.
Bruce Momjian
1998-06-27
Fix for hang after postmaster restart. Add new proc_exit and
Bruce Momjian
1998-06-26
Rename Lockm to Locks.
Bruce Momjian
1998-06-25
Rename BindingTab to BindingTable.
Bruce Momjian
1998-06-23
Back out some changes I made just for testing.
Bruce Momjian
1998-06-23
Add underscores in manual references.
Bruce Momjian
1998-06-23
rename MAIN_MEMORY to STABLE_MEMORY_STORAGE
Bruce Momjian
1998-05-29
Remove fork()/exec() and only do fork(). Small cleanups.
Bruce Momjian
1997-09-08
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-07
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-01-08
Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.
Bryan Henderson
1996-11-08
Compile and warning cleanup
Bruce Momjian
1996-11-06
Some compile failure fixes from Keith Parks <
[email protected]
>
Marc G. Fournier
1996-11-03
Clean up Makefile(s)
Marc G. Fournier
1996-07-09
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier