index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
/
nbtpage.c
Commit message (
Expand
)
Author
Age
*
Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for
Tom Lane
2000-07-21
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
Mention index name when reporting corruption.
Bruce Momjian
1999-12-01
*
Fix typo so it actually compiles...
Tom Lane
1999-11-14
*
Add index recreation suggestion to end of world error message.
Bruce Momjian
1999-11-14
*
Fix nbtree's failure to clear BTScans list during xact abort.
Tom Lane
1999-08-08
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
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
*
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian
1999-07-14
*
Have to release meta page before reading root one!
Vadim B. Mikheev
1999-06-07
*
Make 0x007f -> (unsigned)0x7f to make pgindent happy.
Bruce Momjian
1999-05-25
*
Get rid of page-level locking in btree-s.
Vadim B. Mikheev
1999-05-25
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
Fix duplicating ROOT page in concurrent updates.
Vadim B. Mikheev
1999-04-22
*
1. Vacuum is updated for MVCC.
Vadim B. Mikheev
1999-03-28
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
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
*
Add typdefs to pgindent run.
Bruce Momjian
1997-09-08
*
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
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
*
Fix duplicates handling.
Vadim B. Mikheev
1997-05-30
*
1. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a given
Vadim B. Mikheev
1997-04-16
*
Almost done access...
Marc G. Fournier
1996-11-05
*
More include file cleanups
Marc G. Fournier
1996-11-03
*
Changes required so that access/* compiles cleanly...
Marc G. Fournier
1996-11-03
*
Major code cleanups from D'arcy (-Wall -Werror)
Marc G. Fournier
1996-10-23
*
#include file cleanup
Marc G. Fournier
1996-10-20
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09