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
/
page
/
bufpage.c
Commit message (
Expand
)
Author
Age
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
PageAddItem in overwrite mode: must *NOT* check itemid' flag if
Vadim B. Mikheev
2001-02-06
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
1. WAL needs in zero-ed content of newly initialized page.
Vadim B. Mikheev
2000-12-30
*
WAL
Vadim B. Mikheev
2000-10-21
*
WAL need in overwrite mode - restored in new way
Vadim B. Mikheev
2000-10-20
*
Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for
Tom Lane
2000-07-21
*
heap' logging
Vadim B. Mikheev
2000-07-03
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where
Bruce Momjian
1999-07-19
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
Fix to prevent too large tuple from being created.
Bruce Momjian
1999-07-03
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
Inline some small functions called for every row.
Bruce Momjian
1998-04-24
*
Cleanup of compiler warnings.
Bruce Momjian
1998-04-06
*
There's a patch attached to fix gcc 2.8.x warnings, except for the
Bruce Momjian
1998-03-30
*
Goodbye register keyword. Compiler knows better.
Bruce Momjian
1998-02-11
*
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-07
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
*
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
*
Major patch to speed up backend startup after profiling analysis.
Bruce Momjian
1997-08-24
*
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
*
Typecasts, etc. to make compile work on AIX. Thanks Darren King..
Bryan Henderson
1996-11-24
*
Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>
Marc G. Fournier
1996-11-13
*
Compile and warning cleanup
Bruce Momjian
1996-11-08
*
Clean up Makefile(s)
Marc G. Fournier
1996-11-03
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09