index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
buffer
/
buf_init.c
Age
Commit message (
Expand
)
Author
2000-05-31
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-09
Buffer manager modifications to keep a local buffer-dirtied bit as well
Tom Lane
2000-01-26
Add:
Bruce Momjian
1999-10-06
XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
Vadim B. Mikheev
1999-09-24
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-07-17
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
Add config.h as needed.
Bruce Momjian
1999-07-16
Final cleanup.
Bruce Momjian
1999-07-16
Update #include cleanups
Bruce Momjian
1999-06-26
Add var defines for no testandset
Bruce Momjian
1999-06-12
Move default NBuffers setting into config.h, and rename it
Tom Lane
1999-05-25
pgindent run over code.
Bruce Momjian
1999-02-22
Repair some pretty serious problems in dynahash.c and
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
OK, folks, here is the pgindent output.
Bruce Momjian
1998-06-27
Rename BindingTable to ShmemIndex.
Bruce Momjian
1998-01-07
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-05
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1997-11-02
Good Bye, Time Travel!
Vadim B. Mikheev
1997-09-18
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
Inline frequently called functions.
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-07-28
Added SCO support, from Daniel Harris.
Bruce Momjian
1997-04-18
PrintBufferUsage() changed to report about shared, local and direct
Vadim B. Mikheev
1997-03-28
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-01-26
Fix typo in struct name.
Bruce Momjian
1997-01-25
More autosize structure error checks.
Bruce Momjian
1997-01-23
Remove SB_PAD. Compute padding at compile time.
Bruce Momjian
1997-01-16
No more LateWrite.
Vadim B. Mikheev
1996-11-08
Compile and warning cleanup
Bruce Momjian
1996-11-03
Clean up Makefile
Marc G. Fournier
1996-07-09
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier