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
/
smgr
Age
Commit message (
Expand
)
Author
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-05
Further cleanup of dynahash.c API, in pursuit of portability and
Tom Lane
2001-10-01
Another round of cleanups for dynahash.c (maybe it's finally clean of
Tom Lane
2001-09-29
Implement new 'lightweight lock manager' that's intermediate between
Tom Lane
2001-08-24
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
Peter Eisentraut
2001-07-02
First non-stub implementation of shared free space map. It's not super
Tom Lane
2001-06-29
Further work on connecting the free space map (which is still just a
Tom Lane
2001-06-27
Install infrastructure for shared-memory free space map. Doesn't actually
Tom Lane
2001-06-06
Adjust WAL code so that checkpoints truncate the xlog at the previous
Tom Lane
2001-05-10
Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was
Tom Lane
2001-04-02
_mdfd_getrelnfd() should include kernel error code in failure message.
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-11-30
No more #ifdef XLOG.
Vadim B. Mikheev
2000-11-21
Put external declarations into header files.
Peter Eisentraut
2000-11-13
prevent open failure of VIEW
Hiroshi Inoue
2000-11-10
pg_fsync is fsync in WAL version.
Vadim B. Mikheev
2000-11-08
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-10-28
WAL
Vadim B. Mikheev
2000-10-21
WAL
Vadim B. Mikheev
2000-10-20
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-16
New file naming. Database OID is used as "tablespace" id and
Vadim B. Mikheev
2000-10-02
Mop up from caddr_t -> Datum conversion to make things extra type safe
Peter Eisentraut
2000-10-02
Banish caddr_t (mostly), use Datum where appropriate.
Peter Eisentraut
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-07-17
Revise aggregate functions per earlier discussions in pghackers.
Tom Lane
2000-07-10
Prevent creating a boatload of empty segments when md.c is asked to
Tom Lane
2000-06-28
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-19
Ensure that kernel error code is included in smgr-level error reports.
Tom Lane
2000-06-05
Latest round of fmgr updates. All functions with bool,char, or int2
Tom Lane
2000-06-02
Remove NT-specific file open defines by defining our own open macros for
Bruce Momjian
2000-06-02
Create an fd.c entry point that is just like plain open(2) except that
Tom Lane
2000-05-29
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-25
Add some elog(DEBUG)'s to help diagnose mdblindwrt failures.
Tom Lane
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-10
Tweak smgrblindwrt per advice from Vadim: add parameter indicating
Tom Lane
2000-04-09
Buffer manager modifications to keep a local buffer-dirtied bit as well
Tom Lane
2000-02-07
Remove ugly call ImmediateSharedRelationCacheInvalidate()
Hiroshi Inoue
2000-01-26
Add:
Bruce Momjian
2000-01-19
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
2000-01-13
Fixed everything in and surrounding createdb and dropdb to make it more
Peter Eisentraut
2000-01-10
Improve cache invalidation handling. Eespecially
Hiroshi Inoue
1999-12-13
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-09
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-11-16
Commit to make clearer distinction for temp names and real names.
Bruce Momjian
1999-11-07
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-04
Make it possible to execute crashed CREATE/DROP commands again.
Hiroshi Inoue
1999-10-25
Standardize on MAXPGPATH as the size of a file pathname buffer,
Tom Lane
[next]