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